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