Rafflesia(Narihira Sample) (c) Kenta Cho(ABA."Saba") ABA Games
rafflesia.xml
<?xml version="1.0" ?>
<!DOCTYPE narihira SYSTEM "narihira.dtd">

<narihira xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/narihira">

<scroll>
 <position>
  <p x="0" y="-0.5" t="0"/>
  <p x="0.5" y="0.5" t="3400"/>
  <p x="-0.5" y="0.3" t="5400"/>
 </position>
 <roll>
  <r d="0" t="0"/>
  <r d="1080" t="3400"/>
  <r d="1560" t="5400"/>
 </roll>
</scroll>

<obstacle>
 <o x="0" y="0" w="0.3" h="0.3"/>
 <o x="0" y="-0.2625" w="0.3" h="0.3"/>
 <o x="0.245" y="-0.18375" w="0.3" h="0.3"/>
 <o x="0.35" y="0" w="0.3" h="0.3"/>
 <o x="0.245" y="0.18375" w="0.3" h="0.3"/>
 <o x="0" y="0.2625" w="0.3" h="0.3"/>
 <o x="-0.245" y="0.18375" w="0.3" h="0.3"/>
 <o x="-0.35" y="0" w="0.3" h="0.3"/>
 <o x="-0.245" y="-0.18375" w="0.3" h="0.3"/>
</obstacle>

<battery>
 <b x="0" y="-0.375" d="180" color="white" name="raf_w.xml"/>
 <b x="0.35" y="-0.2625" d="135" color="white" name="raf_w.xml"/>
 <b x="0.5" y="0" d="90" color="white" name="raf_w.xml"/>
 <b x="0.35" y="0.2625" d="45" color="white" name="raf_w.xml"/>
 <b x="0" y="0.375" d="0" color="white" name="raf_w.xml"/>
 <b x="-0.35" y="0.2625" d="315" color="white" name="raf_w.xml"/>
 <b x="-0.5" y="0" d="270" color="white" name="raf_w.xml"/>
 <b x="-0.35" y="-0.2625" d="225" color="white" name="raf_w.xml"/>

 <b x="0.19" y="-0.346" d="157.5" color="black" name="raf_b.xml"/>
 <b x="0.46" y="-0.144" d="112.5" color="black" name="raf_b.xml"/>
 <b x="0.46" y="0.144" d="67.5" color="black" name="raf_b.xml"/>
 <b x="0.19" y="0.346" d="22.5" color="black" name="raf_b.xml"/>
 <b x="-0.19" y="0.346" d="337.5" color="black" name="raf_b.xml"/>
 <b x="-0.46" y="0.144" d="292.5" color="black" name="raf_b.xml"/>
 <b x="-0.46" y="-0.144" d="247.5" color="black" name="raf_b.xml"/>
 <b x="-0.19" y="-0.346" d="202.5" color="black" name="raf_b.xml"/>
</battery>

</narihira>
raf_w.xml
<?xml version="1.0" ?>
<!DOCTYPE bulletml SYSTEM "bulletml.dtd">

<bulletml type="vertical"
          xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">

<action label="top">
<repeat> <times>256</times>
<action>
 <fire>
  <direction type="relative">0</direction>
  <bulletRef label="round"/>
 </fire>
 <wait>12</wait>
</action>
</repeat>

<wait>150</wait>

<repeat> <times>192</times>
<action>
 <fire>
  <direction type="relative">0</direction>
  <bulletRef label="round2"/>
 </fire>
 <wait>8</wait>
</action>
</repeat>
</action>

<bullet label="round">
 <speed>0.2</speed>
</bullet>

<bullet label="round2">
 <speed>0.35</speed>
</bullet>

</bulletml>
raf_b.xml
<?xml version="1.0" ?>
<!DOCTYPE bulletml SYSTEM "bulletml.dtd">

<bulletml type="vertical"
          xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">

<action label="top">
<fire>
 <direction type="relative">0</direction>
 <bulletRef label="round"/>
</fire>
<repeat> <times>256</times>
<action>
 <fire>
  <direction type="sequence">2+6*$rank</direction>
  <bulletRef label="round"/>
 </fire>
 <wait>12</wait>
</action>
</repeat>

<wait>150</wait>

<fire>
 <direction type="relative">0</direction>
 <bulletRef label="round"/>
</fire>
<repeat> <times>192</times>
<action>
 <fire>
  <direction type="sequence">2+6*$rank</direction>
  <bulletRef label="round2"/>
 </fire>
 <wait>8</wait>
</action>
</repeat>
</action>

<bullet label="round">
 <speed>0.2</speed>
</bullet>

<bullet label="round2">
 <speed>0.35</speed>
</bullet>

</bulletml>
-