View Full Version : buttons in my movie clip to a scene?
jonbrown28
06-26-2002, 06:30 PM
I have a movie clip with a button inside it. I want the button to go to frame 6 and stop on scene 7. I have 9 scenes all named defaulty. I cant get it to go to scene 7 i can only get it to go to the root level or scene1 and go to frame 6 on the wrong scene any help would be appreciated.
Thanks
Jon
kicas
06-26-2002, 08:50 PM
Can you tell the code that you are using in the button?
CyanBlue
06-27-2002, 01:15 AM
I think you will need to use frame labels to refer to...
ScratUAD
06-27-2002, 01:38 PM
I'm assuming that you have the scenes labeled where "Y"is a consecutive number... I'd suggest that you get the button to go to the current scene, frame 6. and in frame 6, there is a "
gotoAndPlay("default7",1 );
in the first frame of scene default7 there is a
stop();
command.
try that.
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.