Hi @marcodelia1900,
According to documentation in global handler do not appear variable named event.other. It only exists in local handler.
Object References
Depending on whether collisions are detected locally or globally, references to the objects involved will vary. For more information about these two collision handling methods, see the Collision Detection guide.
Local Collision Event Global Collision Event
event.target or self event.object1
event.other event.object2
event.selfElement event.element1
event.otherElement event.element2
I would use local collision handler for one-many colision detection as @XeduR @Spyric suggested you.
Have a nice day:)
ldurniat
