iPhone Game Having a statement checked every 50 points
- by user298261
Hello!
I've run into a little hurdle and wanted to see if somebody could help me!
I want to write an algorithm for an if statement that says:
if (for every 50 points)
{
//do something
}
I thought += 50 would do the trick, but nope.
Any ideas?
Thanks!