jahrad
April 9th, 2002, 11:11 AM
I've made a simple menu with 4 buttons.I have 4 different scenes.I want to use the buttons to play those scenes.
As action on each button i've used:
on(release){
gotoAndPlay("Scene1",1);
}
ofcourse each time a different scene name.
Now when I play it, no matter what button I click, it always plays scene2.
What am I doing wrong??!!!
As action on each button i've used:
on(release){
gotoAndPlay("Scene1",1);
}
ofcourse each time a different scene name.
Now when I play it, no matter what button I click, it always plays scene2.
What am I doing wrong??!!!