INTERACT FORUM

Windows => Third Party Plug-ins, Programs, and Skins => Topic started by: Messiahs on February 13, 2009, 07:51:43 pm

Title: scrolling Viz
Post by: Messiahs on February 13, 2009, 07:51:43 pm
is this possible:

scroll text (e.g. Artist) from the left corner to the center, wait 5 sec, scroll text to the right

Code: [Select]
<MJV Version="1.0">
<Layer>
<Properties>
<OnEquation>on=1</OnEquation>
<ClearEachFrame>0</ClearEachFrame>
<OutputMode>0</OutputMode>
<Rectangle>0,0,1,1</Rectangle>
<TransparentColor>0xFFFFFFFF</TransparentColor>
</Properties>
</Layer>
<Component GUID="63B96C06-29A4-4de2-9A9D-9F3E08F8C014" Name="Image">
<Properties>
<OnEquation>on=1</OnEquation>
<ImageFile>COVER_ART</ImageFile>
<RenderDelayMilliseconds>10</RenderDelayMilliseconds>
<RenderDuration>50</RenderDuration>
<MainRectangle>0,0,1,1</MainRectangle>
<MaintainAspectRatio>1</MaintainAspectRatio>
<ImageChangeEquation></ImageChangeEquation>
</Properties>
</Component>
<Component GUID="BBEC668A-420F-4faa-856D-880DACE05B5B" Name="Text">
<Properties>
<OnEquation>on=1</OnEquation>
<Text>ARTIST
ALBUM</Text>
<RenderDelayMilliseconds>0</RenderDelayMilliseconds>
<RenderDuration>0</RenderDuration>
<TextLocationEquation>t=t+.01;x1=sin(t)-1;x2=1;y1=1;y2=.4</TextLocationEquation>
<FontName>DEFAULT</FontName>
<FontSize>0.02</FontSize>
<TextColorEquation>r=1;g=1;b=1;</TextColorEquation>
<TextAlignment>5</TextAlignment>
</Properties>
</Component>
</MJV>

Markus