home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / TumikiFighters / tf0_2.exe / tf / barrage / move / back.xml next >
Extensible Markup Language  |  2004-04-03  |  779b  |  34 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.  <changeDirection>
  9.   <direction type="absolute">250+$rand*40</direction>
  10.   <term>1</term>
  11.  </changeDirection>
  12.  <changeSpeed>
  13.   <speed>3</speed>
  14.   <term>1</term>
  15.  </changeSpeed>
  16.  <wait>1</wait>
  17.  <changeSpeed>
  18.   <speed>1</speed>
  19.   <term>120</term>
  20.  </changeSpeed>
  21.  <wait>120+$rand*60</wait>
  22.  <changeDirection>
  23.   <direction type="absolute">60+$rand*60</direction>
  24.   <term>30+$rand*30</term>
  25.  </changeDirection>
  26.  <wait>10</wait>
  27.  <changeSpeed>
  28.   <speed>2</speed>
  29.   <term>120</term>
  30.  </changeSpeed>
  31. </action>
  32.  
  33. </bulletml>
  34.