Game Development Community

Problem with new iPad and touch (Solved)

by Macarena Mey Rodriguez · in iTorque 2D · 05/31/2012 (1:13 am) · 2 replies

Hello,

I have problem with the new iPad (or iPad3). The touches don't work. I run the game in the simulator and the menus works OK, i can touch the buttons, but in the game I can touch the screen. I have put some echos in the touchesDown function and don't appear, there are no echos (I have also try the onMouseDown and neither). Of course the games works perfect in iPad, device and simulator. I have already done the resolution fix, so the games looks ok, only fail the touches.

If the only I need to send the game to apple and I don't know how to fix :(

Thank you,
Macarena

#1
05/31/2012 (1:40 am)
Solved: I have to use onTouchDown instead.
#2
06/01/2012 (6:28 pm)
The global touchesDown should work as well if you've applied the retina fixes. I'm using them in my game. I would double check everything, or, just wait a few days I think 1.5.1 preview with the official retina support is coming real soon.