Jan 3rd, 2000, 02:53 AM
I'm making a map editor using VB. In text format, the map is a bunch of 0's and 1's.
111111111
100000001
100111001 It looks something like this
100000001
111111111
When you open the file it finds out the where
the 1's are and it loads an image from a
control array using this code:
Load imgBlock(1)
imgBlock(1). Move 0,0
Load imgBlock(2)
imgBlock(2). Move 0, 480
and so on until I cover every grid on the map. My question is...This of way coding it is going to take fovever!! Is there a simpler
ay of doing this??
[This message has been edited by Megatron (edited 01-03-2000).]
111111111
100000001
100111001 It looks something like this
100000001
111111111
When you open the file it finds out the where
the 1's are and it loads an image from a
control array using this code:
Load imgBlock(1)
imgBlock(1). Move 0,0
Load imgBlock(2)
imgBlock(2). Move 0, 480
and so on until I cover every grid on the map. My question is...This of way coding it is going to take fovever!! Is there a simpler
ay of doing this??
[This message has been edited by Megatron (edited 01-03-2000).]