Skip to content
dmanning23 edited this page Jun 8, 2013 · 7 revisions

Defines the action of bullet

Attribute - label = STRING

Contents - (repeat | fire | fireRef | changeSpeed | changeDirection | accel | wait | vanish | action | actionRef)*

Example `

<speed>0</speed>

<term>60</term>

60

<bullet/>
<direction type="absolute">330+$rand*25</direction>

<bulletRef label="downAccel"/>

`

Defines the action of bullet. The labeled action element is referred by actionRef elements. If there is only one top level bullet, it's label is "top". If there are more than one top level bullet, they are top1 - top10.

Clone this wiki locally