home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / mid_flight.swf / scripts / DefineSprite_264 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-08-07  |  202 b   |  14 lines

  1. onenterframe = function()
  2. {
  3.    if(Key.isDown(38))
  4.    {
  5.       if(Key.isDown(69))
  6.       {
  7.          set("/:energy",100);
  8.          delete onenterframe;
  9.          play();
  10.       }
  11.    }
  12. };
  13. stop();
  14.