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