Page 1 of 1

problems on real device

PostPosted: Mar 27, 2005 @ 1:42am
by theNMH

PostPosted: Mar 27, 2005 @ 3:22am
by dan.p

PostPosted: Mar 27, 2005 @ 12:39pm
by theNMH
Unfortunatly, I don't own a Pocket PC so I can't use the debug mode.

The game is like a breakout game, and the bugs is that the ball doesn't move in the correct direction.

Could you just tell if there are any known problems that cause such problems, I'm suspecting that it might be because the internal coordinates of the ball are float.

PostPosted: Mar 27, 2005 @ 6:07pm
by dan.p
I use floats in my games for movement and it's never been an issue, but then again I don't develop games on the emulator.

Could try:

- Build a PC version and test it on the PC.
- Since it moves in the wrong direction, you should be able to tell which calculation changes need to be made to make it move in the right direction on the Pocket PC. It will ruin the emulator version, but at least it'll work on the Pocket PC.
- Invite your friend over and debug on his Pocket PC.

PostPosted: Mar 27, 2005 @ 9:12pm
by Kak