on object clicked sprite1 -> system create new object -> sprite1.x, sprite1.y + 30
This will work, the sprite.y + 30 will spawn the new objext 30 pixels bellow the first one, but then to spawn the third one you will have to click the second one, or you can change the +30 with a variable and each time you click the first sprite add +30 to the variable.