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

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