Please help, will pay $$$

hurleyvapor999

New Member
Hi,
I have been having the hardest time with this flash menu:
http://www.thehosting101.com/0171_2.swf
The menu is the way I want it to look but I want each button to link to another page (I am using Macromedia Flash 8). I am really, really, really bad on this program and will need very specific directions on how to make this work. I am willing to pay somebody 10 dollars through paypal if you can get this to work. If you have any questions feel free to email me at [email protected]. Thanks for your help in advance.
 

ISDProductions

New Member
keep your money....
go into your flash doc. (.fla) in the main menu (stage) go to the tab at the bottom that says actions (PC) or window / toolbars/ actions (mac) that will open your action script menu. Now that you have that down, click on the button on the stage you wish to make your link to(make sure your on the first keyframe on which the button appears). with the button selected (make sure only the button is selected, not all the buttons, just one at a time) type this into your action script menu

on (release) {
getURL("http://www.thesiteyouwishtolinkto.com");

}


then repeat that process for each button. thats it...let me know if you need more help
 
Last edited:
Top