home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Parsec47 / Parsec47.exe / p47 / middlesub / shot.xml
Extensible Markup Language  |  2003-12-05  |  438b  |  21 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>1+$rank*3.4</times>
  9.   <action>
  10.     <fire>
  11.      <speed>1</speed>
  12.      <bullet/>
  13.    </fire>
  14.    <wait>20</wait>
  15.   </action>
  16.   </repeat>
  17.   <wait>999</wait>
  18. </action>
  19.  
  20. </bulletml>
  21.