moglie
08-15-2008, 05:39 AM
Let's say I have a tree with a height of 300. Then I add a state where the height is 700 and I use a mouseOver to trigger this state change. Easy enough but I've applied easing to the transition. If the mouse comes in contact with any of the nodes on the tree, the animation will stutter. If you mouse over an empty part to the tree, it runs correctly.
Is there a way to accomplish this without this stuttering? I've tried putting the tree inside a panel and adding a MOUSE_OUT eventListener on the panel but I"m still getting the same problem
Is there a way to accomplish this without this stuttering? I've tried putting the tree inside a panel and adding a MOUSE_OUT eventListener on the panel but I"m still getting the same problem