diff options
| author | jmoenig <jens@moenig.org> | 2014-06-06 10:34:15 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-06-06 10:34:15 +0200 |
| commit | 3f04b5b474d5b189182b90246280d25c4e858693 (patch) | |
| tree | fb63efece98d084dc11e41d734a338300bcb7929 | |
| parent | 76f6ad4c235f96dab4c67f2bae8b1bd9a8f20c7b (diff) | |
| download | snap-3f04b5b474d5b189182b90246280d25c4e858693.tar.gz snap-3f04b5b474d5b189182b90246280d25c4e858693.zip | |
more relabelling options for SAY and THINK variants
| -rwxr-xr-x | history.txt | 1 | ||||
| -rw-r--r-- | objects.js | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/history.txt b/history.txt index cabc941..127e01b 100755 --- a/history.txt +++ b/history.txt @@ -2161,3 +2161,4 @@ ______ ------ * Objects: gracefully hide & show the stage, fixed #281 * Objects: add hide and show blocks to the stage’s “looks” category +* Objects: added more relabelling options to SAY and THINK variants @@ -1199,10 +1199,10 @@ SpriteMorph.prototype.blockAlternatives = { yPosition: ['xPosition'], // looks: - doSayFor: ['doThinkFor'], - doThinkFor: ['doSayFor'], - bubble: ['doThink'], - doThink: ['bubble'], + doSayFor: ['doThinkFor', 'bubble', 'doThink'], + doThinkFor: ['doSayFor', 'doThink', 'bubble'], + bubble: ['doThink', 'doSayFor', 'doThinkFor'], + doThink: ['bubble', 'doSayFor', 'doThinkFor'], show: ['hide'], hide: ['show'], changeEffect: ['setEffect'], |
