home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Parsec47 / Parsec47.exe / p47 / middle / 4way.xml < prev    next >
Extensible Markup Language  |  2003-12-05  |  668b  |  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>99</times>
  9.  <action>
  10.   <fire>
  11.    <direction type="sequence">-32</direction>
  12.    <bulletRef label="nrm"/>
  13.   </fire>
  14.   <repeat> <times>3</times>
  15.   <action>
  16.    <fire>
  17.     <direction type="sequence">20</direction>
  18.     <bulletRef label="nrm"/>
  19.    </fire>
  20.   </action>
  21.   </repeat>
  22.   <wait>50-$rank*25</wait>
  23.  </action>
  24.  </repeat>
  25. </action>
  26.  
  27. <bullet label="nrm">
  28.  <speed>1</speed>
  29. </bullet>
  30.  
  31. </bulletml>
  32.