new Tween(Image1movieClip, "y", Strong.easeInOut,
Image1movieClip.y, thetargetY, 1.5, true);
发生以下错误
access of undefined property Strong...
然而Back和Bounce在这里工作..
答案 0 :(得分:0)
import fl.transitions.easing.Strong;
没有看到更多的代码,我猜它会错过import语句。