Is there a way to spawn an SKSpriteNode continuously down the middle of the screen. For example I have a circle that I want to spawn in the middle of the x axis and then for that node to spawn all the way down the screen?
These circles are different colours so when they spawn is there a way to randomly change the the colour of the circles when they are spawned?
I understand I can spawn them individually but is there a better way? ( I am using SpriteKit on swift)