I have an array filled with 1s and 0s. When I test each I find that 0 seems act as a true? For example:
Seems to always give a true for a value of 1 or 0.
if next\_shape[1][c][r] then
...
Where the following is true only for 1
if next\_shape[1][c][r] == 0 then
...
[import]uid: 98652 topic\_id: 18980 reply\_id: 318980[/import]