Not the slickest solution but it will work. You could add a global variable called 'Objects' set to 0
Then add a couple of events
If Objects = 1 Create 1st Sprite
If Objects = 2 Create 2nd Sprite
Repeat for however many Sprites you want
Then add an event, Every 1 Second Set Objects to Round(Random(1,2))