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