Question
root and parent vars??
Hi, I hope someone can help me!
I just need to call a variable or function from a movie clip to main timeline.
In AS2 I would use something like:
_root.myvar = "Hola";
or
_parent.myfunc(4,2);
But this doesn't works on AC3. I tried to remove the "_" but its the same.
Thaks for your time.