home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Puzzle
/
SportsSmash.swf
/
scripts
/
frame_29
/
DoAction.as
< prev
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-05
|
140 b
|
8 lines
for(var x in this.gameBoard)
{
if(typeof this.gameBoard[x] == "movieclip")
{
this.gameBoard[x].removeMovieClip();
}
}