I have a sprite that moves with a tween behavior.
There's a random selection of sprites that have an IsActive
variable set. I need to reset this variable at the end of the tween so that it can be selected to move again.
How do I detect the end of a tween?