Move Attributes

Each move requires the select attribute, whose value is the name of the move. Moves can also be modified with additional attributes. These animations show how some of these attributes work. Here is the XML of the first animation.

  <tam title="Lead Right scaleX=&quot;2&quot;" formation="Couples Facing Out" group="Lead Right">
    <path>
      <move select="Lead Right" scaleX="2"/>
    </path>
    <path>
      <move select="Lead Right" scaleX="2"/>
    </path>
  </tam>

The coordinates for these attributes are relative to the dancer's current position and facing direction. The X axis is forward and Y is to the left. Attributes that modify the dancer's position are:

Other move attributes are:

<-- Prev
Next -->