home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Parsec47 / Parsec47.exe / p47 / large / 57way.xml next >
Extensible Markup Language  |  2003-12-05  |  990b  |  49 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="top5">
  8.   <fire>
  9.    <direction>-100</direction>
  10.    <bulletRef label="nrm1"/>
  11.   </fire>
  12.   <repeat> <times>4</times>
  13.   <action>
  14.    <fire>
  15.     <direction type="sequence">50</direction>
  16.     <bulletRef label="nrm1"/>
  17.    </fire>
  18.   </action>
  19.   </repeat>
  20.  <wait>62-$rank*32</wait>
  21. </action>
  22.  
  23. <action label="top7">
  24.  <wait>26-$rank*8</wait>
  25.   <fire>
  26.    <direction>-120</direction>
  27.    <bulletRef label="nrm2"/>
  28.   </fire>
  29.   <repeat> <times>6</times>
  30.   <action>
  31.    <fire>
  32.     <direction type="sequence">40</direction>
  33.     <bulletRef label="nrm2"/>
  34.    </fire>
  35.   </action>
  36.   </repeat>
  37.   <wait>40-$rank*30</wait>
  38. </action>
  39.  
  40. <bullet label="nrm1">
  41.  <speed>0.7</speed>
  42. </bullet>
  43.  
  44. <bullet label="nrm2">
  45.  <speed>1</speed>
  46. </bullet>
  47.  
  48. </bulletml>
  49.