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 /blocks.js | |
| parent | e9020b4ed3f7190dc78e622fbe3b2665e227c30f (diff) | |
| download | snap-byow-8646dfc35ed3d11a2e23ecd545ecef47ef53f8b2.tar.gz snap-byow-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 'blocks.js')
| -rw-r--r-- | blocks.js | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -155,7 +155,7 @@ DialogBoxMorph, BlockInputFragmentMorph, PrototypeHatBlockMorph, Costume*/ // Global stuff //////////////////////////////////////////////////////// -modules.blocks = '2013-November-26'; +modules.blocks = '2014-January-08'; var SyntaxElementMorph; var BlockMorph; @@ -996,7 +996,6 @@ SyntaxElementMorph.prototype.labelPart = function (spec) { 'attributesMenu', true ); - part.isStatic = true; break; case '%fun': part = new InputSlotMorph( |
