Set Video Transparency to ()
set video transparency to (50)
Category Video Sensing
Type Stack
Introduced in 2.0

The set video transparency to () block is a stack block block and a Video Sensing block. The block sets the transparency of the video stream to a certain value.

Sometime during the 2.0 beta, it was categorized as a looks block.[1]

In Scratch 2.0, this block was called Set Video Transparency to ()%, or set video transparency to ()%.

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 green flag clicked // in Stage
turn video (on v)
set video transparency to (100)

when green flag clicked // in a sprite
forever
    move (video (motion v) on (Stage v)) steps
    if on edge, bounce
end

See Also

Cookies help us deliver our services. By using our services, you agree to our use of cookies.