Page 1 of 1

[TUTO] How to make a scrolling ?

Posted: Mon Jan 15, 2018 8:59 am
by Stef
As this question often appears i decided to make it sticky.
We already often discussed about how to do it, there is several topics speaking about it.
But i think the best example is still this small code source example wrote by kcowolf :
https://github.com/kcowolf/GenScrollingMapDemo

The ScrollingMap.c file is where magic happen, the idea is to"rool" over the tilemap and refresh column or row depending the current view.
The example is very well wrote with comments and everything you need to understand it.

Maybe that topic will grow and contains some other good piece of source snippet dealing about specifics things :)

Re: [TUTO] How to make a scrolling ?

Posted: Mon Jan 07, 2019 11:47 pm
by vnsbr
Hello, sorry for the noob question. How is this method compared to setmapex?