home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Nave
/
blob_lander.swf
/
scripts
/
frame_10
/
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
|
188 b
|
16 lines
if(levelcomp != 6)
{
prevFrame();
}
else
{
play();
}
level = 7;
_root.ship.spaceship.gotoAndStop(1);
_root.ship._x = 70;
_root.ship._y = 90;
dy = 0.5;
dx = 0;
stop();