PT
Developer Forums
Register
Login
AppGameKit Classic Chat
->
Array isssues
<
1
>
D
DMJ
Joined:
6th Sep 2011
Location:
Australia
Posted:
7th Sep 2011 0:37
How would I make a map array and implement it?
I've tried a few things.
B
Bursar
Joined:
17th Sep 2008
Location:
Posted:
7th Sep 2011 10:29
What have you tried, and what are you trying to achieve?
Easiest way would be a 2 dimensional array, and then set the value of each element to represent a tile which you then render on screen.