home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / TumikiFighters / tf0_2.exe / tf / barrage / basic / whip.xml < prev   
Extensible Markup Language  |  2004-04-03  |  525b  |  25 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.     <fire>
  9.         <direction type="aim">0</direction>
  10.         <speed>1</speed>
  11.         <bullet/>
  12.     </fire>
  13.     <repeat> <times>1+$rank*9.9</times>
  14.     <action>
  15.         <fire>
  16.             <speed type="sequence">0.2-$rank*0.05</speed>
  17.             <bullet/>
  18.         </fire>
  19.         <wait>8</wait>
  20.     </action>
  21.     </repeat>
  22. </action>
  23.  
  24. </bulletml>
  25.