flash缓动代码 Tween easing

import mx.transitions.Tween
import mx.transitions.easing.*

t_yy = new Tween(yy,"_x",Back.easeOut,20,480,1,true);

 

20 是初始位置

480 是终止位置

 

1 是秒数

posted @ 2008-08-15 10:22  彭成刚  阅读(964)  评论(0编辑  收藏  举报