home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar Special 2004 August
/
GSSH0804.iso
/
Action
/
Parsec47
/
Parsec47.exe
/
p47
/
large
/
spread2blt.xml
< prev
next >
Wrap
Extensible Markup Language
|
2003-12-05
|
893b
|
43 lines
<?xml version="1.0" ?>
<!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">
<bulletml type="vertical"
xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">
<action label="topshot">
<fire>
<direction type="absolute">120</direction>
<bulletRef label="seed"/>
</fire>
<wait>50</wait>
<fire>
<direction type="absolute">240</direction>
<bulletRef label="seed"/>
</fire>
<wait>50</wait>
</action>
<bullet label="seed">
<speed>1</speed>
<action>
<changeSpeed>
<speed>0.2</speed>
<term>40</term>
</changeSpeed>
<wait>20</wait>
<repeat> <times>2+$rank*8.2</times>
<action>
<fire>
<bullet>
<direction type="absolute">$rand*360</direction>
<speed>0.7+$rand*0.5</speed>
</bullet>
</fire>
</action>
</repeat>
<vanish/>
</action>
</bullet>
</bulletml>