Add `ask` and `tell` blocks to the tools library

See the screenshots in #700 for implementations but these are very
simple blocks which will make basic OOP (zombification) easier.

`ask` takes in a reporter and a string and will call that reporter on
the requested sprite.
`tell` takes in a script and a string and runs the script on the sprite.

These are sensing blocks and there are two differences from the BYOB
tool sprite:
* These use string and not "objects" since that doesn't exist yet.
* I did not (yet) implement the "input list" versions because I'm not
sure they will be used as frequently, though I do think they could be
in some library.
pull/3/merge
Michael Ball 2015-07-24 03:04:10 -07:00
rodzic 53068ea259
commit 87acd9ff79
1 zmienionych plików z 1 dodań i 1 usunięć

File diff suppressed because one or more lines are too long