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">
- <fire>
- <direction>90-$rand*180</direction>
- <bulletRef label="3way"/>
- </fire>
- <wait>54</wait>
- </action>
-
- <bullet label="3way">
- <speed>0.4</speed>
- <action>
- <fire>
- <direction type="absolute">$rand*360</direction>
- <speed>1</speed>
- <bullet/>
- </fire>
- <repeat><times>2</times>
- <action>
- <fire>
- <direction type="sequence">118</direction>
- <speed>1</speed>
- <bullet/>
- </fire>
- </action>
- </repeat>
- <repeat><times>2+$rank*7.2</times>
- <action>
- <wait>10-$rank*5</wait>
- <repeat><times>3</times>
- <action>
- <fire>
- <direction type="sequence">115</direction>
- <speed>1</speed>
- <bullet/>
- </fire>
- </action>
- </repeat>
- </action>
- </repeat>
- <vanish/>
- </action>
- </bullet>
-
- </bulletml>
-