PDA

View Full Version : Button Scene Change problem


Gostop01
11-10-2002, 11:01 PM
Ok. So I have Movie Clips inside a button that is inside a movie clip thats inside another movie clip on Scene 1. I want to go to scene 2 on release of the button. Where ever I seam to put this action it doesnt seam to work.
Any advise on how to make it work.
Thank you.:confused:

Billy T
11-11-2002, 04:20 AM
in frame 1 of scene 2 put a frame label of "start2"

then give your button this action

on(release){
_root.gotoAndStop("start2");
}

cheers