home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Parsec47 / Parsec47.exe / p47 / morph / sideway.xml < prev    next >
Extensible Markup Language  |  2003-12-05  |  686b  |  32 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="topshot">
  8.   <fire>
  9.    <direction type="relative">0</direction>
  10.    <speed type="relative">0</speed>
  11.    <bullet/>
  12.   </fire>
  13.   <actionRef label="spr">
  14.    <param>4</param>
  15.   </actionRef>
  16.   <vanish/>
  17. </action>
  18.  
  19. <action label="spr">
  20.  <repeat> <times>1+$rank*1.7</times>
  21.  <action>
  22.   <fire>
  23.    <direction type="sequence">$1</direction>
  24.    <speed type="sequence">-0.08</speed>
  25.    <bullet/>
  26.   </fire>
  27.  </action>
  28.  </repeat>
  29. </action>
  30.  
  31. </bulletml>
  32.