more relabelling options for SAY and THINK variants

pull/3/merge
jmoenig 2014-06-06 10:34:15 +02:00
rodzic 76f6ad4c23
commit 3f04b5b474
2 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -2161,3 +2161,4 @@ ______
------
* Objects: gracefully hide & show the stage, fixed #281
* Objects: add hide and show blocks to the stages “looks” category
* Objects: added more relabelling options to SAY and THINK variants

Wyświetl plik

@ -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'],