home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Parsec47 / Parsec47.exe / p47 / middle / double_roll_seeds.xml < prev    next >
Extensible Markup Language  |  2003-12-05  |  1KB  |  48 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="top1">
  8.     <actionRef label="seed">
  9.         <param>1</param>
  10.     </actionRef>
  11. </action>
  12.  
  13. <action label="top2">
  14.     <actionRef label="seed">
  15.         <param>-1</param>
  16.     </actionRef>
  17. </action>
  18.  
  19. <action label="seed">
  20.     <fire>
  21.         <direction type="absolute">0</direction>
  22.         <bulletRef label="aim90"/>
  23.     </fire>
  24.     <fire>
  25.         <direction type="absolute">180</direction>
  26.         <bulletRef label="aim90"/>
  27.     </fire>
  28.     <repeat><times>99</times>
  29.     <action>
  30.         <wait>32-16*$rank</wait>
  31.         <fire>
  32.             <direction type="sequence">(15-$rank*8)*$1</direction>
  33.             <bulletRef label="aim90"/>
  34.         </fire>
  35.         <fire>
  36.             <direction type="sequence">180</direction>
  37.             <bulletRef label="aim90"/>
  38.         </fire>
  39.     </action>
  40.     </repeat>
  41. </action>
  42.  
  43. <bullet label="aim90">
  44.     <speed>1.2</speed>
  45. </bullet>
  46.  
  47. </bulletml>
  48.