home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
MiniclipsTetris.swf
/
scripts
/
DefineSprite_185
/
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
|
2005-08-04
|
299 b
|
17 lines
col = 1;
while(_parent.cols >= col)
{
eval("_parent.Box" + col + "_" + row).gotoAndStop(brickType);
eval("_parent.Box" + col + "_" + row).filled = false;
col++;
}
row++;
if(_parent.rows < row)
{
if(!screenFilled)
{
_parent.showTitle();
}
gotoAndStop(1);
}