actually i do use this class pretty extensively. i really
like the fact that i can tween a property with one line of code
without having to set any onEnterFrame functions or Intervals. the
limitation that i come up against most often is that you can only
change one property per tween. all of the tweens i've written, with
the exception of this one
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=288&threadid=1151719 occur in event handlers, so i haven't had to worry about
delays at all yet. what sort of effect are you going for that
requires a delay, and how are you accomplishing it?