home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Parsec47 / Parsec47.exe / p47 / middle / shotgun.xml < prev    next >
Extensible Markup Language  |  2003-12-05  |  743b  |  38 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.         <direction>180</direction>
  10.         <bulletRef label="seed"/>
  11.     </fire>
  12.     <wait>90</wait>
  13. </action>
  14.  
  15. <bullet label="seed">
  16.     <speed>0.5</speed>
  17.     <action>
  18.         <fire>
  19.             <direction>-50</direction>
  20.             <speed>1</speed>
  21.             <bullet/>
  22.         </fire>
  23.         <repeat>
  24.         <times>2+$rank*4.7</times>
  25.         <action>
  26.             <wait>5-$rank*2</wait>
  27.             <fire>
  28.                 <direction type="sequence">25-$rank*3</direction>
  29.                 <speed>1</speed>
  30.                 <bullet/>
  31.             </fire>
  32.         </action>
  33.         </repeat>
  34.     </action>
  35. </bullet>
  36.  
  37. </bulletml>
  38.