How do I detect screen position touches regardless of touch number?
hesdeadjim
Member, PRO Posts: 38
How do I detect whether the player is touching left, right or both halves of the screen regardless of touch number without using buttons?
I have strange cam movement in my game, so I just want to use screen areas. I don't want to track the touch number because it may be one or both sides touched at once.
Best Answers
-
joshiwu Posts: 207
screen postion is call camera origin. try searching that
youll need to unlock an actor to access it.
Answers
Bump
Thanks guys