Hello, I have worms and would evaluate and select the one with the lowest value of Y.
https://dl.dropboxusercontent.com/u/366 ... rision.jpg
here the capx file:
https://www.dropbox.com/s/qep6dk102kk1v ... swers.capx
The easiest method is to pick the lowest Y is by using the first iteration of a For Each loop, ordered by the Y coordinate.
Develop games in your browser. Powerful, performant & highly capable.
Excelent! solution!!
Does anyone else want to provide a different solution?
zatyka 's solution is exactly what I would propose. Any other solutions would be just doing what the ordered for each does in a more roundabout way