diff options
| author | jmoenig <jens@moenig.org> | 2014-01-08 12:18:04 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-01-08 12:18:04 +0100 |
| commit | 8646dfc35ed3d11a2e23ecd545ecef47ef53f8b2 (patch) | |
| tree | 83f36ca780aabafc7571179356ec830ac3347cd8 /objects.js | |
| parent | e9020b4ed3f7190dc78e622fbe3b2665e227c30f (diff) | |
| download | snap-8646dfc35ed3d11a2e23ecd545ecef47ef53f8b2.tar.gz snap-8646dfc35ed3d11a2e23ecd545ecef47ef53f8b2.zip | |
support for TELL and ASK
The FOR reporter’s first input now also accepts blocks and scripts
(„rings“), and reports a copy that is bound to the sprite indicated by
the second input. This lets you „zombify“ (or remote-control) sprites
(and create custom TELL and ASK blocks)
Diffstat (limited to 'objects.js')
| -rw-r--r-- | objects.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ PrototypeHatBlockMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.objects = '2013-December-19'; +modules.objects = '2014-January-08'; var SpriteMorph; var StageMorph; |
