when my scene resolution is 960 by 640 touch doesn't respond
diegocs
Member Posts: 531
basically neither my actor nor buttons work when touch are applied to them. How can i fix this?
Comments
To create a game for the high resolution devices, create your game for a low resolution device (480x320), and just use art that is twice the size(and check the Resolution Independence box in the Project editor)
The coordinate system will be the same for all iphones and iPod touches. It is just which image is used that makes the difference on how good it looks.
If you are creating a game for the Retina Display, check the 'Enable Resolution Independence' checkbox and use bigger art.