Hello all, I am wondering how to create a level from an array.
I have my code set up as such:
http://imgur.com/uo7FiXJ
I have an array of numbers and other characters set up in a 20x15 array. The values are added using the CSV to Array extension so I have to wait for the signal to start generating the level. My layout is 1280x960 and my wall tile is 64x64. This makes a 20x15 grid to place my wall. walls are indicated in the array by '1' and empty space by '0'. However with the code above, I am getting no results. If anyone can shed some light on this issue I would be very grateful.
Zack