home *** CD-ROM | disk | FTP | other *** search
/ Champak 112 / jogo-disk-112.iso / Games / jmonkey.swf / scripts / DefineSprite_187 / frame_9 / DoAction.as
Text File  |  2010-07-14  |  178b  |  12 lines

  1. if(!§§pop())
  2. {
  3.    restart_btn.onRelease = function()
  4.    {
  5.       _parent.init();
  6.    };
  7.    intro_btn.onRelease = function()
  8.    {
  9.       _parent.gotoAndPlay(1);
  10.    };
  11. }
  12.