home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Parsec47 / Parsec47.exe / p47 / large / growround.xml < prev    next >
Extensible Markup Language  |  2003-12-05  |  895b  |  43 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="topshot1">
  8.  <fire>
  9.   <bulletRef label="acseed"/>
  10.  </fire>
  11.  <repeat> <times>1+$rank*6.2</times>
  12.   <action> 
  13.    <wait>16</wait>
  14.    <fire>
  15.     <direction type="sequence">-20+$rank*10</direction>
  16.     <bulletRef label="acseed"/>
  17.    </fire>
  18.   </action>
  19.  </repeat>
  20.  <wait>56</wait>
  21. </action>
  22.  
  23. <action label="topshot2">
  24.  <fire>
  25.   <bulletRef label="acseed"/>
  26.  </fire>
  27.  <repeat> <times>1+$rank*6.2</times>
  28.   <action> 
  29.    <wait>16</wait>
  30.    <fire>
  31.     <direction type="sequence">20-$rank*10</direction>
  32.     <bulletRef label="acseed"/>
  33.    </fire>
  34.   </action>
  35.  </repeat>
  36. </action>
  37.  
  38. <bullet label="acseed">
  39.  <speed>1</speed>
  40. </bullet>
  41.  
  42. </bulletml>
  43.