Do you mean like if you press the Green Flag after you have progressed in the game, your current level will be saved anyway?
An easy way you could do that would be to add a variable that records every time you complete a level. When you reach the end of the level, the variable would increase by 1. If the Green Flag was to be pressed at any time, the variable would "remember" what level you were last on with a number representing it (2 for Level 2, 3 for Level 3...). If you were to use this strategy, however, you would need to be sure this variable would be set at 1 before you bring it online.
A list might work as well...
Anyways, unfortunately, there is no way that you can retrieve your score after you move away from its page.
Hope this helps!
Offline
spud1998 wrote:
Hi Guys
Can you program Scratch so you can save which level you have reached?
I would appreciate some help.
Thanks
2 ways
say to download the project then, it should save the variables when you hit save just don't put
[blocks]
<when green flag clicked>
<set{ }to( 0
[/blocks]
or, make
a vfm (check out my projects for more details)
Offline