mrvinegar Posted December 19, 2013 Share Posted December 19, 2013 Can I pass multiple objects into the tween onComplete handler ? It seems you can only pass the object being tweened? Link to comment Share on other sites More sharing options...
powerfear Posted December 19, 2013 Share Posted December 19, 2013 You can create an object and pass it as the context, that object can contain any variable you want. Or if you are working with classes you can pass your class instance as context if the variable you need is part of it. Link to comment Share on other sites More sharing options...
Recommended Posts