home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / SportsSmash.swf / scripts / frame_29 / DoAction.as < prev   
Encoding:
Text File  |  2005-08-05  |  140 b   |  8 lines

  1. for(var x in this.gameBoard)
  2. {
  3.    if(typeof this.gameBoard[x] == "movieclip")
  4.    {
  5.       this.gameBoard[x].removeMovieClip();
  6.    }
  7. }
  8.