-
1. Re: Some help needed ^^
Ned Murphy Feb 10, 2010 6:08 AM (in response to d0brin)If you are talking about the identifiers that you would use for dynamically adding the objects to the movie during runtime, that's pretty much their only purpose. When it comes to assigning properties or controlling those objects once they are loaded dynamically, you need to use the instance names that they have been assigned.
It is not clear if your inner mc is loaded dynamically or if it resides inside that mc in the library, but if it is the latter, you will need to assign an instance name to it via the properties panel, and use that to target it. Similarly, assuming you are using attachMovie to load the outer mc, in that attachMovie code you specify a name arameter for the movie. This is the name you need to use to target that.
If what I've explained is entriely foreign to what you have, then you should show the code you are currently using to process these things.



