diff options
| author | jmoenig <jens@moenig.org> | 2014-06-06 11:58:17 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-06-06 11:58:17 +0200 |
| commit | 7f1b542e73ce6cc80aa6c154152e96b336d18c00 (patch) | |
| tree | 6555a704da306f197f85dbb206c2406b836e63fb | |
| parent | dcd7fb92546d6e9d9b4bd7eeb7d15417cdba3d50 (diff) | |
| download | snap-yow-7f1b542e73ce6cc80aa6c154152e96b336d18c00.tar.gz snap-yow-7f1b542e73ce6cc80aa6c154152e96b336d18c00.zip | |
more relabelling options for SAY, THINK, ASK
| -rwxr-xr-x | history.txt | 1 | ||||
| -rw-r--r-- | objects.js | 9 |
2 files changed, 6 insertions, 4 deletions
diff --git a/history.txt b/history.txt index 72268f6..97b487e 100755 --- a/history.txt +++ b/history.txt @@ -2164,3 +2164,4 @@ ______ * Objects: added more relabelling options to SAY and THINK variants * Blocks, objects: enable relabelling blocks with C-Slots * Blocks: enable relabelling blocks across categories +* Objects: more relabelling options for SAY, THINK, ASK @@ -1199,10 +1199,10 @@ SpriteMorph.prototype.blockAlternatives = { yPosition: ['xPosition'], // looks: - doSayFor: ['doThinkFor', 'bubble', 'doThink'], - doThinkFor: ['doSayFor', 'doThink', 'bubble'], - bubble: ['doThink', 'doSayFor', 'doThinkFor'], - doThink: ['bubble', 'doSayFor', 'doThinkFor'], + doSayFor: ['doThinkFor', 'bubble', 'doThink', 'doAsk'], + doThinkFor: ['doSayFor', 'doThink', 'bubble', 'doAsk'], + bubble: ['doThink', 'doAsk', 'doSayFor', 'doThinkFor'], + doThink: ['bubble', 'doAsk', 'doSayFor', 'doThinkFor'], show: ['hide'], hide: ['show'], changeEffect: ['setEffect'], @@ -1239,6 +1239,7 @@ SpriteMorph.prototype.blockAlternatives = { doUntil: ['doRepeat', 'doIf'], // sensing: + doAsk: ['bubble', 'doThink', 'doSayFor', 'doThinkFor'], getLastAnswer: ['getTimer'], getTimer: ['getLastAnswer'], reportMouseX: ['reportMouseY'], |
