home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-24  |  249 b   |  10 lines

  1. function goTo()
  2. {
  3.    getUrl("http://www.MoFunZone.com", "");
  4. }
  5. stop();
  6. var newMenu = new ContextMenu();
  7. newMenu.hideBuiltInItems();
  8. newMenu.customItems.push(new ContextMenuItem("MoFunZone.com - Play More Games",goTo));
  9. this.menu = newMenu;
  10.