home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / TumikiFighters / tf0_2.exe / tf / barrage / technical / narrowing_winder.xml < prev    next >
Extensible Markup Language  |  2004-04-03  |  863b  |  45 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="topl">
  8.  <actionRef label="seed">
  9.   <param>1</param>
  10.  </actionRef>
  11. </action>
  12.  
  13. <action label="topr">
  14.  <actionRef label="seed">
  15.   <param>-1</param>
  16.  </actionRef>
  17. </action>
  18.  
  19. <action label="seed">
  20.  <fire>
  21.   <direction>80*$1</direction>
  22.   <bullet/>
  23.  </fire>
  24.  <repeat> <times>20</times>
  25.  <action>
  26.   <wait>3</wait>
  27.   <fire>
  28.    <direction type="sequence">(-$rank*77)/20*$1</direction>
  29.    <bullet/>
  30.   </fire>
  31.  </action>
  32.  </repeat>
  33.  <repeat> <times>99999</times>
  34.  <action>
  35.   <wait>3</wait>
  36.   <fire>
  37.    <direction type="sequence">0</direction>
  38.    <bullet/>
  39.   </fire>
  40.  </action>
  41.  </repeat>
  42. </action>
  43.  
  44. </bulletml>
  45.