Desire
September 24, 2004, 3:30pm
1
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.
system
September 24, 2004, 4:20pm
2
Check out this tutorial and see if its what you’re looking for
http://www.kirupa.com/developer/mx2004/transitions2.htm
system
September 24, 2004, 4:35pm
3
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.
system
September 24, 2004, 5:43pm
4
can you post your fla files so i can look at what your talking about?
system
September 24, 2004, 6:26pm
5
on (release) {
_root.yourMC.gotoAndStop("frameLabel");
}
like that?
system
September 24, 2004, 6:42pm
6
No can you upload your .fla file. So i can download your movie and look at what your working with.
system
September 24, 2004, 7:15pm
7
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.