Stream: RealText
File Name: text.rt
Last Modified: Fri, 20 Nov 1998 02:37:00 GMT
File Size: 1 KB
RealText source:

<window type="generic"
	duration="1:00.0"
	height="200"
	width="150" />

	<!-- This first block sets the text which doesn't change -->
	<font face="Arial" size="6" color="maroon"><b>Real Hats</b></font>
	<font size="4" color="blue" >
	<br/>Product:<br/>
	<br/>Price:<br/>
	<br/>Catalog #:<br/>
	</font>
	<br/> <font color="maroon">___________________</font>

	<!-- This second block is the text that does change.  The <pos y="74" />
		is used to set the text to begin 74 pixels down the page.  -->
	<font size="4" >
	<time begin="0" end="10" />
	<pos y="74" />Blue Hat<br/><br/>$5<br/><br/>294682
	<time begin="10" end="20" />
	<pos y="74" />Green Hat<br/><br/>$15<br/><br/>294346
	<time begin="20" end="30" />
	<pos y="74" />Purple Hat<br/><br/>$30<br/><br/>292682
	<time begin="30" end="40" />
	<pos y="74" />Red Hat<br/><br/>$80<br/><br/>294682
	<time begin="40" end="50" />
	<pos y="74" />Yellow Hat<br/><br/>$200<br/><br/>270182
	<time begin="50" end="1:00" />
	<pos y="74" />Grey Hat<br/><br/>$1000<br/><br/>298222
	</font>

</window>