I noticed there is an expression for current x or y position of the array, but there is no set current x or y.
If i have a condition comparing the value of the array, and right after that in the actions the current x or y position, does it work?
Develop games in your browser. Powerful, performant & highly capable.
It should work... keep in mind there can be a value at x, y, and z.
For each in array cycles over all of those, so you would need to be careful with your conditions.
It doesnt work, i think it only works if there is a for each element loop in conditions.
Ah sry it does actually work, but not quite good, i have a condition with something.x+1 something.y and it thinks it currentx without that +1