home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / help_turtle.swf / scripts / frame_91 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  178 b   |  10 lines

  1. stopAllSounds();
  2. bonus = random(50) + 100;
  3. point += bonus;
  4. _root.score = point;
  5. _root.levelScore += bonus;
  6. if(_root.dbconnect == "yes")
  7. {
  8.    _root.DispatchGameData();
  9. }
  10.