summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhistory.txt1
-rw-r--r--objects.js3
2 files changed, 4 insertions, 0 deletions
diff --git a/history.txt b/history.txt
index 3f52e14..cabc941 100755
--- a/history.txt
+++ b/history.txt
@@ -2160,3 +2160,4 @@ ______
140605
------
* Objects: gracefully hide & show the stage, fixed #281
+* Objects: add hide and show blocks to the stage’s “looks” category
diff --git a/objects.js b/objects.js
index 88ee351..607df14 100644
--- a/objects.js
+++ b/objects.js
@@ -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: ///////////////