PDA

View Full Version : Going back 2 steps from 2 movieclips


webberte
03-17-2008, 06:41 PM
I am not good with actionscipt so bear with me please :)

I'm using flash 8.

I have a graphic (grouped containing buttons) within a movie clip on the scene 2 .

How do I go back to scene 2 timeline.

I have tried:

on (release) {
gotoAndPlay("Scene 2", 7);
}

but it doesn't work.

If I try this, it takes me back to the root of scene 1.

on (release) {
_root.gotoAndPlay(7);
}

:confused:

Can someone help me? Could you please write down the hole syntax?


Thanks

:D