how to show and hide a videoplane?
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?
maybe try attribute: automatic $1
The 'enable' attribute of the videoplane is probably what you want.
-Ben
thanks, that did the trick