The second condition is the problem, when the condition comes true construct executes it 60 times a second, that's why you get more then 1 spawns. They are several ways you can fix this, you can add another condition to the second event system -> trigger once while true, or you can destroy the sprite 7 after the second event triggers, in the action menu select sprite7 then destroy. Both of this will fix your problem.