home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
the_lost_vikings.swf
/
scripts
/
DefineSprite_323_RunnerClass
/
frame_302
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-20
|
184 b
|
11 lines
this.Obj_Health--;
if(this.Obj_Health > 0)
{
this.setHndlr(1,this.Runner_Crash);
this.gotoAndPlay("Runner_Crash_Loop");
}
else
{
this.gotoAndPlay("Runner_Splat");
}