PDA

Click to See Complete Forum and Search --> : Simple RPG Prob.


njVivi
Feb 11th, 2003, 01:51 PM
OK, I've made a simple RPG that uses CreatecompatibleDC, etc etc.

Also, a simple Tile Engine (Very simple ^_^)

But, when I walk it leaves a 'trail'... how to fix this? I can upload project if needed... thanks. ^_^

(Sorry for english)

Sastraxi
Feb 11th, 2003, 06:09 PM
Redraw the tiles behind your character and then draw the character, every frame. When you think about it, it's just common sense.

Venom555
Apr 20th, 2003, 10:47 AM
I would like to see this tile engine... But if you aren't too keen on giving out the source code, could you please attach it in .EXE form? :)

Balron
Apr 20th, 2003, 01:15 PM
Just store the orginal tile for location the player monster etc is and replace it with the orginal when they step to the next one.