HomeHome  ­FAQFAQ  ­SearchSearch  ­MemberlistMemberlist  ­RegisterRegister  ­Log inLog in  
Post new topic   Reply to topicShare | 
 

 Menu Scripting - Right click

View previous topic View next topic Go down 
AuthorMessage
Revan
Admin


Posts: 22
Join date: 2008-06-18
Age: 15
Location: In your head messing with your thoughts!

PostSubject: Menu Scripting - Right click   Tue Aug 05, 2008 5:31 pm

hey all, Very Happy

I'm gonna tell you something thats really simple. Menu Scripting!

First copy and paste all of this scripting (below) into your first frame. by opening the Actionscript panel and pressing ctrl v or use the mouse to copy and paste.

Second where it says: var linkURL="http://pro-flash-beat.darkbb.com/"; Put your own site or a site you wish to use.

Third where it says: var linkText="Created by Pro Flash Beat"; Put the text that you wish to see when the menu opens.

Code:
var linkURL="http://pro-flash-beat.darkbb.com/";
var linkText="Created by Pro Flash Beat";
var myMenu = new ContextMenu();
function goToThisURL(){
  getURL(linkURL, "_blank");
}
var copyright = new ContextMenuItem(linkText, goToThisURL);
myMenu.customItems.push(copyright);
myMenu.hideBuiltInItems();
_root.menu = myMenu;


It's as simple as that... press ctrl and enter. then right click and find out what ya did!

YAY!!! Very Happy:D:D

_________________
90% of teens today would die if Myspace or Bebo had a system failure and was completely destroyed. If you are one of the 10% that would be laughing, copy and paste this to your signature.


Back to top Go down
View user profile http://pro-flash-beat.darkbb.com/
 

Menu Scripting - Right click

View previous topic View next topic Back to top 
Page 1 of 1

Permissions of this forum:You cannot reply to topics in this forum
Pro Flash Beat :: Animation :: Tutorials :: Flash-
Post new topic   Reply to topic