Better conditional / appearance test.
[python-bulletml.git] / examples / popcorn / towards.xml
index da70f59..1db6dd2 100644 (file)
@@ -3,6 +3,14 @@
 \r
 <bulletml xmlns="http://www.asahi-net.or.jp/~cs8k-cyu/bulletml">\r
   <action label="top">\r
-    <fire><bullet/></fire>\r
+    <if><cond>$rand > 0.7</cond>\r
+      <then><fire><bullet/><appearance>red</appearance></fire></then>\r
+      <else>\r
+       <if><cond>$rand > 0.5</cond>\r
+         <then><fire><bullet/><appearance>blue</appearance></fire></then>\r
+         <else><fire><bullet/><appearance>green</appearance></fire></else>\r
+       </if>\r
+      </else>\r
+    </if>\r
   </action>\r
 </bulletml>\r