It's not an ideal solution, but you can create several ball objects - ball1, ball2, ball3 - and add them to a family. Configure all behaviors and instance variables on the family level, and use the family in all events.
You should be able to disable collision for each ball then.