diff --git a/src/objects.js b/src/objects.js index 72f9acbf..6bf1d711 100644 --- a/src/objects.js +++ b/src/objects.js @@ -1562,6 +1562,8 @@ SpriteMorph.prototype.blockAlternatives = { playSound: ['doPlaySoundUntilDone', 'doPlaySoundAtRate'], doPlaySoundUntilDone: ['playSound', 'doPlaySoundAtRate'], doPlaySoundAtRate: ['playSound', 'doPlaySoundUntilDone'], + doPlayNote: [['doRest', -1]], + doRest: [['doPlayNote', 1]], doChangeTempo: ['doSetTempo'], doSetTempo: ['doChangeTempo'], setVolume: ['changeVolume'],