Skip to content
dmanning23 edited this page Jun 9, 2013 · 3 revisions

Repeats an action

Contents - times, (action | actionRef)

Example

`

100

<fire>

  <direction type="absolute">220+$rand*100</direction>
  
  <bulletRef label="backBurst"/>
  
</fire>

<wait>6</wait>

`

Run the action X number of times.

NOTE: the number specified is the number of times to run the action, not the number of times to repeat the action.

So repeat-times:1 will only run the action once, not repeat it.

Clone this wiki locally