>>835
それを間違っていると感じられる嗅覚はとても大切だと思います。

<action label="600shots">
<repeat>
<times>600</times>
<action>
<fire>
<direction type="absolute">$1</direction>
<bullet/>
</fire>
<wait>3</wait>
</action>
</repeat>
</action>

<action label="top1">
<actionRef label="600shots">
<param>90</param>
</actionRef>
</action>

<action label="top2">
<actionRef label="600shots">
<param>270</param>
</actionRef>
</action>

あたりが良いかと。