home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Parsec47 / Parsec47.exe / p47 / smallmove / 248shot.xml next >
Extensible Markup Language  |  2003-11-29  |  668b  |  32 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="topmove">
  8.  <actionRef label="curve">
  9.   <param>$rand*1.0-0.5</param>
  10.  </actionRef>
  11. </action>
  12.  
  13. <action label="curve">
  14.   <accel>
  15.    <horizontal>$1</horizontal>
  16.    <vertical>2.0</vertical>
  17.    <term>20</term>
  18.   </accel>
  19.   <wait>40</wait>
  20.   <accel>
  21.    <vertical>-2.0</vertical>
  22.    <term>50</term>
  23.   </accel>
  24.   <wait>10</wait>
  25.   <accel>
  26.    <horizontal>0-$1*2</horizontal>
  27.    <term>60</term>
  28.   </accel>
  29. </action>
  30.  
  31. </bulletml>
  32.