home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Parsec47 / Parsec47.exe / p47 / large / 88way.xml < prev    next >
Extensible Markup Language  |  2003-12-05  |  785b  |  38 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>1+$rank*4.7</times>
  9.  <action>
  10.   <fire>
  11.    <direction type="sequence">360/(1+$rank*4.7)</direction>
  12.    <bulletRef label="6way"/>
  13.   </fire>
  14.   <wait>150/(1+$rank*4.7)</wait>
  15.  </action>
  16.  </repeat>
  17. </action>
  18.  
  19. <bullet label="6way">
  20. <speed>$rand*0.5+0.5</speed>
  21. <action>
  22.  <wait>10+$rand*10</wait>
  23.  <repeat> <times>6</times>
  24.  <action>
  25.   <fire>
  26.    <direction type="sequence">60</direction>
  27.    <bullet>
  28.     <speed>0.9</speed>
  29.    </bullet>
  30.   </fire>
  31.  </action>
  32.  </repeat>
  33.  <vanish/>
  34.  </action>
  35. </bullet>
  36.  
  37. </bulletml>
  38.