[size=1]Hi;
I am having trouble with my custom right-click menu. It has been working fine but I have added a preloader and other layers to my Flash movie. Now I don’t know what layer or Frame to put this actionscript on to make the custom menu appear.
This is the Actionscript:
[color=Navy] function doSomething(){}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem(“© Jeremy Saffer Photography”, doSomething);
MENU.customItems.push(Functioned);
_root.menu = MENU;
[color=Black]Can somebody let me know where to place the actionscript so it will work? I have several Layers at the beginning of my Flash movie that contains the preloader information, and the actual movie starts on frame 3.
I would appreciate any help you can give me. :beam:
~ misslight
[/color][/color][/size]