I'm trying to make an object shoot other objects when the player presses a button, but the shoots should be delayed by 0.1 seconds.
I tried 'repeat' with 'every 0.1 seconds', but it just shoots once.
I tried 'repeat' with 'wait', but it just freezes the game after I press the key.
I tried substituting 'repeat' with a 'for', and it does the same in both scenarios.
I tried to assign a variable with an 'every 0.1 seconds', but it just shoots once.
I would post the capx but it's a mess, so if you really need me, I'll try to recreate the problem in a new one (I hope that's not necessary).
Thanks in advance!