An Issue With Touch, Need Help!
Hey guys, i have a game which is 1024 by 768 display size, but the scene is 2048 by 1536, now when i move around the scene with my char the camera follows which works fine, but when i touch somewhere outside of the 1024 by 768 range, it doesnt register my touch and the char wont move there, if i touch just within it my char can accelerate past the 1024 range but it still wont reconigze my touch outside of it. any ideas?
Comments
Otherwise maybe you don't have an actor in those areas to recognize the touch.
It's hard to say without knowing a little more with what your game controls are ect
when touch is outside
accelerate towards game.touches.touch1.x game.touches.touch1.y
acceleration 100
but any touches outside of the 1024 768 range and it wont accelerate towards it.