you can just put the objects in a family and every 5 seconds create a familyobject .. wich would create a random object of that family
vtrix
I've tried this way, but it doesn't seem to work correctly: I've just 2 objects and it seems that system creates only the last one... am I doing something wrong?
I've:
Button -> OnClicked; System -> Create object Squares on layer 1 at (Random(50, 700), Random(50, 700))
Edit: sorry, the other object was set to not visible by default ^^;