Hi
I'm trying to create a graph but I got stuck with getting values from the array...
How do I get all values for a single row (for example Y = 1) that are not 0? Meaning if value at X = 5 and Y = 1 is 0, I don't need it.
Then I need to create a new object (sprite) for each of those values (that isn't 0) and set its width to be the same as the value.
I tried a few For each XY element and For each 'x' from 0 to array.width combination but I didn't get anywhere.
All help is much appreciated!