Hey All!
I am trying to create invisible buttons( or triggers or sensors) and need some help.
I have a background image which includes “baked in” button images, and to save on RAM,
I want to make invisible buttons or sensors that sit on top of the image to act as the hit areas.
The buttons are all rotated at different angles.
So to accomplish this, I have created a bunch of rotated rectangles and placed them in the appropriate
positions.
I added event listeners to each of them.
This all works fine. However, when I set the alpha of the rectangles to 0, they no longer work.
They will work if I set the alpha to 0.1-1
Is there a flag I can set on the rectangles to still capture events when their alpha is 0?
Or an easier/better way to accomplish this?
Thanks!
Joe
[import]uid: 8444 topic_id: 3201 reply_id: 303201[/import]