home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / rebound.swf / scripts / DefineSprite_315 / frame_36 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  151 b   |  7 lines

  1. stop();
  2. _root.scorebar.cirswitch = 1;
  3. if(_root.addcounts - _root.reboundcounts > 0)
  4. {
  5.    _root.score += _root.addcounts - _root.reboundcounts;
  6. }
  7.