I've been using tweens to fade in UIPanels/bunch of widgets and that gives a pretty simple logic for PlayForward() to show the panel/widget and PlayReverse() to hide the panel. Now in certain cases I'd wan't to skip the whole fading and jus make it visible straight away.
One way to do that would be to set the duration to "0" and then hit play, although that could get messy if one has to start restoring the "duration" for a bunch of tweeners.
Another way could be to just access the panel/widget and overwrite the alpha directly...but makes the code a little "hacky".
So Is possible to fast forward tweens directly, without messing up their attributes..or modifying the class itself...or maybe there is a better way to think about the whole thing?
Cheers
Stefan