This site requires JavaScript, please enable it in your browser!
Greenfoot back

What is the smallest delay I can put between the reload delay?

public Rocket()
    {
        reloadDelayCount = 5;
        addToVelocity(new Vector (13,0.7));
    }
iamdsd iamdsd

2018/10/30

#
Ok so basically i would assume that the smallest delay would be 0, aka no delay, if that answers your question.
danpost danpost

2018/10/30

#
BucketSqaudGodSquadNationGangGangPraiseJesusLoveMom wrote...
What is the smallest delay I can put between the reload delay? << Code Omitted >>
To determine the smallest delay (without having no delay), one would need to see how you are running the counter and when it is incremented with respect to when you check its value and reset its value during an act cycle.
You need to login to post a reply.