プログラム初心者にすらたどり着かない漏れがBulletML使ってみようと思ったんだが、
例えば初期位置から左右に弾を打ち続けるのを記述するのに、
<action label="top">
<repeat>
<times>600</times>
<action>
<fire>
<direction type="absolute">90</direction>
<bullet/>
</fire>
<wait>3</wait>
</action>
</repeat>
</action>

<action label="top">
<repeat>
<times>600</times>
<action>
<fire>
<direction type="absolute">270</direction>
<bullet/>
</fire>
<wait>3</wait>
</action>
</repeat>
</action>
とわざわざ記述してるんだが、