home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
towerblaster.swf
/
scripts
/
DefineSprite_318
/
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
|
2007-03-12
|
221 b
|
15 lines
winGood = 0;
x = 1;
while(9 >= x)
{
if(eval("_root.pB" + x + ".rValue") < eval("_root.pB" + (x + 1) + ".rValue"))
{
winGood += 1;
}
x++;
}
if(winGood == 9)
{
_root.gotoAndPlay("win");
}