home *** CD-ROM | disk | FTP | other *** search
- _root.score = _root.total_score;
- maxPlatforms = 0;
- for(i in this)
- {
- if(typeof eval(i) == "movieclip" && i.substr(1,5) == "platf")
- {
- maxPlatforms++;
- }
- }
- stop();
- _root.timer.timer = 0;
- stop = "no";
- eat = 1;
- pain = 1;
- alive = "yes";
- _root.fade.gotoAndPlay(1);
- _root.levelpart = "L3P1";
-