They should some new blocks:
<online?> In sensing, this tells if the project is being played online.
[add [ ] with name [ ] to state] In sensing, adds something to the state with a name.
[get value with name [ ] from state] In sensing, gets a value with a name from the state.
[save state] In sensing, saves the state.
Offline
You can make an online/offline detector pretty easily - see this thread for info.
The saving blocks are a good idea, though.
Offline
[ ._. event ]
[ :=: command ]
[ "--" ._. container ]
[ ] [ inside container]
[ ._. "--" end container]
[ "--" stop / end script ]
( reporter / input )
< condition / condition input >
[ drop down input v]
That's what I'm gonna use instead of the block icons. It lets me make new blocks.
Example:
[ ._. when green flag clicked ]
[ "--" ._. forever ]
[ ] [ "--" ._. if <<mouse down?>> ]
[ ] [ ] [ :=: pen down ]
[ ] [ :=: else ]
[ ] [ ] [ :=: pen up ]
[ ] [ ._. "--" ]
[ ._. "--" ]
[ "--" end script ]
It has the pen down when the mouse is down, and up then the mouse is up.
Offline