home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / chooseyourweapon3.swf / scripts / DefineSprite_879 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-05  |  74 b   |  7 lines

  1. if(_root.jumping)
  2. {
  3.    gotoAndStop("jumping");
  4.    play();
  5. }
  6. play();
  7.