Is there any way to check if an object DOES NOT collide with a specific other object?
Or should I setup a collision condition and then use the "else" tag?
Develop games in your browser. Powerful, performant & highly capable.
You can invert a "is overlapping" condition.
overlap work as collision (even better) ^^
Thank you both! :)