Author: Chumpitas
Date released: 03/04/2007
Name: Right mouse click

Put your ad on right click menu in Flash
 

[Flash] Tutorial #5 - Right mouse click

 
 

Software: Macromedia Flash 8
Time: 1 minute

Put your name on right mouse click menu in Flash

Download final .fla file

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:


Donate, and help us to exist.

 

 


4. If you have some questions about this tutorial, please contact me: chumpitas@gmail.com