home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar Special 2004 August
/
GSSH0804.iso
/
Action
/
TumikiFighters
/
tf0_2.exe
/
tf
/
barrage
/
technical
/
roundshot.xml
< prev
next >
Wrap
Extensible Markup Language
|
2004-05-15
|
883b
|
44 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="roundmove">
<param>($rand-0.5)*3</param>
<param>($rand-0.5)*3</param>
</actionRef>
</action>
<action label="roundmove">
<repeat> <times>8+$rank*16</times>
<action>
<fire>
<direction type="sequence">360/(8+$rank*16-1)</direction>
<bullet>
<actionRef label="seed">
<param>$1</param>
<param>$2</param>
</actionRef>
</bullet>
</fire>
</action>
</repeat>
</action>
<action label="seed">
<accel>
<vertical>$1</vertical>
<horizontal>$1</horizontal>
<term>1</term>
</accel>
<wait>45</wait>
<fire>
<bullet/>
</fire>
<vanish/>
</action>
</bulletml>