Hi,
I'm making a simple game, which ends showing the human cell, its parts and labels pointing to the parts of the cell(all this is a jpeg). On top of the labels, I have placed invisible boxes/sprites which if clicked should display some information (again jpegs) on these parts. So if the user clicks on say nucleus, it should reveal the nucleus information image.
I've added a mouse event on the nucleus label, so that once clicked, it reveals the nucleus information image. This works fine for 1 image, however when I tried to do this for the next few parts of the cell, nothing happens when I click on the labels.(or I have to restart construct 2 for it to work, which is also not consistent)
I was wondering if there is any better way to do this?
Thanks for your help.