Tweener Issue - Wait until animation complete to allow button interaction

Hello Kirupa,

So, I’m using the caurina Tweener in my project. Essentially what I have is a movieclip that rotates 72 degrees when the user clicks on a button. The issue I’m having is that if the button is clicked in rapid succession, the event starts over part-way through itself, knocking the orientation of the movie clip off (which I need to stop at five specific points).

How can I force the button to neglect to respond to user interaction until the tweener transition has ended?

Any help is appreciated!