ScoreHelp

Non-platform specific questions.

ScoreHelp

Postby DeveG » Fri Dec 17, 2010 2:51 am

how to make ,when the score reachs to 57 the game should goto the other frame
DeveG
 
Posts: 17
Joined: Sun Dec 12, 2010 11:30 am
Score: 2 Give a positive score

Re: ScoreHelp

Postby skydereign » Fri Dec 17, 2010 3:53 am

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
}
User avatar
skydereign
 
Posts: 3510
Joined: Mon Jul 28, 2008 8:29 am
Score: 589 Give a positive score


Return to General

Who is online

Users browsing this forum: No registered users and 1 guest