There are some areas of “empty space” where I need a tap detection to occur. I placed an object there with the intention of making it invisible (alpha = 0).
I can make it work by putting an alpha of 0.01 (which looks invisible on the Corona Simulator). But as soon as I put the alpha to 0, tap detection no longer works.
Is that normal? And is there a more elegant way than an alpha of 0.01 to make it invisible yet detectable?