home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / TumikiFighters / tf0_2.exe / tf / barrage / shot / side.xml < prev    next >
Extensible Markup Language  |  2004-05-15  |  513b  |  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.     <repeat> <times>99</times>
  9.     <action>
  10.         <wait>30-$rank*21</wait>
  11.         <fire>
  12.             <direction type="relative">90</direction>
  13.             <bullet/>
  14.         </fire>
  15.         <fire>
  16.             <direction type="relative">-90</direction>
  17.             <bullet/>
  18.         </fire>
  19.     </action>
  20.     </repeat>
  21. </action>
  22.  
  23. </bulletml>
  24.