biscito Posted March 25, 2013 Share Posted March 25, 2013 TweenLite.to(_mcfire, 1, {y:0, x:0, ease:RoughEase.create(2.4, 25, false, Quart.easeInOut, "out", false)}); i get this : Line 407 1067: Implicit coercion of a value of type com.greensock.easing:Ease to an unrelated type Function. i don't get the problem Link to comment Share on other sites More sharing options...
GreenSock Posted March 25, 2013 Share Posted March 25, 2013 It sounds like maybe you're using RoughEase from v12, but TweenLite from v11 (mis-matched versions). If you're still having trouble, please post a very simple FLA that demonstrates the problem so that we can publish on our end to see what's happening. I tried your code myself and I got no errors from v12. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now