First of all I was thinking of posting in the "How do I....?" section but it seems like it's spammed hard by chinese.
Secondly I have a question about touch screen and something that has been bothering me.
I am using touch screen movement where my player is moving in the direction pressed on screen.So wherever you touch the screen, player moves in that direction.For testing purposes im using a mouse and it's set angle(player.x, player.y, mouse.x, mouse.y)
On this image you can see my inventory at the bottom.And even when I press on the inventory, player will move.My question is: How do I isolate inventory area from player movement. When I press on inventory i just want it to use the item?