Set Video Transparency to () | |
![]() | |
Category | Video Sensing Extension |
Type | Stack |
Introduced in | 3.0 |
The set video transparency to ()%
block is a Video Sensing Extension block and a Stack block. It sets the transparency of the video stream to a certain value. Early in the Scratch 2.0 alpha, it was categorized as a Looks block.
Example Uses
- Having the video be part of the background
turn video [on v] set video transparency to (50)
- Hiding the video while using values
when gf clicked // in Stage turn video [on v] set video transparency to (100) when gf clicked // in a sprite forever move (video [motion v] on [Stage v]) steps if on edge, bounce