[Solved] Creating objects from a group to appear only once in the entire game in a random order

You can put the object names into an array either through the variable editor or with events as in this example. You can then create an object using a random number to pick a name from the array. You then delete the element from the array and repeat until the array has zero children.
(This uses 4 sprites named “NewSprite0” through “NewSprite3”)

2 Likes