home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar Special 2004 August
/
GSSH0804.iso
/
Action
/
Parsec47
/
Parsec47.exe
/
p47
/
large
/
kr4_boss_rb_rockets.xml
< prev
next >
Wrap
Extensible Markup Language
|
2003-12-05
|
1KB
|
56 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="top">
<actionRef label="shot">
<param>15+$rand*10</param>
<param>40-$rand*80</param>
</actionRef>
<wait>72</wait>
</action>
<action label="shot">
<fire>
<direction>$2</direction>
<bulletRef label="seed">
<param>$1</param>
</bulletRef>
</fire>
<fire>
<direction>$2</direction>
<bulletRef label="seed">
<param>$1*(-1)</param>
</bulletRef>
</fire>
</action>
<bullet label="seed">
<speed>1.5</speed>
<action>
<fire>
<direction type="relative">$1</direction>
<bulletRef label="nrm"/>
</fire>
<repeat><times>1+$rank*3.6</times>
<action>
<wait>3</wait>
<fire>
<direction type="sequence">$1</direction>
<bulletRef label="nrm"/>
</fire>
</action>
</repeat>
<vanish/>
</action>
</bullet>
<bullet label="nrm">
<speed>0.8</speed>
</bullet>
</bulletml>