home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Parsec47 / Parsec47.exe / p47 / middle / kr3_boss_fastspread.xml < prev    next >
Encoding:
Extensible Markup Language  |  2003-12-05  |  750 b   |  36 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="spr">
  9.         <param>1</param>
  10.     </actionRef>
  11.     <wait>45</wait>
  12.     <actionRef label="spr">
  13.         <param>-1</param>
  14.     </actionRef>
  15.     <wait>45</wait>
  16. </action>
  17.  
  18. <action label="spr">
  19.     <fire>
  20.         <direction>(-10)*$1</direction>
  21.         <speed>1.0</speed>
  22.         <bullet/>
  23.     </fire>
  24.     <repeat><times>2+$rank*5.2</times>
  25.     <action>
  26.         <fire>
  27.             <direction type="sequence">(36-$rank*12)*$1</direction>    
  28.             <speed type="sequence">-0.06</speed>
  29.             <bullet/>
  30.         </fire>
  31.     </action>
  32.     </repeat>
  33. </action>
  34.  
  35. </bulletml>
  36.