I have multiple instances of the same sprite in the layout. How do I pick the one that is vertically highest on the screen (smallest Y value)? I'm sure there must be a super easy way to do this, but I just can't figure it out for the time being..
I made a little example. Have a look:
https://drive.google.com/file/d/0B5FlDY ... sp=sharing
Develop games in your browser. Powerful, performant & highly capable.
Asmodean Awesome! I managed to get somewhat close by using "Pick nearest" and setting Y to 0, but it forced me to also set the X value which made things behave funky and was less than optimal. This implementation is way better and seems to work perfectly. Thanks a lot!