Hi all,
I noticed when drawing my games that x and y values ‘wraparound’ – meaning drawing an object at y = -78000 will appear onscreen rather than not be drawn at all, which is what I want. (I want to keep track of objects moving off screen so I can re-randomize their position and place them onscreen). Anyone know how to disable this behavior or any tricks for getting around it?
Thanks!
Nick