Hi All --
I am looking for the easiest/recommended way to check if a tween has completed playing, and if it has not, stop it and play another tween. This is what i'm after:
if not tween_A.completed:
tween_A.stop()
tween_B.start()
else: tween_B.start()