Jump to content
Search Community

Two bugs [SOLVED]

rkuk test
Moderator Tag

Recommended Posts

1. TweenLite.from(mc,2,{scaleX:2,paused:true}); //"paused" doesn't work here

I think the resolution is: In TweenLite.renderTime method, "this.active=true" should be put in "if(!this.cachedPaused)" block.

 

2. var tm:TweenMax = TweenMax.to(mc, 5, { x:500, y:500, roundProps:["y", "x"],immediateRender:true} );

tm.killVars( { y:1 } ); //This doesn't work

I think the resolution is: In TweenMax.init method, after a prop added to the RoundPropsPlugin,if the plugin already exists, the propTweenLookup should also update. "this.propTweenLookup[prop] = this.cachedPT1;" should be added after the plugin.add mothod.

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...