Hi!
In the mapeditor for my game I have placed the array inside a loop because I want it to refresh whenever changes are made. Two things I wanted to ask :
1) Is having an array inside a loop wrong?
2) Should I have the array outside the loop and use a for next loop to refrsh it? ie. when a new tile is placed?
thx for any help
:)
In the mapeditor for my game I have placed the array inside a loop because I want it to refresh whenever changes are made. Two things I wanted to ask :
1) Is having an array inside a loop wrong?
2) Should I have the array outside the loop and use a for next loop to refrsh it? ie. when a new tile is placed?
thx for any help
:)