home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
asitchintime2.swf
/
scripts
/
DefineSprite_603
/
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
|
175 b
|
11 lines
if(this.hitTest(perso.persoBody))
{
c.persoIsBusy = true;
c.clockStop = true;
if(c.persoXSpeed > 4)
{
c.persoXSpeed = 4;
}
gotoAndPlay(7);
}