Billy T
12-06-2001, 02:06 AM
This is very strange
I have a movie clip with a bunch of buttons. Some of these buttons jump the clip to a frame where more buttons appear. The other buttons should take the clip back to the start where the extra buttons do not exist.
Should be simple.
However if I have clicked on one of the buttons that makes the extra buttons appear, and then on one of the buttons that "should" send the clip back to the start, it just plays the extra buttons appearing again. Strangely enough if the click on the button again it goes back to the start like it is supposed to.
you can see what I mean here
http://users.bigpond.net.au/cab/timeframe/
The top buttons reveal the extra circle buttons, the bottom ones should take them away again.
The script on the bottom buttons is simply
on (release) {
gotoAndStop (1);
}
but i also tried
on (release) {
gotoAndStop ("start");
}
and
on (release) {
_level10.menu.gotoAndStop (1);
}
and even tried putting in a "notatstart" variable but cant get the damn thing to work.
I may as well upload the fla as well - the buttons are in the menu movie clip
Any help would be greatly appreciated
Thanks in advance
I have a movie clip with a bunch of buttons. Some of these buttons jump the clip to a frame where more buttons appear. The other buttons should take the clip back to the start where the extra buttons do not exist.
Should be simple.
However if I have clicked on one of the buttons that makes the extra buttons appear, and then on one of the buttons that "should" send the clip back to the start, it just plays the extra buttons appearing again. Strangely enough if the click on the button again it goes back to the start like it is supposed to.
you can see what I mean here
http://users.bigpond.net.au/cab/timeframe/
The top buttons reveal the extra circle buttons, the bottom ones should take them away again.
The script on the bottom buttons is simply
on (release) {
gotoAndStop (1);
}
but i also tried
on (release) {
gotoAndStop ("start");
}
and
on (release) {
_level10.menu.gotoAndStop (1);
}
and even tried putting in a "notatstart" variable but cant get the damn thing to work.
I may as well upload the fla as well - the buttons are in the menu movie clip
Any help would be greatly appreciated
Thanks in advance