as seen here: http://scratch.mit.edu/projects/Dibbo222/929092 (Made by dibbo222) how do you make a project that senses whether a project is being viewed online or not?
Offline
Basically, the offline player stops when it hits a mathematical error (such as 0/0), but the online player skips over it and goes on to the next block. So if you put a script like this:
When green flag clicked Set online? to no move 0/0 steps Set online? to yes
the project would set the variable in relation to if the project was being viewing online or not.
Last edited by Harakou (2010-11-22 19:35:14)
Offline
Harakou wrote:
Basically, the offline player stops when it hits a mathematical error (such as 0/0), but the online player skips over it and goes on to the next block. So if you put a script like this:
Code:
When green flag clicked Set online? to no move 0/0 steps Set online? to yesthe project would set the variable in relation to if the project was being viewing online or not.
Thanks! I will add that to the project I am going to post (that is very large) right now...
Offline