You can use System > Create Object(by Name)
Then put in Object Name: choose("Obj01","Obj02,"Obj03")
Thats great - thanks.
One issue thats arose from this is that I now have to duplicate every event of Object01 every time t appears in the event sheet. Eg:
Object01 > X=300 > Object01 > Destroy
now becomes
Object01 > X=300 > Object01 > Destroy
Object02 > X=300 > Object02 > Destroy
Object03 > X=300 > Object03 > Destroy
Object04 > X=300 > Object04 > Destroy
Is there away to group all these separate Objects together under one label? Is this where Families comes into play?