Is it possible, using actionscript 3 to disable the right click menu?
Any help greatly appreciated!
This is a better option
_level1._y = 195; var myMenu:ContextMenu = new ContextMenu(); myMenu.hideBuiltInItems(); _root.menu = myMenu;