I Have a one shot particle effect that occurs when the player reaches 10 points.
System > Score = 10 > System > Create Object MedalParticles on Layer 50 at (1253, 480)
However the effect continues to loop while the player has 10 points instead of just firing once. I only want the effect to happen once, rather than to continually happen until the player gets 11 points.
How can I get this effect to fire just once?