At the moment, I have a joystick (SSK2) that allows me to use an enterFrame event for its touch inputs.
This joystick controls the direction in which my character shoots, however, the character is supposed to shoot once every 250 ms.
How could I have it so that instead of my character shooting once every 16.6666 ms, it shoots every 250 ms? When I tried using timers, they would just stack.
Thank you.