home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / mr_danger.swf / scripts / frame_6 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  151 b   |  5 lines

  1. stop();
  2. _root.scoreview = "Bonus in this level: " + _root.score;
  3. _root.score = 0;
  4. _root.showlevel = "level " + [_global.currentlevel + 1] + "/30";
  5.