Hey, I'm trying to make a random map by populating an array with data and then 'rendering' it with object tiles. So this is what I have:
<img src="http://img194.imageshack.us/img194/4631/2y3j.png" border="0" /> This is executed at the start of my layout. However, this only populates the first 30 or so indexes, leaving the rest with a value of 0. Leaving me with this:
<img src="http://img59.imageshack.us/img59/8522/ksff.png" border="0" />
As you can see, the bottom lines are all the same. What's wrong here?