home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
asitchintime2.swf
/
scripts
/
DefineSprite_1096
/
frame_2
/
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
|
2005-11-09
|
281 b
|
8 lines
if(!c.persoIsActivating and perso.persoBody.hitTest(this) and Key.isDown(32) and !c.persoIsJumping and !c.persoIsFalling and !c.persoIsInPain and !c.persoIsBusy)
{
c.persoIsBusy = true;
c.persoIsActivating = true;
c.persoAnim("activate");
_parent.nextFrame();
}