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