home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Parsec47 / Parsec47.exe / p47 / large / kr4_boss_rb_rockets.xml < prev    next >
Extensible Markup Language  |  2003-12-05  |  1KB  |  56 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.     <actionRef label="shot">
  9.         <param>15+$rand*10</param>
  10.         <param>40-$rand*80</param>
  11.     </actionRef>
  12.     <wait>72</wait>
  13. </action>
  14.  
  15.  
  16. <action label="shot">
  17.     <fire>
  18.         <direction>$2</direction>
  19.         <bulletRef label="seed">
  20.             <param>$1</param>
  21.         </bulletRef>
  22.     </fire>
  23.     <fire>
  24.         <direction>$2</direction>
  25.         <bulletRef label="seed">
  26.             <param>$1*(-1)</param>
  27.         </bulletRef>
  28.     </fire>
  29. </action>
  30.  
  31. <bullet label="seed">
  32.     <speed>1.5</speed>
  33.     <action>
  34.         <fire>
  35.             <direction type="relative">$1</direction>
  36.             <bulletRef label="nrm"/>
  37.         </fire>
  38.         <repeat><times>1+$rank*3.6</times>
  39.         <action>
  40.             <wait>3</wait>
  41.             <fire>
  42.                 <direction type="sequence">$1</direction>
  43.                 <bulletRef label="nrm"/>
  44.             </fire>
  45.         </action>
  46.         </repeat>
  47.         <vanish/>
  48.     </action>
  49. </bullet>
  50.  
  51. <bullet label="nrm">
  52.     <speed>0.8</speed>
  53. </bullet>
  54.  
  55. </bulletml>
  56.