how I can detect the last data in Y?
I want to show just not an empty element
ex: array.at ( last data which not empty (y),0,0)
plz help
Develop games in your browser. Powerful, performant & highly capable.
You need to loop through the array, either on X or Y axis (depending on your array structure). See this example:
dropbox.com/s/onugaq9q7uuf8ok/ArrayFindLastNotEmpty.capx
dop2000 thank you very much