home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
help_turtle.swf
/
scripts
/
DefineSprite_17_xfishMc
/
frame_3
/
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
|
2006-06-13
|
228 b
|
18 lines
if(eval("/:playM"))
{
_X = _X - xspeed;
_Y = _Y - yspeed;
i += 1;
ck();
if(i > 20)
{
gotoAndPlay(2);
i = 0;
}
if(_Y < 10)
{
gotoAndStop("pos2");
play();
}
}