home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Parsec47 / Parsec47.exe / p47 / middle / 2round.xml next >
Extensible Markup Language  |  2003-12-05  |  837b  |  40 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.    <bulletRef label="nrm"/>
  10.   </fire>
  11.    <repeat> <times>5</times>
  12.    <action>
  13.     <fire>
  14.      <direction type="sequence">59</direction>
  15.      <bulletRef label="nrm"/>
  16.     </fire>
  17.    </action>
  18.    </repeat>
  19.   <repeat> <times>$rank*4.4</times>
  20.   <action>
  21.    <wait>10+$rank*10</wait>
  22.    <repeat> <times>6</times>
  23.    <action>
  24.     <fire>
  25.      <direction type="sequence">59</direction>
  26.      <bulletRef label="nrm"/>
  27.     </fire>
  28.    </action>
  29.    </repeat>
  30.   </action>
  31.   </repeat>
  32.   <wait>40</wait>
  33. </action>
  34.  
  35. <bullet label="nrm">
  36.  <speed>1.2</speed>
  37. </bullet>
  38.  
  39. </bulletml>
  40.