home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar Special 2004 August
/
GSSH0804.iso
/
Action
/
Parsec47
/
Parsec47.exe
/
p47
/
morph
/
twin.xml
< prev
next >
Wrap
Extensible Markup Language
|
2003-11-29
|
1KB
|
53 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>1</wait>
<fire>
<bullet>
<direction type="relative">0</direction>
<actionRef label="ofs">
<param>90</param>
</actionRef>
</bullet>
</fire>
<fire>
<bullet>
<direction type="relative">0</direction>
<actionRef label="ofs">
<param>-90</param>
</actionRef>
</bullet>
</fire>
<vanish/>
</action>
<action label="ofs">
<changeSpeed>
<speed>1+$rank</speed>
<term>1</term>
</changeSpeed>
<changeDirection>
<direction type="relative">$1</direction>
<term>1</term>
</changeDirection>
<wait>2</wait>
<changeDirection>
<direction type="relative">0-$1</direction>
<term>1</term>
</changeDirection>
<wait>1</wait>
<fire>
<direction type="relative">0</direction>
<speed>1</speed>
<bullet/>
</fire>
<vanish/>
</action>
</bulletml>