home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / DinkySmash.swf / scripts / DefineSprite_215_ball5 / frame_25 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  169 b   |  10 lines

  1. stop();
  2. var i = 0;
  3. while(i < this.numStars)
  4. {
  5.    delete this["star" + i].onEnterFrame;
  6.    this["star" + i].removeMovieClip();
  7.    i++;
  8. }
  9. this.removeMovieClip();
  10.