Re: [Flashcoders] Q:Tween Class..detect tween in progress

2006-03-07 Thread Oleg Filipchuk
Hi, there is tween.onMotionChanged ( obj:Object ) ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier

[Flashcoders] Q:Tween Class..detect tween in progress

2006-03-06 Thread bitstreams
Hi using the built in tween class and not able to figure out how to detect a tween in progress. There's 'OnMotionFinished' and 'OnMotionStarted' With fuse you can simply do a boolean check (if (tween)). Any Tween Class experts out there? Thanks in advance Jim Bachalo [e] jbach at bitstream.ca

Re: [Flashcoders] Q:Tween Class..detect tween in progress

2006-03-06 Thread eric dolecki
onTweenUpdate I believe On 3/6/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi using the built in tween class and not able to figure out how to detect a tween in progress. There's 'OnMotionFinished' and 'OnMotionStarted' With fuse you can simply do a boolean check (if (tween)). Any