tile sheets

BlitzMax Forums/BlitzMax Beginners Area/tile sheets

Eric Vaughn(Posted 2006) [#1]
Hi there,

How do I select a coordinated piece out of an image (like with a tile map)?

Sorry if it is a really simple question.

Thanks.


Yan(Posted 2006) [#2]
LoadAnimImage()
DrawImage()

??


LarsG(Posted 2006) [#3]
are you thinking about the tile "coord"?
if it is, then you just get the player coords, and divide them by the tilewidth and tileheight..