home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 January
/
Chip_2004-01_cd1.bin
/
oddech
/
flashgames
/
stress
/
install
/
stresspaint.exe
/
scripts
/
frame_191
/
DoAction.as
Wrap
Text File
|
2002-07-26
|
126b
|
9 lines
i = 0;
while(i < count)
{
removeMovieClip("splat" + i);
i++;
}
removeMovieClip("crosshair");
blnInPlay = false;