Hi there,
I recently found out about using arrays in Construct, but I have a problem I was hoping someone could help me out with.
When I create an array, the X and Y axis seem to be inverted.
For example, when I set the array height to 3, it sets the horizontal width to 3, at least according to Debug mode.
When I set a value at (0,1), I expected it to refer to the second row's first X value, but instead it refers to the first row's second X value.
Perhaps my limited coding knowledge is at fault here, but according to logic, shouldn't the X axis be horizontal and the Y axis vertical?
If someone explain this to me, I'd be grateful.
Thanks in advance