Jump to content
Search Community

Hate to keep asking questions but...

Popinjay test
Moderator Tag

Recommended Posts

I hate to keep asking questions but now i can't figure out why these two tweens do not start at the same time.  Instead they go one after the other.  I thought the ",0" made them start simultaneously with one another.  I'm sure I am making another simple mistake.

 

myTimeline.fromTo(glb[1], gtime, {per:.0},{per:1, onUpdate:updateTween, onUpdateParams:[glb[1], fade], onComplete:finishedFade});

 

myTimeline.fromTo(glb[2], gtime, {per:0},{per:1, delay:tdel  , onUpdate:updateTween, onUpdateParams:[glb[2], fadeB], onComplete:finishedFade},0);

 

myTimeline.play();
 

Pop

Link to comment
Share on other sites

Yeah, that should work as you expect, simultaneous. 

That behavior was only introduced very recently in an update to v12. 

Please make sure you have the latest greensock files. 

That behavior should work in 12.0.2, but the latest version for as3 is 12.0.3

 

If it works differently after updating, please post a simple file that we can test. 

 

Don't worry about asking too many questions. We're here to help

Link to comment
Share on other sites

Yeah, that should work as you expect, simultaneous. 

That behavior was only introduced very recently in an update to v12. 

Please make sure you have the latest greensock files. 

That behavior should work in 12.0.2, but the latest version for as3 is 12.0.3

 

If it works differently after updating, please post a simple file that we can test. 

 

Don't worry about asking too many questions. We're here to help

That fixed it.  Thanks.  I could have been working on that forever if I didn't know it was only in a recent update.  Esp since I thought I was up to date.

 

Pop

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