New Coder needs some Help =/

thanks

I feel your pain; this should be in chapter one of every book on Flash ever written.
Here’s a basic example of what I think you’re looking for.
http://www.byrographics.com/AS3/siteTemplate/siteTemplate1.html

I included examples of several techniques to construct this example:
[LIST]
[]Event propagation; new feature of AS3/Flash9
[
]“switch” conditional for button rollover.
[]“if” conditional for the click function.
[
]TweenMax variable with removeTween.
[]TweenMax array.
[
]Movieclip variable.
[]String variable.
[
]buttonMode for movieclip.
[/LIST]
Here’s the fla.(AS3)
http://www.byrographics.com/AS3/siteTemplate1.fla.zip

TweenMax is required.
http://blog.greensock.com/tweenmaxas3/