1. Open new flash document (whatever size you want)
2. On Layer that you already have add this actionscript in actionscript window (F9)
function rightclick(){}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("This tutorial is from www.tu-world.com", rightclick);
MENU.customItems.push(Functioned);
_root.menu = MENU;
3. That’s all folks! :)
Untitled Document
Links:
4. If you have some questions about this tutorial, please contact me: chumpitas@gmail.com