home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / TumikiFighters / tf0_2.exe / tf / barrage / basic / rand_speed.xml < prev    next >
Extensible Markup Language  |  2004-04-03  |  382b  |  16 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.  <fire>
  9.   <direction type="relative">($rand-0.5)*$rank*360</direction>
  10.   <speed>0.5+$rand</speed>
  11.   <bullet/>
  12.  </fire>
  13. </action>
  14.  
  15. </bulletml>
  16.