hi, guys first of all, please understand my english level.
i want to click <image> behind the layer.
my code like this(set video url and play on action)
Code
<scene name="video01" title="" onstart="">
<image>
<sphere url="plugin:video"/>
</image>
<layer name="layer1" type="image" url="empty.png" align="center" width="100%" height="100%" />
</scene>
what i really want is when click and move mouse on <image>(video) it's rotate and i want same thing even click on the layer area
is it possible?