Hello, I am new to construct and I could use some help.
I have a list of sprites that I want to create in game, and each needs to be created only once. The catch is that I would like for them to be spawned randomly, and I need one of the sprites (randomly chosen) to be spawned at a different spot. What would be the best way to implement this?
My plan was to add the sprites to an array and select a random index to be spawned, creating the other 23 afterwards. However, it does not seem that I can add sprites to an array, as it only allows me to enter info about the sprites.
Thanks for the help.