new Tween(Image1movieClip, "y", Strong.easeInOut,
Image1movieClip.y, thetargetY, 1.5, true);
the following error occurs
access of undefined property Strong...
however Back and Bounce works here..
new Tween(Image1movieClip, "y", Strong.easeInOut,
Image1movieClip.y, thetargetY, 1.5, true);
the following error occurs
access of undefined property Strong...
however Back and Bounce works here..
import fl.transitions.easing.Strong;
without seeing more of your code I would guess it's missing the import statement.