Tim, Vic
12-09-2010, 03:03 AM
Trying to find a list of listeners and the best one to use at the end of a tween.
Basically i got this tween
var skillTween:Tween = new Tween(skills, "y", Elastic.easeOut, 0, 90, 4, true);
IF the person clicks too quickly on it however and the animation hasn't finished the tween gets stuck.
So I want to create a listener that checks for the last animation to finish before allowing the buttons to be pushed.
Basically i got this tween
var skillTween:Tween = new Tween(skills, "y", Elastic.easeOut, 0, 90, 4, true);
IF the person clicks too quickly on it however and the animation hasn't finished the tween gets stuck.
So I want to create a listener that checks for the last animation to finish before allowing the buttons to be pushed.