I have following event:
I would like to know how you can access the instances which are triggered by the collision event.
With adding action you can easy acces them as it seen on the picture.
But is that with javascript possible too?
Develop games in your browser. Powerful, performant & highly capable.
The IObjectClass method getPickedInstances() returns an array of all picked instances in an event.
Perfect, thank you :)