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