AS3 Tweening

This might sound like a stupid question.

But just how do I use AS3 tweening to get a normal movieclip to just get bigger?
I basicly want to scale it up.

myTween = new Tween(submenu_mc, “alpha”,Regular.easeOut,0,1,12,false);

This would be a simple turn on alpha tween, and so what I need to change is the “alpha” and maybe the Regualr.easeOut Im not sure, what I really would want is an easy help on the simple tweening that you can do, Ive been trying to read the API but I don’t understand it very well.
EDIT2:

Ok, looking about more in the API I found the attributes of a movieclip, but I still have to make 2x tweens one for scaleX and one for scaleY, right? or is there another way?

EDIT: Yes Im trying to use
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/

But when I just want something simple I can’t seem to find it like what kind of attributes that can be tweened etc.
Would I have to create 2 tweens one for x and one for y? or is there a simple “scale” attribute? Im not sure how to scale them also, guess ill go for abit of trial and error but any help would be great!

or maybe its the hieght and width I should change… testing :stuck_out_tongue: