Hello. I'm new here and finally found a reason to post. I'm also new to this kind of development.
To the point: I am creating a transition using Tween and a container. My issue is when the play/user clicks on the hit box to start the animation/tween it doesn't account for multiple clicks which then plays the animation again. How do I not allow the function to execute when is it already running?
I'm developing with CreateJS in case that matters.
Thanks in advance.