home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2003 December (Special) / Gamestar-Special_2003-12_cd.bin / Arkady / arcanoid_gy.exe / scripts / frame_1 / DoAction.as
Text File  |  2002-11-22  |  254b  |  13 lines

  1. if(!initialized)
  2. {
  3.    initialized = true;
  4.    getURL("FSCommand:allowscale",true);
  5.    getURL("FSCommand:showmenu",false);
  6.    getURL("FSCommand:fullscreen",true);
  7.    tellTarget("_level0")
  8.    {
  9.       lbLoadingGame = "";
  10.    }
  11. }
  12. return undefined;
  13.