okay, heres the steps:
-
insert-new symbol. then select button. name it whatever you want.
-
the type your text and center it with the align panel (window-align)
-
click “over” and hit F6. “over” should be in black. then draw a box the size of your text and fill it in. type your text over the box in a readable color. then select “down” and hit F6.
-
then click “hit” and select F6. now go back to scene one or your main movie.
-
open up the library, and drag your button onto the movie. right click and select <i>actions</i> and insert this code:
[AS]on (release) {
getURL(“http://www.placelinkhere.html”, “_blank”);
}[/AS]
put the link of the html or jpg or whatever where it says “placelinkhere.html”
hope this helps.