Flash Problem
Flash Problem
Out of context: Reply #12
- Started
- Last post
- 16 Responses
- unfittoprint0
a online "book" is in the making.
less actionscript, more of a collections of toughts on coding/structure/design/etc...
regarding your question:
your code should always be inserted in a action-only layerin this case, wirte it aboe the loadVars load & onLoad statement.
that's a basic approach.
a better way is for the parent movie to "tell" its "children" whre they're coming from. A global path can be triggered whenever new content is being inserted.