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

  1. if(!Key.isDown(39) and !Key.isDown(37) and !c.gamePaused)
  2. {
  3.    gotoAndPlay(7);
  4. }
  5. else if(Math.abs(c.persoXSpeed) > c.persoMaxXSpeed / 2)
  6. {
  7.    gotoAndPlay(5);
  8. }
  9.