home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / TumikiFighters / tf0_2.exe / tf / barrage / change / straight_rnd.xml < prev   
Extensible Markup Language  |  2004-04-03  |  528b  |  22 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>20+$rand*$rank*200</wait>
  9.     <changeDirection>
  10.         <direction type="absolute">270</direction>
  11.         <term>60</term>
  12.     </changeDirection>
  13.     <wait>60</wait>
  14.     <fire>
  15.         <direction type="relative">0</direction>
  16.         <speed type="relative">0</speed>
  17.         <bullet/>
  18.     </fire>
  19. </action>
  20.  
  21. </bulletml>
  22.