Hi there,
So I have a situation where I'm trying to make it where I can track where I am in the Window to control visual display. However at any time in the game my layouts might be much bigger than the window... so if i have a window that's say.. 1136x640.. but my layout is 3000x3000.. the problem i face is that i only seem to be able to get the layout x and y of my Touch position..
http://part12studios.com/temp/Games/Fin ... gerKing01/
notice how if i move over to the right of the screen.. the arm adjusts its position.. but this is currently based on the X of the layout.. which would be fine if my Window was also the same size but the logic breaks down when layouts become bigger than the window.
Thanks!
Caleb