home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
30k_starfighter.swf
/
scripts
/
DefineSprite_38_helper
/
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
|
278 b
|
18 lines
function helperGo()
{
_Y = _Y + 4;
if(hitTest(_root.ship))
{
_root.ship.bonus += 50;
gotoAndPlay(2);
}
if(_Y >= 600)
{
this.removeMovieClip();
}
}
stop();
lifeSpan = 25;
process = "helperGo";
this.onEnterFrame = helperGo;