Question - how can I “cancel” a transition.to on a display object once it is underway?
Background: I have a WidgetCandy “multiline text widget” I’m using for a UI text display for a user. If there is a notification then the text object is used to show the text, and then I use “transistion.to” to fade it out using Alpha. The issue is if I refresh the object (same object, reusing it) for the next text notification, then if it is still during the transistion.to fade out, the fade out will keep occurring on the new text I want displayed.
What’s the general way around halting a transistion.to on a display object, assuming you’re trying to use the same object? [import]uid: 140210 topic_id: 27806 reply_id: 327806[/import]