home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar Special 2004 August
/
GSSH0804.iso
/
Action
/
Parsec47
/
Parsec47.exe
/
p47
/
large
/
growround.xml
< prev
next >
Wrap
Extensible Markup Language
|
2003-12-05
|
895b
|
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="topshot1">
<fire>
<bulletRef label="acseed"/>
</fire>
<repeat> <times>1+$rank*6.2</times>
<action>
<wait>16</wait>
<fire>
<direction type="sequence">-20+$rank*10</direction>
<bulletRef label="acseed"/>
</fire>
</action>
</repeat>
<wait>56</wait>
</action>
<action label="topshot2">
<fire>
<bulletRef label="acseed"/>
</fire>
<repeat> <times>1+$rank*6.2</times>
<action>
<wait>16</wait>
<fire>
<direction type="sequence">20-$rank*10</direction>
<bulletRef label="acseed"/>
</fire>
</action>
</repeat>
</action>
<bullet label="acseed">
<speed>1</speed>
</bullet>
</bulletml>