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?
You can invert a "is overlapping" condition.
Develop games in your browser. Powerful, performant & highly capable.
overlap work as collision (even better) ^^
Thank you both! :)