ok so when you start my game it shows the menu then a bunch of worms is their anyway i can make it so the for loop only works when the game starts?
public boolean hasStarted = false;
public void started() { if (hasStarted) return; hasStarted = true; // The code you want run one time at initial start-up }