home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / SportsSmash.swf / scripts / DefineSprite_103 / frame_10 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  95 b   |  7 lines

  1. if(_root.checkscore == 1)
  2. {
  3.    _root.score += 100;
  4. }
  5. game.removed(this._parent);
  6. stop();
  7.