常规和强补间不起作用?

时间:2010-06-08 07:17:18

标签: actionscript-3

new Tween(Image1movieClip, "y", Strong.easeInOut, 
      Image1movieClip.y, thetargetY, 1.5, true);

发生以下错误

access of undefined property Strong...

然而Back和Bounce在这里工作..

1 个答案:

答案 0 :(得分:0)

import fl.transitions.easing.Strong;

没有看到更多的代码,我猜它会错过import语句。