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

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