home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / episode2.swf / scripts / DefineSprite_2231 / frame_10 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  171 b   |  13 lines

  1. if(Key.isDown(Key.SPACE))
  2. {
  3.    gotoAndPlay(13);
  4. }
  5. if(Key.isDown(Key.DOWN))
  6. {
  7.    tellTarget("_root")
  8.    {
  9.       gotoAndStop("Hutte1Init");
  10.       play();
  11.    }
  12. }
  13.