From Test-Scratch-Wiki
Set Video Transparency to ()% | |
![]() | |
Category | Sensing |
Type | Stack |
Introduced in | 2.0 |
The Set Video Transparency to ()% block is a Sensing 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