Share Posted May 19, 2011 I'm using the transformAroundCenter-Plugin for scaling and rotating an image, as soon as I ROLL_OVER/ROLL_OUT. Unfortunately the image bounces back and forth even when the mouse-pointer does not leave the visible image. I removed all EventListener from the image and I'm adding them, as soon the tween has finished. Even then it does not work. When I disable the transformAroundCenter-Plugin, everything works fine. Any suggestion ? Thanks in advance Link to comment Share on other sites More sharing options...
Author Share Posted May 19, 2011 I'm using additionally the DropShadowFilterPlugin on the same image. Apparently the combination of those leads to the conflict. Is there a way to solve that? Link to comment Share on other sites More sharing options...
Share Posted May 20, 2011 do you get the problem with just the dropshadow? I've found that drop shadows and glows tend to cause tons of mouse event misfires as you have explained. my solution has been to dynamically create a solid-filled yet transparent sprite over the object with the shadow. this sprite needs to be big enough to cove the full width of the object + shadow distance. Link to comment Share on other sites More sharing options...
Author Share Posted May 20, 2011 I also tried the native-Dropshadowfilter on the image which caused the same problem. I will try your solution, thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now