This is perplexing for me. I have 2 layers. On layer 0, there is a sprite (equal sign). On layer 1, there is a sprite (save button). Using touch, on touch object on layer 0, do whatever and go to layer 1. It then makes layer 0 invisible and layer 1 visible. The thing is, the save button on layer 1 is activated by the same touch from layer 0.
Given:
-layer 0 is visible initially
-layer 1 is invisible initially
-both buttons are in the same position and same size
What am I doing wrong? It's almost as if it holds onto the touch for all layers and when they become visible, it applies it. Not saying that is what is actually happening, but that's what it seems like.