home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Parsec47 / Parsec47.exe / p47 / morph / twin.xml < prev    next >
Extensible Markup Language  |  2003-11-29  |  1KB  |  53 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.  
  8.  <action label="top">
  9.   <wait>1</wait>
  10.   <fire>
  11.    <bullet>
  12.        <direction type="relative">0</direction>
  13.     <actionRef label="ofs">
  14.      <param>90</param>
  15.     </actionRef>
  16.    </bullet>
  17.   </fire>
  18.   <fire>
  19.    <bullet>
  20.        <direction type="relative">0</direction>
  21.     <actionRef label="ofs">
  22.      <param>-90</param>
  23.     </actionRef>
  24.    </bullet>
  25.   </fire>
  26.   <vanish/>
  27.  </action>
  28.  
  29. <action label="ofs">
  30.   <changeSpeed>
  31.    <speed>1+$rank</speed>
  32.    <term>1</term>
  33.   </changeSpeed>
  34.   <changeDirection>
  35.    <direction type="relative">$1</direction>
  36.    <term>1</term>
  37.   </changeDirection>
  38.   <wait>2</wait>
  39.   <changeDirection>
  40.    <direction type="relative">0-$1</direction>
  41.    <term>1</term>
  42.   </changeDirection>
  43.   <wait>1</wait>
  44.   <fire>
  45.       <direction type="relative">0</direction>
  46.     <speed>1</speed>
  47.     <bullet/>
  48.   </fire>
  49.   <vanish/>
  50. </action>
  51.  
  52. </bulletml>
  53.