Adding ease to a Scripted Tween

how do i add an ease to this code:


new mx.transitions.Tween(logo_mc, "_y", mx.transitions.easing.Regular.easeOut, 500, 306, 2, true);

the 500 and 306 are for the y-pos. and the 2 is the speed.

thank you.