Navigation question

Maintimeline.
…movieclip
…animated movie clip
…navigation buttons

wats the codeing the tell them buttons to go back and play say frame3 on the main timeline of the current scene?

on (release) {
_root.gotoAndStop(“Scene 2”,8);
}

is it summit like that?

ive tryed _root and _parent

dosnt seem to work probaly cos its wrong like but hey hey im trying lol.

Check out this tutorial and see if its what you’re looking for

http://www.kirupa.com/developer/mx2004/transitions2.htm

no i dont think thats right some how.

i dont want to load in swfs or play and animation i just want my buttons to take me back to the main timeline of the current scene and to the correct frame.

thanks ne ways m8.

can you post your fla files so i can look at what your talking about?


on (release) {
_root.yourMC.gotoAndStop("frameLabel");
}

like that?

No can you upload your .fla file. So i can download your movie and look at what your working with.

no worrys m8 i sorted it thanks

max flash

on (release) {
_parent.gotoAndStop(“label”);
}

i think thats the code i used or might have been root same thing thanks i forgot about useing labels for my frames.

neato.