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
private int sbTimer;
public void act()
{
if (sbTimer > 0) sbTimer--;
...private int sbTimer;
public void act()
{
if (sbTimer > 0) sbTimer--;
...