Tile Engine?

FreewareFire

Active member
Joined
May 23, 2003
Messages
28
Need a simple Tile Engine in Isometric View!!!

Does still someone has a Code for it and could post it here! Still it need to draw an Element on it, like an Attraction or something like that! And even better, to select these Attraction if it was build and change it or delete it!


Thank you VERY MUCH!!! :)
 
does isometric view mean from the top view?
if it does,
try using a boolean array

Dim Tiles(17,17) As Boolean

Set the tiles that you cannot walk on to FALSE
set the tiles that you CAN walk on to TRUE..

i dont really know what you mean, but the above show what i think you mean..
 
Back
Top