home *** CD-ROM | disk | FTP | other *** search
- stop();
- _root.levelpart = "L4P4";
- _root.fade.gotoAndPlay(1);
- _root.hero._x = 35;
- _root.hero._y = 357;
- _root.hero.gotoAndStop("right");
- maxPlatforms = 0;
- for(i in this)
- {
- if(typeof eval(i) == "movieclip" && i.substr(1,5) == "platf")
- {
- maxPlatforms++;
- }
- }
-