This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
blocks:looks [2017/09/30 09:03] 127.0.0.1 external edit |
blocks:looks [2017/10/03 06:45] (current) johnm |
||
---|---|---|---|
Line 3: | Line 3: | ||
^Blocks ^ Description ^ | ^Blocks ^ Description ^ | ||
- | | {{blocks:setcostume.png|}} | Set the instance image to one from the image library | | + | | {{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 10: | Line 10: | ||
| {{blocks:setscale.png|}} | Set the apparent size of the instance (1 == 100%) | | | {{blocks:setscale.png|}} | Set the apparent size of the instance (1 == 100%) | | ||
| {{blocks:increasescale.png|}} | Change the apparent size of the instance (0.5 == 50%) | | | {{blocks:increasescale.png|}} | Change the apparent size of the instance (0.5 == 50%) | | ||
- | | {{blocks:scale.png|}} | Report current scale factor | | + | | {{blocks:scale.png|}} | Report the current scale factor | |
| {{blocks:comefront.png|}} | Make this instance appear on top of all other instances | | | {{blocks:comefront.png|}} | Make this instance appear on top of all other instances | | ||
- | | {{blocks:goback.png|}} | Move this instance one layer back from 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 instance width | | + | | {{blocks:width.png|}} | Report the width of the instance or selected image | |
- | | {{blocks:height.png|}} | Report instance height | | + | | {{blocks:height.png|}} | Report the instance height or selected image | |
- | | {{blocks:costume.png|}} | Report the bitmap of the image of the instance | | + | | {{blocks:costume.png|}} | Report the instance's costume (bitmap) | |
- | | {{blocks:snapshotcostume.png|}} | UNSURE | | + | | {{blocks:snapshotcostume.png|}} | Save a picture of the instances costume in the Images tab | |
- | | {{blocks:snapshotstage.png|}} | UNSURE | | + | | {{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 | |