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