home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / asitchintime2.swf / scripts / DefineSprite_186 / frame_2 / DoAction.as
Encoding:
Text File  |  2005-11-09  |  218 b   |  9 lines

  1. if(perso.persoFeet.hitTest(this) and c.persoIsFalling)
  2. {
  3.    _parent.gotoAndPlay("play");
  4.    c.persoYSpeed = - _parent.maxJump;
  5.    c.persoAnim("jump");
  6.    c.persoIsJumping = true;
  7.    c.persoIsFalling = false;
  8. }
  9.