< Previous | Contents | Next >

Members

Composition.ActiveTool

Represents the currently active tool on this comp (read-only).

> Getting:

tool = Composition.ActiveTool – (Tool)

Composition.AutoPos

Enable autoupdating of XPos/YPos when adding tools.

> Getting:

val = Composition.AutoPos – (boolean)

> Setting:

Composition.AutoPos = val – (boolean)

Composition.CurrentFrame

Represents the currently active frame for this composition (read-only). Do not confuse with CurrentTime.

> Getting:

frame = Composition.CurrentFrame – (FuFrame)

Composition.CurrentTime

The current time position for this composition.

> Getting:

val = Composition.CurrentTime – (number)

> Setting:

Composition.CurrentTime = val – (number)

Composition.UpdateMode()

Represents the Some/All/None mode.

Composition.XPos

The X coordinate on the flow of the next added tool.

> Getting:

val = Composition.XPos – (number)

> Setting:

Composition.XPos = val – (number)


image


Composition.YPos

The Y coordinate on the flow of the next added tool.

> Getting:

val = Composition.YPos – (number)

> Setting:

Composition.YPos = val – (number)