home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / planetx.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  691 b   |  21 lines

  1. function gameMenu(menu, obj)
  2. {
  3.    getURL(_root.authorsSite,"_blank");
  4. }
  5. _root.externalMusic = 0;
  6. _root.gameTitle = "planetX";
  7. _root.gameDesc = "SpaceCave exploration on an Alien planet";
  8. _root.vNum = "v1.0";
  9. _root.flashVersionsNeeded = 7;
  10. _root.legalDomain = "file:///D";
  11. _root.authorName = "Terry Paton";
  12. _root.authorContact = "terry@terrypaton.com";
  13. _root.authorsSite = "http://www.terrypaton.com";
  14. _root.gameLocation = _root._url.substr(0,legalDomain.length);
  15. _root.gameQuality = "HIGH";
  16. var menu_cm = new ContextMenu();
  17. menu_cm.customItems.push(new ContextMenuItem(gameTitle,gameMenu));
  18. menu_cm.hideBuiltInItems();
  19. _root.menu = menu_cm;
  20. fscommand("fullscreen",true);
  21.