Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.18 / 5.00 3,534 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.80 / 5.00 4,200 ViewsI need help with my new flash I'm working on. I need a script where if a symbol gets from the right side of the screen to the left 4 times it sends you to a "You Lose" screen. Can anyone help?
I have to tell you something. I have canc-ZOMG A SHINY NEW PENNEY!
Best Webhosting EVER!!!
I have to tell you something. I have canc-ZOMG A SHINY NEW PENNEY!
Best Webhosting EVER!!!
leftCount = 0;
onEnterFrame = function(){
if(instance._x <= 0 ){
leftCount ++;
instance._x = 550;
if(leftCount >= 4){
_root.gotoAndStop("Gameover");
}
}
} Although practicality beats purity.
Errors should never pass silently.
In the face of ambiguity, refuse the temptation to guess.
I have to tell you something. I have canc-ZOMG A SHINY NEW PENNEY!
Best Webhosting EVER!!!