Next level help
pieqwertyuiop
Member Posts: 2
Hi iam kinda new and was wondering how to make it where when my score reaches 100 it goes to next level
Comments
then have a attrubte called clearedlevels
have a rule in the first level when score is greater then or equals a hundred, change clearedlevels to 1.
Then in the button you want to press to take you to the second level on your level select screen have when touch is pressed and attribute clearedlevels is greater then 0 change scene to level 2
then in the second level have if score is greater then or equal to 100 change clearedlevels to 2. Then in the button that takes you to the third level have a rule when clearedlevels is greater then 1 and touch is pressed change scene to level 3.
and you would keep going up like that for each level