Hi all!
I have a box that animates when clicked and a separate button that resets this animation.
I'm trying to prevent subsequent clicks so that the animation doesn't play again after the first click.
i tried
sym.play();
sym.stop("end");
which worked, but it also skipped the animation and went straight to "end" (haha).
thx for any help!