home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
starball.swf
/
scripts
/
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
|
2006-06-13
|
213 b
|
14 lines
level = 1;
score = 0;
life = 5;
scoreBonus = 0;
soundOn = true;
_quality = "high";
mySound = new Sound();
ramka.removeMovieClip();
if(!_root.muzonOff)
{
_root.muzon.gotoAndStop("start");
}
stop();