Okay, I am not a newbie at all, but I am lost. I used to use calls and telltargets in previous versions, but this new MX stuff has me boggled at times. I structured this movie in scenes, it was before I learned how to use pure scripting and no scenes. In this instance, here is what I need to accomplish:
I have 2 scenes.
In sceneOne, there is mcSceneOne which has buttonSceneOne in it.
In sceneTwo, there is mcSceneTwo which has buttonSceneTwo.
Lets pretend that the above clips are also the instance names and the scenes are also named like the above.
I need buttonSceneTwo to initiate the following action when clicked:
-the playhead goes to the third frame (labeled"help") in sceneOne and I need the mcSceneOne to goto frame 5.
A little confusing to understand. I have tried using _root, etc. I cannot get it to work. What am I doing wrong? I had no problem targeting in prev versions, but have been out of the game for a while. Please help!
thanks,
nat :thanks:
In my real example, I did use labels I believe, I will check into it. What would the correct path be, assuming my example in my original post? I could build a dummy movie if it will help (mine is too large).
thanks
Well I never use _root (because if the movie ever gets loaded into another movie via loadMovie() it won’t work) so try _parent.gotoAndPlay(“frameLabel”) if the button is just inside a movie clip symbol.