Its possible the values are reversed on windows phone?
Its possible the values are reversed on windows phone?
If I remember correctly, the values can vary depending on device orientation.
I'm trying to dissect this example, but I'm a little stuck on one thing. Instead of holding the device flat to keep the ball still, is it possible to for example, 'Start of Frame,' set it to stay still there? I'm trying to revamp the movement system in my game here:
http://youtu.be/9elUzwnQ_1k
edit
I got it working. Seems to work better on the Z axis than the Y. Basically, I combined this movement system with the one I originally had. Not as perfect as I'd like it to be, as in your example, but it works pretty good.
I was playing around with this again. I just had a small question regarding the first example.
I'm looking for a way to slow it down as it gets toward the edge of the screen. Rather than looping the play field in my example video above. Is it possible to do that?
Thanks!