diff options
| author | jmoenig <jens@moenig.org> | 2014-06-06 09:15:16 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-06-06 09:15:16 +0200 |
| commit | 76f6ad4c235f96dab4c67f2bae8b1bd9a8f20c7b (patch) | |
| tree | 225f3650183205eb167fb5566ac7fd5b58c3933f | |
| parent | 4e2ce9a4ee2ffb5e22423290fd3ae34045e339fb (diff) | |
| download | snap-yow-76f6ad4c235f96dab4c67f2bae8b1bd9a8f20c7b.tar.gz snap-yow-76f6ad4c235f96dab4c67f2bae8b1bd9a8f20c7b.zip | |
add hide and show blocks for the stage
| -rwxr-xr-x | history.txt | 1 | ||||
| -rw-r--r-- | objects.js | 3 |
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 @@ -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: /////////////// |
