add hide and show blocks for the stage

pull/3/merge
jmoenig 2014-06-06 09:15:16 +02:00
rodzic 4e2ce9a4ee
commit 76f6ad4c23
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -2160,3 +2160,4 @@ ______
140605
------
* Objects: gracefully hide & show the stage, fixed #281
* Objects: add hide and show blocks to the stages “looks” category

Wyświetl plik

@ -4739,6 +4739,9 @@ StageMorph.prototype.blockTemplates = function (category) {
blocks.push(block('changeEffect'));
blocks.push(block('setEffect'));
blocks.push(block('clearEffects'));
blocks.push('-');
blocks.push(block('show'));
blocks.push(block('hide'));
// for debugging: ///////////////