home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar Special 2004 August
/
GSSH0804.iso
/
Action
/
TumikiFighters
/
tf0_2.exe
/
tf
/
barrage
/
technical
/
round_change_straight.xml
< prev
next >
Wrap
Extensible Markup Language
|
2004-04-03
|
949b
|
45 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">
<repeat> <times>99999</times>
<action>
<fire>
<direction type="sequence">180</direction>
<bulletRef label="changeStraight"/>
</fire>
<fire>
<direction type="sequence">160</direction>
<bulletRef label="changeStraight"/>
</fire>
<wait>30-$rank*29</wait>
</action>
</repeat>
<vanish/>
</action>
<bullet label="changeStraight">
<speed>1</speed>
<action>
<wait>20+$rand*100</wait>
<changeDirection>
<direction type="absolute">270</direction>
<term>60</term>
</changeDirection>
<changeSpeed>
<speed>0.1</speed>
<term>40</term>
</changeSpeed>
<wait>40</wait>
<changeSpeed>
<speed>0.75+$rand*0.5</speed>
<term>20</term>
</changeSpeed>
</action>
</bullet>
</bulletml>