-
Variables
Hi you out there in the flash world.
I load a movie into a movie then set a variable within that movie.Can you use a variable in one loaded movie and use the same variable in another loaded movie ,keeping the same total of that variable.
I hope you understand the question.
-
Yeh, just say you've loaded a movie into an empty clip called mcTarget, and in that movie you have a varaible called myVar.
If you want to access that variable from the main timeline then you would reference it as follows -
Code:
_root.mcTarget.myVar
Hope this helps.