flash/passing variables
flash/passing variables
Out of context: Reply #5
- Started
- Last post
- 9 Responses
- SmilingBuddh0
Are you using loadMovie, or loadMovieNum?
If you're losing loadMovie, just use the name of the target that you're loading into.
ie. holder_mc.var = value;
If you're using loadMovieNum, you can target the level of the movie
ie. level1.var = value;
It sounds to me like you are using loadMovie; so just think of the .swf that is being loaded in as the MC that it was loaded into.