Cats123 wrote...
whenever i press the arrow keys it just posts a ton of themdanpost wrote...
See discussions listed upon searching "shoot once".private void fire()
{
ViralLoad viralload = new ViralLoad(getArcX(), getArcY());
getWorld().addObject(viralload, getX(), getY()+radius/2);
viralload.setRotation(-degFull);
viralload.move(radius);
}