Computer Science Canada Scrolling without GUIs! |
Author: | omni [ Tue Feb 17, 2004 7:32 pm ] |
Post subject: | Scrolling without GUIs! |
This program will scroll the screen left and right. Chances are you won't understand my coding and I didn't bother to comment too much. Give credit where credit is due. jeffery_8@hotmail.com or you can find me on the forums of www.unitedti.org/forums they deal with calculator assembly coding and basic and other languages |
Author: | Tony [ Tue Feb 17, 2004 7:38 pm ] |
Post subject: | |
hmm... I seem to be able to run right thought those walls... and the guy moves alright at the edges of the map, but inside he moves tile by tile ![]() ![]() |
Author: | omni [ Tue Feb 17, 2004 7:49 pm ] |
Post subject: | |
yah I'm still working on that part. I'm finding it hard to understand how to make the guy move more smoother and scroll only one pixel at a time. |
Author: | Tony [ Tue Feb 17, 2004 7:50 pm ] |
Post subject: | |
if it helps, you're allowed to draw outside of the visible window ![]() |
Author: | omni [ Tue Feb 17, 2004 7:57 pm ] |
Post subject: | |
Thank you!!!! See, I ported this tilemap engine from TI-83plus assembly language. In that language, you can't really draw outside of the screen, the easiest way to would be to create a buffer and draw to there, then bit shift. ( I think that is right) P.S. what are 'bits' that people keep asking for? |