home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
space
/
spacecraft.exe
/
scripts
/
frame_176
/
DoAction.as
< prev
Wrap
Text File
|
2002-10-22
|
354b
|
24 lines
play();
stopAllSounds();
if(soundoff == "0")
{
tellTarget("/music")
{
gotoAndStop("sound1");
}
}
num = "1";
rank = "99";
while(num < "10")
{
if(eval("score" add num) < treffer)
{
rank = num;
trace(eval("score" add num));
trace(num);
trace(rank);
num = "99";
}
num += "1";
}