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

  1. _root.hero.falling = true;
  2. _root.levelpart = "L6P5";
  3. stop();
  4. _root.fade.gotoAndPlay(1);
  5. _root.hero._x = 35;
  6. _root.hero._y = 357;
  7. _root.hero.gotoAndStop("right");
  8. maxPlatforms = 0;
  9. for(i in this)
  10. {
  11.    if(typeof eval(i) == "movieclip" && i.substr(1,5) == "platf")
  12.    {
  13.       maxPlatforms++;
  14.    }
  15. }
  16.