You are probably using a condition like "Is Button down" or "Is in touch". This conditions are executed on every tick, 60 times per second.
You need to use a triggered event, which is executed only once. They usually start with "On" - "On key pressed", "On touch start" etc.