Simplicity of text

Simplicity of text
I am a freelance webdesigner and I want to make my portfolio with flash, I want to use only text, but what to have it have some animation to it.

one of the sites that I really liked that used only text was http://www.designanorak.com/flash.htm

and the other was http://www.iamjoshboston.com

if someone could either send me a swf of how they did this or a site that might be able to help me with a tutorial I would love that.

I have had such a hard time getting started with flash and this could really help me out.

thanks everyone.

Brandon

ahhh! the bright colors. there blinding! basicly those are just rollover effects, like in a button. if you wanted to use the same rollover for like 20 items, then create 1 with some text, then copy it and change the text on them. then use actionscript to open the file it links to.

but I am new to this, how do i make the initial rollover in flash?

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:

take ALL the tutorials within the Flash itself