home *** CD-ROM | disk | FTP | other *** search
- stop();
- flyborg = function()
- {
- getURL("http://www.flyborg.net",_blank);
- };
- download = function()
- {
- getURL("http://www.flyborg.net/download_destroy-the-world.html",_blank);
- };
- newMenu = new ContextMenu();
- newMenu.hideBuiltInItems();
- newMenu.builtInItems.quality = true;
- visitFlyborg = new ContextMenuItem("Visit my site, Flyborg.net!",flyborg);
- downloadGame = new ContextMenuItem("Put this game on your site or download the desktop version!",download);
- newMenu.customItems.push(visitFlyborg);
- newMenu.customItems.push(downloadGame);
- _root.menu = newMenu;
-