home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / TumikiFighters / tf0_2.exe / tf / barrage / technical / single_winder_fromside_rev.xml < prev    next >
Extensible Markup Language  |  2004-04-03  |  2KB  |  77 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.  <changeSpeed>
  9.   <speed>0</speed>
  10.   <term>1</term>
  11.  </changeSpeed>
  12.  <fire>
  13.   <direction type="absolute">110+$rank*5*15</direction>
  14.   <bullet/>
  15.  </fire>
  16.  <repeat> <times>15</times>
  17.  <action>
  18.   <wait>3</wait>
  19.   <fire>
  20.    <direction type="sequence">-$rank*5</direction>
  21.    <bullet/>
  22.   </fire>
  23.  </action>
  24.  </repeat>
  25.  <repeat> <times>99999</times>
  26.  <action>
  27.   <repeat> <times>15</times>
  28.   <action>
  29.    <wait>3</wait>
  30.    <fire>
  31.     <direction type="sequence">$rank*5</direction>
  32.     <bullet/>
  33.    </fire>
  34.   </action>
  35.   </repeat>
  36.   <repeat> <times>15</times>
  37.   <action>
  38.    <wait>3</wait>
  39.    <fire>
  40.     <direction type="sequence">0</direction>
  41.     <bullet/>
  42.    </fire>
  43.   </action>
  44.   </repeat>
  45.   <repeat> <times>30</times>
  46.   <action>
  47.    <wait>3</wait>
  48.    <fire>
  49.     <direction type="sequence">-$rank*5</direction>
  50.     <bullet/>
  51.    </fire>
  52.   </action>
  53.   </repeat>
  54.   <repeat> <times>15</times>
  55.   <action>
  56.    <wait>3</wait>
  57.    <fire>
  58.     <direction type="sequence">0</direction>
  59.     <bullet/>
  60.    </fire>
  61.   </action>
  62.   </repeat>
  63.   <repeat> <times>15</times>
  64.   <action>
  65.    <wait>3</wait>
  66.    <fire>
  67.     <direction type="sequence">$rank*5</direction>
  68.     <bullet/>
  69.    </fire>
  70.   </action>
  71.   </repeat>
  72.  </action>
  73.  </repeat>
  74. </action>
  75.  
  76. </bulletml>
  77.