home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / quick-pic.swf / scripts / frame_382 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  252 b   |  15 lines

  1. _root.level += 1;
  2. points = points + levelpoints + perfectscore;
  3. _root.visible -= 1.25;
  4. _root.viscont = 0;
  5. if(perfect == 0)
  6. {
  7.    perfectscore = 2500;
  8. }
  9. else if(perfect == 1)
  10. {
  11.    perfectscore = 0;
  12.    gotoAndStop("noperfect");
  13.    play();
  14. }
  15.