home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Esportes
/
HookLine.swf
/
scripts
/
DefineSprite_252
/
frame_24
/
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-08-04
|
200 b
|
11 lines
if(_parent._x < xSpot)
{
fish.gotoAndStop(1);
setProperty(_parent, _X, _parent._x + speed + 2);
}
else
{
fish.gotoAndStop(2);
setProperty(_parent, _X, _parent._x - speed + 2);
}