Jump to content
Search Community

motionBlur AS2 from jump

dev-kp test
Moderator Tag

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...