home *** CD-ROM | disk | FTP | other *** search
- function gameMenu(menu, obj)
- {
- getURL(_root.authorsSite,"_blank");
- }
- _root.externalMusic = 0;
- _root.gameTitle = "planetX";
- _root.gameDesc = "SpaceCave exploration on an Alien planet";
- _root.vNum = "v1.0";
- _root.flashVersionsNeeded = 7;
- _root.legalDomain = "file:///D";
- _root.authorName = "Terry Paton";
- _root.authorContact = "terry@terrypaton.com";
- _root.authorsSite = "http://www.terrypaton.com";
- _root.gameLocation = _root._url.substr(0,legalDomain.length);
- _root.gameQuality = "HIGH";
- var menu_cm = new ContextMenu();
- menu_cm.customItems.push(new ContextMenuItem(gameTitle,gameMenu));
- menu_cm.hideBuiltInItems();
- _root.menu = menu_cm;
- fscommand("fullscreen",true);
-