I am working on a game where you merge two creatures together to get a new one. meaning you drag one creature over another then those two are deleted and the new creature takes their place. how do i make it only count the two creatures and not others that they are also overlapping? say for example 3 red creatures are overlapping, i only want it to destroy two but it will destroy all three.
You probably have to do some picking. This should do the trick.
EDIT: nvm this doesn´t do the trick...
EDIT2: THIS should now :V
Develop games in your browser. Powerful, performant & highly capable.
Awesome, yea that did the trick!, you're the best and I appreciate the help.