Alan Posted December 19, 2004 Posted December 19, 2004 Ever notice the long long menu full of useless junk in your Macromedia Flash movies? Want to take it off? Or perhaps edit the menu to fit your needs? This only works in Macromedia Flash MX that I know of (I use Macromedia Flash MX 2004) Add this snipplet to the main timeline effect! >function doSomething(){ //doStuff } MENU = new ContextMenu(); MENU.hideBuiltInItems(); Functioned = new ContextMenuItem("Words", doSomething); MENU.customItems.push(Functioned); _root.menu = MENU; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.