addCooand()の中でTweenerを利用する。
DoTweener(target:Object, parameters:Object, initObject:Object = null)
ex.
new DoTweener( this, { alpha:1, time:1 } )
new DoTweener( sp, { scaleX:1, time:1 } )
new DoTweener( this, { x:20, time:1, transition:"easeinoutback"} )
Tweener Documentation and Language Reference
http://hosted.zeh.com.br/tweener/docs/en-us/