home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / CheeseHunt.swf / scripts / frame_11 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  278 b   |  18 lines

  1. maxPlatforms = 0;
  2. for(i in this)
  3. {
  4.    if(typeof eval(i) == "movieclip" && i.substr(1,5) == "platf")
  5.    {
  6.       maxPlatforms++;
  7.    }
  8. }
  9. stop();
  10. score = 0;
  11. _root.timer.timer = 0;
  12. stop = "no";
  13. eat = 1;
  14. pain = 1;
  15. level = 1;
  16. alive = "yes";
  17. _root.fade.gotoAndPlay(1);
  18.