Neon Rider
-migrated-
Neon Rider Posted on: 04/17/2010 1:18pm
Quote Post
http://www.kongregate.com/games/ArmorGames/neon-rider

Somewhat cool, but it's too much like a combination of any horizontal car game and Primary.

Don't lose health
66 fe 02 d1 24 02 a3 a1 68 fe 02 =>
66 fe 02 d1 24 00 a2 a1 68 fe 02

net -> loussi -> NeonRider -> screens -> GameScreen
Code: [Select]
       public function hurt(param1:Number) : void
        {
            this.health = this.health - param1 / 2;
            this.visuals.updateHealth(this.health);
            return;
        }// end function
Code: [Select]
//66 fe 02
_as3_getproperty health
//d1
_as3_getlocal <1>
//24 02
_as3_pushbyte 2
//a3
_as3_divide
//a1
_as3_subtract
//68 fe 02
_as3_initproperty health