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

  1. if(perso.persoBody.hitTest(this) and Key.isDown(32) and !c.persoIsBusy and !c.persoIsJumping and !c.persoIsFalling)
  2. {
  3.    c.persoXSpeed = 0;
  4.    c.persoYSpeed = 0;
  5.    c.persoIsBusy = true;
  6.    _parent.gotoAndPlay("start");
  7. }
  8.