While playing a project, I always notice that the green flag is lit up and then the stop sign is lit up, then when I do something else the green flag is lit up again.
I found the problem but can't it be much simpler where the green flag is lit up when the project is playing and the stop sign is lit up only when the viewer clicks it or a
stop allblock is used?
Offline
I'm pretty sure that the green flag lights up when something is happening, and the red stop sign lights up when there are no scripts doing anything.
Offline
It shows whether the project is active or not. It's intentional. The stop sign lights up when it is activated, but not when the project simply has no running scripts.
Offline
The bad news is that projects automatically stop running when all the scripts are either doing nothing or waiting.
Offline
It is possible for the stop sign to be lit up and the flag not to be but when blocks such as
when key [space v] pressed when key [left arrow v] pressed when I receive [message v]are used, that activates the project again.
Offline