home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / wone.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2007-02-20  |  355 b   |  14 lines

  1. var mContextMenu;
  2. var tItemHandler = function(obj, item)
  3. {
  4. };
  5. var tMenuHandler = function(obj, menuObj)
  6. {
  7. };
  8. mContextMenu = new ContextMenu(tMenuHandler);
  9. mContextMenu.hideBuiltInItems();
  10. mContextMenu.customItems.push(new ContextMenuItem("┬⌐ Sean Cooper 2006",tItemHandler));
  11. _root.menu = mContextMenu;
  12. _global.mURLWindow = "_blank";
  13. stop();
  14.