I
im not telling you
Guest
I am making a flash game...
so far i have got a Multiplayer mode in which you move your characters and shoot with numerous keys.
Now the problem is that when it finishes i put on the frame's actions
if (__root.lives<=0){
gotoAndPlay(8)
}
Now it goes to frame 8 but doesn't play... it just stays still and i havn't put gotoAndStop by accident or Stop(); on the frame...
and when i make a button from the menu and press it, it works fine it's just after the multiplayer game has finished..
If any help / suggestions are made i really apreciate it, thanks.
so far i have got a Multiplayer mode in which you move your characters and shoot with numerous keys.
Now the problem is that when it finishes i put on the frame's actions
if (__root.lives<=0){
gotoAndPlay(8)
}
Now it goes to frame 8 but doesn't play... it just stays still and i havn't put gotoAndStop by accident or Stop(); on the frame...
and when i make a button from the menu and press it, it works fine it's just after the multiplayer game has finished..
If any help / suggestions are made i really apreciate it, thanks.