Share Posted April 14, 2014 I am getting a very odd result when using this code: import com.greensock.*; import com.greensock.easing.*; import com.greensock.plugins.*; TweenPlugin.activate([MotionBlurPlugin]); function init():Void{ mc._visible = false; doFrame1(); } function doFrame1():Void{ mc._visible = true; TweenLite.from(mc,.5,{_x:mc1._x, motionBlur:true,delay:2}); } init(); There is a jump that happens before the animation. This only occurs if I use another movieclip _x for the tweenlite, which I absolutely have to do. In the main version the other mc acts like a tracker. Any ideas? https://www.dropbox.com/sh/f9fa8tnvb37ty9z/wBidYq3aYx This is a reference file. Thx P Link to comment Share on other sites More sharing options...
Share Posted April 14, 2014 It sounds like you just need to update to the latest version. Please snag it at http://www.greensock.com/account/ and then let us know if it works well for you. There was an issue with "from" motionBlur tweens that was fixed. Please update the plugin and the main TweenLite file (well, everything ideally) Link to comment Share on other sites More sharing options...
Author Share Posted April 15, 2014 Thanks for the reply Jack, was looking into that fix. But even with the updated com folder still the same issue happens. Take a look: https://www.dropbox.com/sh/dw1bcjx1ytcnesk/-eSlkW7ik7 There is still a jump before the animation happens. Any thoughts? Any help will be very appreciated. Thx P Link to comment Share on other sites More sharing options...
Share Posted April 15, 2014 I've looked at it about 10 times and I cannot seem to find any "jump" whatsoever. I'm really confused. It seems to be working perfectly for me. Maybe I'm missing something obvious? Could you provide more details about the "jump"? Maybe even a screen recording or something? I'd like to help, but I can't see any problems at all. 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