I'm stuck in a bad position. I'm trying to make a game that has 2 layers, the top layer (player) and the bottom layer(background,planets,enemies,ect). I'm using the e3roid engine for android, and when I move the bottom layer it seems to be like if you try to tap the screen you must be in the bottom layer to press an object. Its a bit like this diagram Thanks! enter image description here

link|improve this question

50% accept rate
"you must be in the bottom layer" doesn't make a lot of sense. Do you mean that, after your app scrolls the bottom layer, it stops responding correctly to clicks that appear to be on top-layer sprites? – Julian Fondren Feb 22 at 2:07
Or if it's a bottom-layer object that's no longer responsive after a scroll, how did you adjust your apps understanding of the object's location? I haven't used e3roid, but unless you're doing something crazy you must have an internal coordinate system in your model of the game. – Julian Fondren Feb 22 at 2:14
Like the object is outside the bottom layer it becomes unresponsive. There is no way to make the layers bigger though. – user1042757 Feb 22 at 2:50
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.