1
Ask a Question / Re: test googleplay connection and leaderboard
« on: May 18, 2017, 02:45:31 pm »
I am getting the same loading screen that just closes itself. The leaderboard never opens. HELP!!
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Not only did you do the level and speed code wrong, you put it in the wrong place as well. 'When created is only executed at the beginning. You should put it in the 'when updated' event.I tried this method but it did not increase the level and did not reset the score.
And the algorithm should be:
If score = 10 {
set level to level + 1 (you can also use increment block);
set score to 0;
set speed to speed + 10;
}