joejoe wrote...
ok i changed it and it works much better thank you about that correction
but lets go back to my main question where to add a "super bullet" but i want to add interval (let's say like 8 secs) so it will not be spamable

1 2 3 4 5 6 | private int sbTimer; public void act() { if (sbTimer > 0 ) sbTimer--; ... |
1 2 3 4 5 6 | private int sbTimer; public void act() { if (sbTimer > 0 ) sbTimer--; ... |