diff options
| author | jmoenig <jens@moenig.org> | 2014-01-08 17:51:34 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-01-08 17:51:34 +0100 |
| commit | 1e959b8891df838b18c3bae40ba941c5f74df5cb (patch) | |
| tree | 486a78a5e9d49f6572fbf6babba04f88560eb6bd /objects.js | |
| parent | 1da3ae32aaf3eb45564c04d6e0a2d0067829fe7c (diff) | |
| download | snap-1e959b8891df838b18c3bae40ba941c5f74df5cb.tar.gz snap-1e959b8891df838b18c3bae40ba941c5f74df5cb.zip | |
fixed StopOthers blocks and added another option
also updated the German translation
Diffstat (limited to 'objects.js')
| -rw-r--r-- | objects.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -594,7 +594,7 @@ SpriteMorph.prototype.initBlocks = function () { doStopOthers: { type: 'command', category: 'control', - spec: 'stop other scripts in sprite' + spec: 'stop %stopOthersChoices' }, doRun: { type: 'command', @@ -4361,6 +4361,7 @@ StageMorph.prototype.blockTemplates = function (category) { blocks.push(block('doStopBlock')); blocks.push(block('doStop')); blocks.push(block('doStopAll')); + blocks.push(block('doStopOthers')); blocks.push('-'); blocks.push(block('doRun')); blocks.push(block('fork')); |
