home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Parsec47 / Parsec47.exe / p47 / large / spread2blt.xml < prev    next >
Extensible Markup Language  |  2003-12-05  |  893b  |  43 lines

  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="topshot">
  8.  <fire>
  9.   <direction type="absolute">120</direction>
  10.   <bulletRef label="seed"/>
  11.  </fire>
  12.  <wait>50</wait>
  13.  <fire>
  14.   <direction type="absolute">240</direction>
  15.   <bulletRef label="seed"/>
  16.  </fire>
  17.  <wait>50</wait>
  18. </action>
  19.  
  20. <bullet label="seed">
  21.  <speed>1</speed>
  22.  <action>
  23.   <changeSpeed>
  24.    <speed>0.2</speed>
  25.    <term>40</term>
  26.   </changeSpeed>
  27.   <wait>20</wait>
  28.   <repeat> <times>2+$rank*8.2</times>
  29.   <action>
  30.    <fire>
  31.     <bullet>
  32.      <direction type="absolute">$rand*360</direction>
  33.      <speed>0.7+$rand*0.5</speed>
  34.     </bullet>
  35.    </fire>
  36.   </action>
  37.   </repeat>
  38.   <vanish/>
  39.  </action>
  40. </bullet>
  41.  
  42. </bulletml>
  43.