home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / TumikiFighters / tf0_2.exe / tf / barrage / technical / round_change_straight.xml < prev    next >
Extensible Markup Language  |  2004-04-03  |  949b  |  45 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. <repeat> <times>99999</times>
  9. <action>
  10.  <fire>
  11.   <direction type="sequence">180</direction>
  12.   <bulletRef label="changeStraight"/>
  13.  </fire>
  14.  <fire>
  15.   <direction type="sequence">160</direction>
  16.   <bulletRef label="changeStraight"/>
  17.  </fire>
  18.  <wait>30-$rank*29</wait>
  19. </action>
  20. </repeat>
  21. <vanish/>
  22. </action>
  23.  
  24. <bullet label="changeStraight">
  25. <speed>1</speed>
  26. <action>
  27. <wait>20+$rand*100</wait>
  28. <changeDirection>
  29.  <direction type="absolute">270</direction>
  30.  <term>60</term>
  31. </changeDirection>
  32. <changeSpeed>
  33.  <speed>0.1</speed>
  34.  <term>40</term>
  35. </changeSpeed>
  36. <wait>40</wait>
  37. <changeSpeed>
  38.  <speed>0.75+$rand*0.5</speed>
  39.  <term>20</term>
  40. </changeSpeed>
  41. </action>
  42. </bullet>
  43.  
  44. </bulletml>
  45.