Add standard examples.
[python-bulletml.git] / examples / normal / [1943]_rolling_fire.xml
diff --git a/examples/normal/[1943]_rolling_fire.xml b/examples/normal/[1943]_rolling_fire.xml
new file mode 100644 (file)
index 0000000..83f37db
--- /dev/null
@@ -0,0 +1,34 @@
+<?xml version="1.0" ?>\r
+<!DOCTYPE bulletml SYSTEM "http://www.asahi-net.or.jp/~cs8k-cyu/bulletml/bulletml.dtd">\r
+\r
+<bulletml type="vertical"\r
+          xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">\r
+\r
+<action label="top">\r
+<fire>\r
+<bulletRef label="roll"/>\r
+</fire>\r
+</action>\r
+\r
+<bullet label="roll">\r
+<action>\r
+<wait>40+$rand*20</wait>\r
+<changeDirection>\r
+ <direction type="relative">-90</direction>\r
+ <term>4</term>\r
+</changeDirection>\r
+<changeSpeed>\r
+ <speed>3</speed>\r
+ <term>4</term>\r
+</changeSpeed>\r
+<wait>4</wait>\r
+<changeDirection>\r
+ <direction type="sequence">15</direction>\r
+ <term>9999</term>\r
+</changeDirection>\r
+<wait>80+$rand*40</wait>\r
+<vanish/>\r
+</action>\r
+</bullet>\r
+\r
+</bulletml>\r