home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / TumikiFighters / tf0_2.exe / tf / barrage / basic / whip_fix.xml < prev    next >
Extensible Markup Language  |  2004-04-03  |  575b  |  26 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="relative">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.             <direction type="relative">0</direction>
  18.             <bullet/>
  19.         </fire>
  20.         <wait>8</wait>
  21.     </action>
  22.     </repeat>
  23. </action>
  24.  
  25. </bulletml>
  26.