[solved] Multitouch problem

I already learned how to make my game have multitouch from multitouch example
And its working without camera follow the player

But when i add camera follow the player
The touch on my phone is different with touch respond in my game

Sorry for my bad English

Thank you.

Do you have multiple layer in your game and scroll them around? If so, you need to specify the layer you want to read the TouchX(…) and TouchY(…) expressions. Make it the same layer as you want the touch to be processed or have an effect.

Thank you so much its working :smiley: