home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
starship_seven.swf
/
scripts
/
DefineSprite_214
/
frame_5
/
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
|
2007-03-28
|
261 b
|
16 lines
fillUp();
if(_root.code[actLevel] ne "")
{
if(actLives < 3)
{
actLives = 3;
}
refreshLives();
fillUp();
}
initObjects();
vx = 0;
vy = 0;
_X = _parent.matter.active.shipPosition._x;
_Y = _parent.matter.active.shipPosition._y;