I got this character set:
The question is, how to implement walking:
- down (characters in yellow border)
- left (characters in red border)
- right (characters in green border)
- up (characters in brown border)
and when player is not walking, then is set first character of direction in which this character is.
If it is hard, tell how to do that with this set, split on 4 bitmaps (each direction => bitmap)
Oh! I'd forget:
How do you make modal windows, for example for shops, NPCs talking ? Just to not do anything except clicking in window area.