Hello world. I have an animated object. Which follows by line. It haves mouseover effects. But i don't want it works if object is moving. Is any method to stop or prevent this method while object moving? Thanks in advance
Bernard Marx
4:32 pm on Dec 17, 2004 (gmt 0)
When the object is moving, set its 'moving' property to true. Test for this property in your mouseover function.
orion_rus
7:53 pm on Dec 17, 2004 (gmt 0)
Thank you Marx, i think no other decision. You assistant is very helpfull.