hi , how i can detect last value in my array axis Y ,
array.back ,, not helpful coz it count all with empty elements
Develop games in your browser. Powerful, performant & highly capable.
You can check all values in a loop.
For "x" from (array.width-1) to 0 if array.at(loopindex)<>"" : [do something here and stop loop]