home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / starisland.swf / scripts / DefineSprite_1452 / frame_90 / DoAction.as
Encoding:
Text File  |  2007-12-10  |  238 b   |  12 lines

  1. stop();
  2. this.onEnterFrame = function()
  3. {
  4.    if(Key.isDown(32))
  5.    {
  6.       delete this.onEnterFrame;
  7.       this._visible = false;
  8.       _root.gamecontrol._visible = true;
  9.       _root.gamecontrol.gotoAndPlay("welldone");
  10.    }
  11. };
  12.