home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
30k_starfighter.swf
/
scripts
/
DefineSprite_59_rapidFire
/
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-07-26
|
245 b
|
16 lines
function RFGo()
{
_Y = _Y + 4;
if(hitTest(_root.ship))
{
_root.ship.rapid();
this.removeMovieClip();
}
if(_Y >= 600)
{
this.removeMovieClip();
}
}
this.onEnterFrame = RFGo;
process = "RFGo";