home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / TumikiFighters / tf0_2.exe / tf / barrage / technical / bit.xml next >
Extensible Markup Language  |  2004-04-03  |  686b  |  32 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.     <repeat> <times>$rank*5</times>
  9.     <action>
  10.         <changeDirection>
  11.             <direction type="absolute">$rand*360</direction>
  12.             <term>10</term>
  13.         </changeDirection>
  14.         <changeSpeed>
  15.             <speed>1</speed>
  16.             <term>15</term>
  17.         </changeSpeed>
  18.         <wait>20+$rand*20</wait>
  19.         <changeSpeed>
  20.             <speed>0</speed>
  21.             <term>10</term>
  22.         </changeSpeed>
  23.         <wait>20+$rand*20</wait>
  24.         <fire>
  25.             <bullet/>
  26.         </fire>
  27.     </action>
  28.     </repeat>
  29. </action>
  30.  
  31. </bulletml>
  32.