Add an array to your project
On start of layout add all the names of the object types (your sprites)
Start your layout with with the first object type name in your array and delete it from the array immediately. Use "create object by name" and use the name you popped from the array.
do it until the array is empty
Hope that helps
cheers!