actually its for scoring
Keyboard button press> add 2 to combo
If combo is greater than 1 > spawn sprite 1
If combo is greater than 6 > spawn sprite 2
note that both combo this events are separate
so if Global combo is greater than 1 but less than 6 it will spawn a sprite on button press however if combo is greater than 7 but less than 12 a different sprite will spawn and so on whenever i tried it nothing spawns..