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