"Spawn" is used when you want objectA to create objectB. For example: an enemy drops a coin. ObjectB will be spawned at the same coordinates as objectA.
If you simply need to create a ball in the center of the screen, use "System Create object" action.