Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.23 / 5.00 3,881 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.93 / 5.00 4,634 ViewsDoes anybody have any advice on how to make a game you know, where you move the mouse cursor along a track and if it goes off, you lose?
At 2/12/06 07:29 PM, swedekid wrote: What?
What, what?
Ughh you just confused me darn you Kirk!!
At 2/12/06 07:34 PM, swedekid wrote: Ughh you just confused me darn you Kirk!!
make the place where you shouldn't touch a button and put this code in it
on(rollOver){
_root.gotoAndStop(frame of death);
}
on(rollout){
gotoAndPlay(game_over);
}
"gameover is your game over frame.
At 2/12/06 07:34 PM, swedekid wrote: Ughh you just confused me darn you Kirk!!
lol, well Khao just pretty much explained it for me, so thanks Khao, but the topic starter asked the code if the mouse came off the track, so it should be:
on (rollOut) {
_root.gotoAndStop(frame number);
}