#31362 - QuantumDoja - Fri Dec 10, 2004 2:35 pm
Hi, I have come to the stage of my little gameboy project now where I can display a background image on the screen, from what is in memory, of course now i want to scroll..
my tiles are set up as 8 by 8.
They are drawn, by working out position from a level array, loading the correct tile, and using a plot pixel method to fill that tile space. So in effect I have 30(width) by 20(height) tiles on my screen.
Which is going to be the best method for me to draw the next screen, ie 1px -> onwards, so when as the user presses the direction it scrolls smoothly?????
Thanks
_________________
Chris Davis
my tiles are set up as 8 by 8.
They are drawn, by working out position from a level array, loading the correct tile, and using a plot pixel method to fill that tile space. So in effect I have 30(width) by 20(height) tiles on my screen.
Which is going to be the best method for me to draw the next screen, ie 1px -> onwards, so when as the user presses the direction it scrolls smoothly?????
Thanks
_________________
Chris Davis