home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar Special 2004 August
/
GSSH0804.iso
/
Action
/
Parsec47
/
Parsec47.exe
/
p47
/
smallmove
/
248shot.xml
next >
Wrap
Extensible Markup Language
|
2003-11-29
|
668b
|
32 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="topmove">
<actionRef label="curve">
<param>$rand*1.0-0.5</param>
</actionRef>
</action>
<action label="curve">
<accel>
<horizontal>$1</horizontal>
<vertical>2.0</vertical>
<term>20</term>
</accel>
<wait>40</wait>
<accel>
<vertical>-2.0</vertical>
<term>50</term>
</accel>
<wait>10</wait>
<accel>
<horizontal>0-$1*2</horizontal>
<term>60</term>
</accel>
</action>
</bulletml>