home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / TumikiFighters / tf0_2.exe / tf / barrage / shot / slowaim.xml < prev    next >
Extensible Markup Language  |  2004-04-03  |  571b  |  28 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>60</term>
  11.     </changeSpeed>
  12.     <wait>60/(1+$rank*10)</wait>
  13.     <fire>
  14.         <bullet/>
  15.     </fire>
  16.     <repeat> <times>$rank*10</times>
  17.     <action>
  18.         <wait>60/(1+$rank*10)</wait>
  19.         <fire>
  20.             <speed type="sequence">0.1</speed>
  21.             <bullet/>
  22.         </fire>
  23.     </action>
  24.     </repeat>
  25. </action>
  26.  
  27. </bulletml>
  28.