Hello,
I´d like to increase the speed of my Lobsters or of the scenario, still unsure which one, based on the Score of eaten Worms.
My Problem is that i only want to increase the speed ONCE when it reaches my fixed points (20, 40...) so naturally this doesnt work because the system does that as long as the score is 20 and so on:
I also tried something with boolean but it didnt work out, probably because i messed up ^-^
Soooooo how can i do that (Best would be if you just tell me your idea, not show your code, i wanna improve :) )?
if(score == 20 && 40) //etc.
{
speed = speed+1
}
