Author |
Message |
omni
|
Posted: 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
Description: |
give credit and bits if you want |
|
Download |
Filename: |
tilemap.zip |
Filesize: |
4.25 KB |
Downloaded: |
321 Time(s) |
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Tue Feb 17, 2004 7:38 pm Post subject: (No 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 you should get that fixed, make him move smoother
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
omni
|
Posted: Tue Feb 17, 2004 7:49 pm Post subject: (No 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.
|
|
|
|
|
|
Tony
|
Posted: Tue Feb 17, 2004 7:50 pm Post subject: (No subject) |
|
|
if it helps, you're allowed to draw outside of the visible window
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
omni
|
Posted: Tue Feb 17, 2004 7:57 pm Post subject: (No 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?
|
|
|
|
|
|
|