home *** CD-ROM | disk | FTP | other *** search
- _root.level += 1;
- points = points + levelpoints + perfectscore;
- _root.visible -= 1.25;
- _root.viscont = 0;
- if(perfect == 0)
- {
- perfectscore = 2500;
- }
- else if(perfect == 1)
- {
- perfectscore = 0;
- gotoAndStop("noperfect");
- play();
- }
-