Hello!
I'm trying to build an Ui that relies heavily on circles. A sample attached.
My problem is clicking on those rounded buttons or... anywhere else for that matter. Is there any way for me to ignore the reddish zones which, in the ui are fully transparent, of course.
so, when one was to click in the "top reddish corner", he would, instead, click on the button beneath it.
the getpixel approach isn't the best as the design relies on percentages, fluid layouts...
Thank you.
Edit: I think I can limp with the math and determine the bounds of each shape, so on and so fourth.
So... it really comes down to this:
if(not reddish) -> do button 1
else return false -> pass to the one beneath