Don't Escape
I'm a werewolf and it's a full moon. I have to find a way to prevent myself from escaping.
3.69 / 5.00 26,999 ViewsRagnarok Online Jigsaw
Did you play Ragnarok Online? Do you like that game?
3.57 / 5.00 12,382 ViewsI just got Flash MX and the replay buttong just doesn't wanna work for me.
on (release) {
gotoAndPlay('Scene 1, 1');
}
when you press the button, nothing happens. I have this button on scene 3 and want it to go back to the preloader.
Solutions?
Try:
on (release) {
gotoAndPlay("Scene 1", 1);
}
At 1/2/04 02:18 AM, Mercurius wrote: Try:
on (release) {
gotoAndPlay("Scene 1", 1);
}
If that dont work put :
on (release){
_root.gotoAndPlay ("Scene 1",1);
}
Lol
You call yourself the Spritegenius..
how come you have replay button problems when your a spritegenius?
At 1/2/04 04:06 AM, Death_from_Norway wrote: Lol
You call yourself the Spritegenius..
how come you have replay button problems when your a spritegenius?
hes not a replaybuttongenius
you are suposed to put it: gotoandplay (scene1, 2)
so i starts at frame 2. i sound that that works.