home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" ?>
- <!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">
-
- <bulletml type="vertical"
- xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">
-
- <action label="top">
- <changeSpeed>
- <speed>0.1</speed>
- <term>60</term>
- </changeSpeed>
- <wait>60/(1+$rank*10)</wait>
- <fire>
- <bullet/>
- </fire>
- <repeat> <times>$rank*10</times>
- <action>
- <wait>60/(1+$rank*10)</wait>
- <fire>
- <speed type="sequence">0.1</speed>
- <bullet/>
- </fire>
- </action>
- </repeat>
- </action>
-
- </bulletml>
-