Okay my game consists of an enemy that can spawn in 1 of 2 places. I did this by copy and pasting the enemy and then using the 'pick random instance' and then create enemy. (they spawn every 2 seconds)
When running it through my browser it works fine and it chooses one of the to spawning positions as I wanted. I have created a front page for the game which is basically an image and the play button which will take you to the game layout, which again when running through my browser works fine. However...........................when I run it through my browser just for the very start of the game it will spawn 2 enemies either overlapping on another or from both spawn positions together.
I can only assume that when I run it through my browser, when I'm on the start layout and not the game layout if I wait 2 seconds or more then the game layout is already running and therefore will spawn an enemy (since it spawns every 2 seconds) which will accompany the other enemy.
I thought that I should then have that 'on start of layout'............and then input the **'pick random instance' and then create enemy**. This still didn't work.
Does anyone know what I'm doing wrong?
THANK YOU SO MUCH!!!!!!!!!!!!!!!!!!!!