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="top1">
- <actionRef label="seed">
- <param>1</param>
- </actionRef>
- </action>
-
- <action label="top2">
- <actionRef label="seed">
- <param>-1</param>
- </actionRef>
- </action>
-
- <action label="seed">
- <fire>
- <direction type="absolute">0</direction>
- <bulletRef label="aim90"/>
- </fire>
- <fire>
- <direction type="absolute">180</direction>
- <bulletRef label="aim90"/>
- </fire>
- <repeat><times>99</times>
- <action>
- <wait>32-16*$rank</wait>
- <fire>
- <direction type="sequence">(15-$rank*8)*$1</direction>
- <bulletRef label="aim90"/>
- </fire>
- <fire>
- <direction type="sequence">180</direction>
- <bulletRef label="aim90"/>
- </fire>
- </action>
- </repeat>
- </action>
-
- <bullet label="aim90">
- <speed>1.2</speed>
- </bullet>
-
- </bulletml>
-