I’m a noob, and I’m a web designer/front end developer so I’m going about learning Lua and Corona from that perspective.
I have looked through the docs but I either can’t find what I’m looking for, or I can’t find it in a way that I can comprehend.
I have a couple of images on the screen and I have two events. Is it possible to layer images with what in html/css we’d use as z-index? So image B comes after image A in the document structure, so it’s “on top of” image A. And if you touch image B, only image B is touched, even it it’s overtop/layered over image A.
I’m guessing I will have to go about it by dealing with the events rather than the images themselves? Basically, I don’t want event B to be available unless event A has happened.
Thanks in advance for helping me learn - please excuse my noobness!
Here’s the code I’m working again. http://pastie.org/2960004 [import]uid: 101670 topic_id: 18555 reply_id: 318555[/import]