Simplicity of text

okay, heres the steps:

  1. insert-new symbol. then select button. name it whatever you want.

  2. the type your text and center it with the align panel (window-align)

  3. 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.

  4. then click “hit” and select F6. now go back to scene one or your main movie.

  5. 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.:slight_smile: