My account: Login | Sign Up
Loading...

Best approach to this? | Thread profile

Thread profile page for "Best approach to this?" on http://www.kirupa.com. This report page is a snippet summary view from a single thread "Best approach to this?", located on the Message Board at http://www.kirupa.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity, which are reported in a table below. Additional thread profile information is also shown in the following ways:

1) Top Contributing Authors
2) Related Threads on "eBay Auctions"
3) Related Threads on Other Sites

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a thread's popularity and/or exact posting volumes at any given reporting period.

Title: Best approach to this?
Site: Kirupa Forum  Kirupa Forum - site profile
Forum: ActionScript 3.0  ActionScript 3.0 - forum profile
Total authors: 2 authors
Total thread posts: 4 posts
Thread activity: no new posts during last week
Domain info for: kirupa.com

Thread posts in Best approach to this?:

1. 
Started 2 months ago (2008-07-04 01:30:00)  by sekasi
Was hoping someone could advice me on the best approach in this scenario; [doc] class Has an instance of 'BgSlide' class addChilded [BgSlide] class Has a few instances of BgLoader class in an array (they get added after they are loaded) [BgLoader] class Loads a image into a sprite container. Now.. There's a bunch of other stuff 'above' the BgSlide child back in the ...
Size: 996 bytes
Customize:  Customize "Best approach to this? :: ActionScript 3.0 :: Kirupa Forum"
2. 
Started 2 months ago (2008-07-04 01:39:00)  by TheCanadian
I'd have BgSlide listen to all of its BgLoader children and have it broadcast to the rest of the movie.
Size: 142 bytes
Customize:  Customize "<b>Reply 1</b>: Best approach to this? :: ActionScript 3.0 :: Kirupa Forum"
3. 
Started 2 months ago (2008-07-04 02:02:00)  by sekasi
so essentially creating listeners all the way down the chain? Seems so clunky :/
Size: 119 bytes
Customize:  Customize "<b>Reply 2</b>: Best approach to this? :: ActionScript 3.0 :: Kirupa Forum"
4. 
Started 2 months ago (2008-07-04 02:31:00)  by TheCanadian
Think of BgSlide as a manger class. I assume that it handles the creation of the BgLoader instances. So when you create a new instance of BgLoader, just add BgSlide as a listener of it. Then you'll have one function in BgSlide which listens for all the events from it's children and re-broadcasts it to whoever wants it.
Size: 359 bytes
Customize:  Customize "<b>Reply 3</b>: Best approach to this? :: ActionScript 3.0 :: Kirupa Forum"
 

Top contributing authors for Best approach to this?

Name Posts
TheCanadian 2
sekasi 2