summaryrefslogtreecommitdiff
path: root/objects.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2014-01-08 12:18:04 +0100
committerjmoenig <jens@moenig.org>2014-01-08 12:18:04 +0100
commit8646dfc35ed3d11a2e23ecd545ecef47ef53f8b2 (patch)
tree83f36ca780aabafc7571179356ec830ac3347cd8 /objects.js
parente9020b4ed3f7190dc78e622fbe3b2665e227c30f (diff)
downloadsnap-yow-8646dfc35ed3d11a2e23ecd545ecef47ef53f8b2.tar.gz
snap-yow-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.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/objects.js b/objects.js
index 41b511d..67eb143 100644
--- a/objects.js
+++ b/objects.js
@@ -124,7 +124,7 @@ PrototypeHatBlockMorph*/
// Global stuff ////////////////////////////////////////////////////////
-modules.objects = '2013-December-19';
+modules.objects = '2014-January-08';
var SpriteMorph;
var StageMorph;