Anybody know how to program a sidescroller? Basically, like castlevania, but instead of tilebased backgrounds it has prerendered ones... I've been trying to figure out how to put the levels together and such and I'm stumped. Thanks.
Printable View
Anybody know how to program a sidescroller? Basically, like castlevania, but instead of tilebased backgrounds it has prerendered ones... I've been trying to figure out how to put the levels together and such and I'm stumped. Thanks.
You could use DX8G for the pre-rendered backgrounds. Just blit the background on first and then don't blit any tiles on for the background, it will show through.