home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
peaceplane.swf
/
scripts
/
DefineSprite_175
/
frame_1
/
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-09-05
|
150 b
|
9 lines
onEnterFrame = function()
{
_X = _X - (_root.player.hSpeed + 9);
if(_X < - (_width - 2))
{
_X = _X + (_width - 2) * 5;
}
};