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