home *** CD-ROM | disk | FTP | other *** search
- function gameMenu(menu, obj)
- {
- getURL(_root.authorsSite,"_blank");
- }
- _root.externalMusic = 0;
- _root.gameTitle = "Amoeba";
- _root.gameDesc = "Dangers in a microscopic world!";
- _root.vNum = "1.07";
- _root.flashVersionsNeeded = 7;
- _root.legalDomain = "file:///";
- _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 = "AUTO";
- var menu_cm = new ContextMenu();
- menu_cm.customItems.push(new ContextMenuItem(gameTitle,gameMenu));
- menu_cm.hideBuiltInItems();
- _root.menu = menu_cm;
- fscommand("fullscreen",true);
-