But now i have another question, is it possible to make a array like
Dim type(color,value) map(x,y,id) so like
Dim type(color,value) map(200,200,300) ?
Or is there a way to get the x and y coords if i have the id and an array like this
dim type(color,value,id) map(x,y) ?
|