Let's say that I am creating 2 different bullet objects, each with different random interval.
I set the event:
- On object left-btn click and left-btn is down = set Bullet Disabled
- On left-btn released = set Bullet enabled
Problem is, when those 2 objects overlap by coincidence, I can't just select the top object, it will always causes both objects to have their Bullet property disabled.
Question is - how to select specific overlapping object?