home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / TumikiFighters / tf0_2.exe / tf / barrage / move / bit.xml < prev    next >
Extensible Markup Language  |  2004-04-03  |  922b  |  42 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.     <changeSpeed>
  9.         <speed>1.5</speed>
  10.         <term>1</term>
  11.     </changeSpeed>
  12.     <wait>60+$rand*60</wait>
  13.     <repeat> <times>4</times>
  14.     <action>
  15.         <changeDirection>
  16.             <direction type="absolute">$rand*360</direction>
  17.             <term>10</term>
  18.         </changeDirection>
  19.         <changeSpeed>
  20.             <speed>1</speed>
  21.             <term>15</term>
  22.         </changeSpeed>
  23.         <wait>10+$rand*30</wait>
  24.         <changeSpeed>
  25.             <speed>0</speed>
  26.             <term>10</term>
  27.         </changeSpeed>
  28.         <wait>20+$rand*40</wait>
  29.     </action>
  30.     </repeat>
  31.     <changeDirection>
  32.         <direction type="absolute">90</direction>
  33.         <term>32</term>
  34.     </changeDirection>
  35.     <changeSpeed>
  36.         <speed>1</speed>
  37.         <term>15</term>
  38.     </changeSpeed>
  39. </action>
  40.  
  41. </bulletml>
  42.