summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
Diffstat (limited to 'blocks.js')
-rw-r--r--blocks.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/blocks.js b/blocks.js
index 8b6bcc2..1ad2239 100644
--- a/blocks.js
+++ b/blocks.js
@@ -1037,6 +1037,19 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
);
part.setContents(['encode URI']);
break;
+ case '%stopOthersChoices':
+ part = new InputSlotMorph(
+ null,
+ false,
+ {
+ 'all but this script' : ['all but this script'],
+ 'other scripts in sprite' : ['other scripts in sprite']
+ },
+ true
+ );
+ part.setContents(['all but this script']);
+ part.isStatic = true;
+ break;
case '%typ':
part = new InputSlotMorph(
null,