Mike018 Posted July 11, 2016 Share Posted July 11, 2016 For example, after a tween ends, the next tween starts 0.1 seconds before the previous tween ends. I would use this solution for ~15 objects at a time in many different instances, so a crazy custom solution wouldn't work. As of now, I use greensock's timeline functionality to accomplish this, but would prefer to use the built in tweening if possible. Link to comment Share on other sites More sharing options...
drhayes Posted July 12, 2016 Share Posted July 12, 2016 Pretty sure the delay property of a tween will do this for you. It's available as a parameter of Tween.to. Link to comment Share on other sites More sharing options...
Recommended Posts