If: Conditional actions.
[python-bulletml.git] / examples / boss / [Psyvariar]_X-A_boss_opening.xml
1 <?xml version="1.0" ?>
2 <!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">
3
4 <bulletml type="vertical"
5 xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">
6
7 <action label="top">
8 <repeat> <times>100</times>
9 <action>
10 <fire>
11 <direction>-45+$rand*90</direction>
12 <speed>0.4+$rand*0.8</speed>
13 <bullet/>
14 </fire>
15 <wait>2</wait>
16 </action>
17 </repeat>
18 </action>
19
20 </bulletml>