You should search the forums, as I know there are plenty of explanations on how to do score. You need to know how to use variables, and if you do, then this is just a matter of using if.
- Code: Select all
if(score>=57)
{
// change frame or whatever that means
}