How do I make a event where when object 1 overlaps object 2 when you click your screen object 2 gets destroyed.
Develop games in your browser. Powerful, performant & highly capable.
+ Mouse: On any click + Object1: Is overlapping Object2 -> Object2: Destroy
If you mean two instances of the same object instead of two different objects, you can use the system 'pick nth instance' condition instead.
Thank you very much! It worked!