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