I have a large rectangle, which embodies the spawn area. When a player touches in that area, a sprite should spawn at the pressed location within the spawn area. The Y coordinate matches, but X does not...it's always off-set by about half the screen...so as I move to the right, for example, the actual spawn location does the same.
I'm using the mouse.x and mouse.y identifiers.