I can't seem to do a simple operation with the array object. I set a 3 dimensional array (1,2,1) to value 25. Next, I have a condition checking if array (1,2,1) is equal to 25 but it doesn't seem to return true. Is this a bug or am I doing something wrong?
cap: http://www.louisferina.com/games/array_test.cap
In this example, the black sprite should just duplicate randomly around the screen.
Thanks for any help.
Looks like a bug to me.
It works with a system compare: http://www.box.net/shared/r7e570ye1b ,but I couldn't get the array compare to work...
Develop games in your browser. Powerful, performant & highly capable.
The value is being set, but yeah array compare value at x,y,z is not working.
In fact its not returning anything true, or false.
Thanks for verifying the bug guys. I'll post it to the tracker.