satheesh
New Member
- Messages
- 883
- Reaction score
- 0
- Points
- 0
Right Click Menu in Flash
1. Select the first Frame.
2. Press F9 and Copy Code Below and paste it.
Demo:http://img172.imageshack.us/img172/4347/rightclickmenuoc7.swf
1. Select the first Frame.
2. Press F9 and Copy Code Below and paste it.
Code:
stop();
menu = new ContextMenu();
menu.hideBuiltInItems();
menu.customItems.push(new ContextMenuItem("PlayMovie", menu1));
_root.menu = menu;
function menu1() {
gotoAndStop(2);
}
Demo:http://img172.imageshack.us/img172/4347/rightclickmenuoc7.swf