home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar Special 2004 August
/
GSSH0804.iso
/
Action
/
Parsec47
/
Parsec47.exe
/
p47
/
large
/
dr1_boss_1.xml
< prev
next >
Wrap
Extensible Markup Language
|
2003-12-05
|
1KB
|
52 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">
<wait>120/(2+3*$rank)</wait>
<actionRef label="four">
<param>$rand*90-45</param>
</actionRef>
</action>
<action label="four">
<fire>
<direction type="absolute">90</direction>
<speed>6</speed>
<bulletRef label="rb">
<param>$1</param>
</bulletRef>
</fire>
<repeat> <times>3</times>
<action>
<fire>
<direction type="sequence">60</direction>
<speed>6</speed>
<bulletRef label="rb">
<param>$1</param>
</bulletRef>
</fire>
</action>
</repeat>
</action>
<bullet label="rb">
<actionRef label="red">
<param>$1+$rand*20-10</param>
</actionRef>
</bullet>
<action label="red">
<wait>1</wait>
<fire>
<direction>$1</direction>
<speed>1</speed>
<bullet/>
</fire>
<vanish/>
</action>
</bulletml>