I've been working on creating my activity using layers instead of layouts. I've got a background layer plus several layers with varying text and pictures on them. When the project loads the first layer is visible (which I want), and there's a clickable sprite on the background layer (always visible) that should take the user to the specified layer. However, when I click on it it takes me to the last layer. There's also a back sprite on the background layer, and if I click on that one while on the last layer it takes me to the previous layer and I can do so all the way to the first layer. So in a nutshell the back sprite is working fine, but the next sprite always takes me to the last layer regardless of what layer I'm currently on. I saw a topic where a user was having the same problem but the answer seemed to be highly specific for his/her problem. Anyone else encounter this or know how to remedy it?