The <cover> element rotate can rotate with the parameter:
rotate="true"
But, can the <cover> element rotate from a source other than the above parameter?
for example:
<cover deck="left" source="get_var 'rotation2' " visibility="30%">
<pos x="448" y="421"/>
<size width="218" height="218"/>
<clipmask x="1541" y="771"/>
</cover>
Or
<visual deck="left" type="cover" source="get_var 'rotation2' " visibility="30%">
<pos x="448" y="421"/>
<size width="218" height="218"/>
<clipmask x="1541" y="771"/>
</visual>
These don't work... but I was wondering if there was a way to write it so that it would work?
rotate="true"
But, can the <cover> element rotate from a source other than the above parameter?
for example:
<cover deck="left" source="get_var 'rotation2' " visibility="30%">
<pos x="448" y="421"/>
<size width="218" height="218"/>
<clipmask x="1541" y="771"/>
</cover>
Or
<visual deck="left" type="cover" source="get_var 'rotation2' " visibility="30%">
<pos x="448" y="421"/>
<size width="218" height="218"/>
<clipmask x="1541" y="771"/>
</visual>
These don't work... but I was wondering if there was a way to write it so that it would work?
Inviato Fri 11 Mar 16 @ 6:40 pm
The rotate parameter is boolean and the source parameter refers to the source of the cover (ie deck or browser), so no.
Inviato Sat 12 Mar 16 @ 1:11 am