|
||
This example hides all the built-in objects in the Context menu (the one which appears when you click with right mouse button on the movie). (However, the Settings and About items still appear, because they cannot be disabled.) doAction [ newMenu: make ContextMenu [] newMenu.hideBuiltInItems() _root.menu: newMenu ] ShowFrame end |