kopia lustrzana https://github.com/backface/turtlestitch
more relabelling options for SAY, THINK, ASK
rodzic
dcd7fb9254
commit
7f1b542e73
|
@ -2164,3 +2164,4 @@ ______
|
||||||
* Objects: added more relabelling options to SAY and THINK variants
|
* Objects: added more relabelling options to SAY and THINK variants
|
||||||
* Blocks, objects: enable relabelling blocks with C-Slots
|
* Blocks, objects: enable relabelling blocks with C-Slots
|
||||||
* Blocks: enable relabelling blocks across categories
|
* Blocks: enable relabelling blocks across categories
|
||||||
|
* Objects: more relabelling options for SAY, THINK, ASK
|
||||||
|
|
|
@ -1199,10 +1199,10 @@ SpriteMorph.prototype.blockAlternatives = {
|
||||||
yPosition: ['xPosition'],
|
yPosition: ['xPosition'],
|
||||||
|
|
||||||
// looks:
|
// looks:
|
||||||
doSayFor: ['doThinkFor', 'bubble', 'doThink'],
|
doSayFor: ['doThinkFor', 'bubble', 'doThink', 'doAsk'],
|
||||||
doThinkFor: ['doSayFor', 'doThink', 'bubble'],
|
doThinkFor: ['doSayFor', 'doThink', 'bubble', 'doAsk'],
|
||||||
bubble: ['doThink', 'doSayFor', 'doThinkFor'],
|
bubble: ['doThink', 'doAsk', 'doSayFor', 'doThinkFor'],
|
||||||
doThink: ['bubble', 'doSayFor', 'doThinkFor'],
|
doThink: ['bubble', 'doAsk', 'doSayFor', 'doThinkFor'],
|
||||||
show: ['hide'],
|
show: ['hide'],
|
||||||
hide: ['show'],
|
hide: ['show'],
|
||||||
changeEffect: ['setEffect'],
|
changeEffect: ['setEffect'],
|
||||||
|
@ -1239,6 +1239,7 @@ SpriteMorph.prototype.blockAlternatives = {
|
||||||
doUntil: ['doRepeat', 'doIf'],
|
doUntil: ['doRepeat', 'doIf'],
|
||||||
|
|
||||||
// sensing:
|
// sensing:
|
||||||
|
doAsk: ['bubble', 'doThink', 'doSayFor', 'doThinkFor'],
|
||||||
getLastAnswer: ['getTimer'],
|
getLastAnswer: ['getTimer'],
|
||||||
getTimer: ['getLastAnswer'],
|
getTimer: ['getLastAnswer'],
|
||||||
reportMouseX: ['reportMouseY'],
|
reportMouseX: ['reportMouseY'],
|
||||||
|
|
Ładowanie…
Reference in New Issue