home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Parsec47 / Parsec47.exe / p47 / middlemove / curve.xml < prev    next >
Extensible Markup Language  |  2003-11-29  |  445b  |  19 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="aim">50-$rand*100</direction>
  10.         <term>20</term>
  11.     </changeDirection>
  12.     <changeSpeed>
  13.         <speed>0.3</speed>
  14.         <term>1</term>
  15.     </changeSpeed>
  16. </action>
  17.  
  18. </bulletml>
  19.