How do I retrieve the UID of the object being collided with ?
Develop games in your browser. Powerful, performant & highly capable.
I end up doing this to try to catch the current UID of the object being collision with and it STILL doesn't work.
Is there a Platform.CurrentCollisionList[0].UID equivalent in Construct 2 ?
You should be able to get it with MDrone.UID.
Thank you