This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
blocks:looks [2017/10/03 06:29] johnm |
blocks:looks [2017/10/03 06:45] (current) johnm |
||
---|---|---|---|
Line 3: | Line 3: | ||
^Blocks ^ Description ^ | ^Blocks ^ Description ^ | ||
- | | {{blocks:setcostume.png|}} | Set the instance's costume to one from the image library\\ Note: This does not make a copy, so if a script draws on the costume it will change the one in the library, too. See copyCostume in ??? | | + | | {{blocks:setcostume.png|}} | Set the instance's costume to one from the image library. \\ **Note:** This does not make a copy, so if a script draws onto the \\ costume, the original image in the library will change, too.\\ See {{blocks:copycostume.png|}} in Pixels | |
| {{blocks:show.png|}} | Show the instance (if hidden) | | | {{blocks:show.png|}} | Show the instance (if hidden) | | ||
| {{blocks:hide.png|}} | Hide the instance | | | {{blocks:hide.png|}} | Hide the instance | | ||
Line 14: | Line 14: | ||
| {{blocks:goback.png|}} | Move this instance one layer back from its current level | | | {{blocks:goback.png|}} | Move this instance one layer back from its current level | | ||
| {{blocks:setalpha.png|}} | Set the transparency of the instance (0.5 == 50%) | | | {{blocks:setalpha.png|}} | Set the transparency of the instance (0.5 == 50%) | | ||
- | | {{blocks:width.png|}} | Report the instance width | | + | | {{blocks:width.png|}} | Report the width of the instance or selected image | |
- | | {{blocks:height.png|}} | Report the instance height | | + | | {{blocks:height.png|}} | Report the instance height or selected image | |
| {{blocks:costume.png|}} | Report the instance's costume (bitmap) | | | {{blocks:costume.png|}} | Report the instance's costume (bitmap) | | ||
- | | {{blocks:snapshotcostume.png|}} | Save a picture of the instances costume in the Images tab. | | + | | {{blocks:snapshotcostume.png|}} | Save a picture of the instances costume in the Images tab | |
| {{blocks:snapshotstage.png|}} | Save a picture of the stage in the images tab | | | {{blocks:snapshotstage.png|}} | Save a picture of the stage in the images tab | | ||
- | | {{blocks:setbackground.png|}} | Change the whole background color (UNSURE what the drawer does) | | + | | {{blocks:setbackground.png|}} | Fill the stage with a color \\ Optionally also draw an image from the Images tab centered on the stage | |