home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
the_lost_vikings.swf
/
scripts
/
DefineSprite_323_RunnerClass
/
frame_121
/
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
|
145 b
|
10 lines
this.Obj_Timer--;
if(this.Obj_Timer)
{
this.gotoAndPlay("Runner_IdleA2_Loop");
}
else
{
this.gotoAndPlay("Runner_IdleA3_Loop");
}