Thanks for the reply.
I'm not sure if this is exactly what you mean but in the sample I added to my question, you'll notice in each movieclip that there is a "hitarea" movieclip with a "0" alpha. I figured that that should solve my issue but i guess not.
Is something like that what you meant? Or did I misunderstand your reply :)
Main Topics
Browse All Topics





by: danyul_cPosted on 2009-08-12 at 09:23:13ID: 25080260
This is simply because you are leaving the clickable area of the button.
I have used the Tweener classes quite frequently and it is solid. It would seem to me that you need to set a clickable mask for your button and either allow that to expand and contract with the movie clip. Or, to ensure there are noe point in your movie clip that are set to not respond to mouse clicks.
something like the property mouseEnabled or mouseChildren.