Alrighty, im loading in movies into a main swf movie.
Now i have to use _parent, but for some reason what i want to do doesnt work…
ex:
this works…
_root.myMc.myVar = 5;
this doesnt.
_parent.myMc.myVar = 5;
Now the thing is ,and we all know this, when loaded into a movie, the _root wont work because it’s looking at the _root of the main movie, and not the loaded movie, (thats where _parent comes in) but for some reason i see a limitation to this sytax, anyone care to help me? or am i just crazy?!