I've experienced on my game 'Cube: Platformer' (which works when it is downloaded) that a Y position is visually skipped, causing online problems. E.g. if i have a block at Y=30, Y=31 would visually be in the same place, and when Y=32 is reached, it finally goes up, but by only 1 pixel. I'm not sure where it skips but it does!
Last edited by Colkadome (2009-05-08 03:53:01)
Offline
I ran into something similar in one of my first games...Battleship. Certain positions in the Java Player didn't change, even though the coordinates were changed. I never did get a resolution to my problem and ended up working (awkwardly) around it. It's probably some sort of roundoff issue. If you can isolate the issue in a simple project, I will be happy to submit it to the bug list again.
Offline