home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 October
/
Chip_2001-10_cd1.bin
/
internet
/
flashland
/
tipy
/
hry
/
flashbreak4.swf
/
scripts
/
frame_6
/
DoAction.as
Wrap
Text File
|
2000-01-01
|
228b
|
18 lines
stopDrag();
c = "0";
r = "0";
while(r < "18")
{
while(c < "10")
{
removeMovieClip("brick" add r add c);
c += "1";
}
r += "1";
c = "0";
}
tellTarget("/messages")
{
gotoAndStop(7);
}