home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Parsec47 / Parsec47.exe / p47 / middle / spread_bf.xml < prev   
Extensible Markup Language  |  2003-11-29  |  1KB  |  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="top">
  8.  <actionRef label="spread">
  9.   <param>4+$rank*9.5</param>
  10.   <param>120/(4+$rank*10.2)</param>
  11.   <param>120/(-4-$rank*10.2)</param>
  12.  </actionRef>
  13. </action>
  14.  
  15. <action label="spread">
  16.  <fire>
  17.   <direction type="absolute">120</direction>
  18.   <bulletRef label="nrm"/>
  19.  </fire>
  20.  <repeat> <times>99</times>
  21.  <action>
  22.   <repeat> <times>$1</times>
  23.   <action>
  24.    <wait>20-$rank*9.5</wait>
  25.    <fire>
  26.     <direction type="sequence">$2</direction>
  27.     <bulletRef label="nrm"/>
  28.    </fire>
  29.   </action>
  30.   </repeat>
  31.   <repeat> <times>$1</times>
  32.   <action>
  33.    <wait>20-$rank*9.5</wait>
  34.    <fire>
  35.     <direction type="sequence">$3</direction>
  36.     <bulletRef label="nrm"/>
  37.    </fire>
  38.   </action>
  39.   </repeat>
  40.  </action>
  41.  </repeat> 
  42. </action>
  43.  
  44. <bullet label="nrm">
  45.  <speed>1</speed>
  46. </bullet>
  47.  
  48. </bulletml>
  49.