I am working on an Action Script 2.0 based Flash file. I was trying to control a movieclip instance named "Xyz" which is located in a different object.
I used:
[code]_root.gotoAndPlay(4)[/code]
Now my question is how to control a flash nested movie clip instance with buttons situated in different movie clip.
The code I mentioned above takes me to the very start/root of the main animation. Where I just want to deal with a particular movieclip.
I have assigned a label to that movie clip as "XYZ", but I could not find a way to call this object and play/show particular frame.
Help please.