Every ticks -> set speed to startSpeed + floor(points/100) * 10
the speed with increase by 10 every 100 points
Yann this event is not increasing by every 100 points but with every 1 point :( Maybe if You explain to me what is your "startSpeed" variable because i have written exacly what you said and this doesn't work :(