Index   <<First   <Prev   Next>   End>>
sample8 : How to assign a text to an object on a window on Visualizer?
Sorry. Document is not written for the sample XML file Now!
XML elements: animeSingleObject,animeText
Download Source:sample8.zip,sample8.tgz Download Demo:sample8.wmv

XML source code

1: <?xml version="1.0" encoding="UTF-8"?>
2:
3:
4: <!DOCTYPE test SYSTEM "GonVisTool.dtd">
5:
6: <test>
7:
8: <animation title="Sample" backColor="0 0 0">
9: <animeSingleObject position="0 0 0">
10: <animeText height="10" color="1 0 0" >
11: Hello World!
12: </animeText>
13: </animeSingleObject>
14: </animation>
15: </test>
16:
17:
18: