how to show and hide a videoplane?

gpvillamil's icon

I have a videoplane that floats over two other planes, in a kind of "picture in picture" effect. I would like to be able to toggle visibility of this P in P.

I have tried sending it (layer 10) and (layer 0) messages (the other videoplanes are on layer 1), but it does not seem to work.

Is there another way of doing this?

endziu's icon

maybe try attribute: automatic $1

Ben Bracken's icon

The 'enable' attribute of the videoplane is probably what you want.

-Ben

gpvillamil's icon

thanks, that did the trick