How do I test a one dimensional array (to see if all values are set to 1)?
I used if array is not zero using the "Array Contains value 0" (inverted), but I can see in the debugger that my array is all ones, but the condition is not happening.
Develop games in your browser. Powerful, performant & highly capable.
http://www.blackhornettechnologies.com/ ... lOnes.capx
It's easier to look for the exception, and stop.
Disable line 3 to see the all-ones case.