home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / asitchintime2.swf / scripts / DefineSprite_767 / frame_20 / DoAction.as
Encoding:
Text File  |  2005-11-09  |  189 b   |  7 lines

  1. c.persoIsBusy = false;
  2. c.persoIsJumping = true;
  3. c.persoAnim("jump");
  4. c.persoYSpeed = (- c.persoJumpSpeed) * 1.3;
  5. lastJump = c.persoYSpeed;
  6. _parent.hitZoneX.hitBascule.gotoAndStop(2);
  7.