LogCmd

Traces an animation session and saves the sequence of actions for reuse. This command is not case sensitive.

Syntax

LogCmd [+/-] <filename>

Arguments

filename

The name of the file to which to write the commands

Example

To write the commands to the file myScript.txt, use the following command:

     LogCmd + myScript.txt

To stop writing commands to the file, use the following command:

     LogCmd -

Feedback