well everytime a button is pressed you create a new variable for your tweens. while this isn't the source of your problem its not the best thing to be doing. uptop of script i'd write:
then in your button listener function were your using this tween. you can just write:Code:var variableName:Tween;
i can't seem to find the actual source of your problem. anyways hopefully this has helped you to some degree.Code:/* just made the inside of the function dots as i'm not going to write it for you, you already know what your putting in there.*/ variableName = new Tween(....);




Reply With Quote