does anyone know how to have a score, and every 100 points, you get another life? Not just like at one-hundred points you get a life, but you get a life on 100 points, 200 points, 300 points, 400 points, and so on.
Thanks
textNumber=Score;
if(Score>=lifeUp)
{
lives+=1;
lifeUp+=100;
}
lifeUp=100;
Users browsing this forum: No registered users and 1 guest