home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
towerblaster.swf
/
scripts
/
DefineSprite_214
/
frame_15
/
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
|
207 b
|
14 lines
x = 1;
while(9 >= x)
{
if(eval("_root.pB" + x + ".rValue") < eval("_root.cB" + (x + 1) + ".rValue"))
{
set("block" + x,1);
}
else
{
set("block" + x,0);
}
x++;
}