User manual

Automation Protocol Animation Commands
Miranda Technologies Ltd Page 100
Example:
void StopAnimationImmediate(int layer)
{
remote_send("S1%01x1",layer);
}
Select Animation Frame S2
This command sends the animation to a specified frame. If the animation is
running the animation will continue to run from the specified frame. If the
animation is halted, then the specified frame will be displayed but the
animation will remain halted.
CMD Param_1 Param_2
S2 %1x: Layer No. %4x: Field No.
Example:
void JumpToField(int layer, int field)
{
remote_send("S2%01x%04x",layer,field);
}
Run Pan Effect S3
This command runs a pan effect on an animation over a specified number of
frames. Speed is measured in pixels/lines per field.
CMD Param_1 Param_2 Param_2
S3 %01x: Layer No. %03x: Effect No. %03x: Speed
Effect Effect no. fwd Effect no. rev
Pan on from left 1 21
Pan on from right 2 22
Pan on from top 3 23
Pan on from bottom 4 24
Wipe on from left 11 31
Wipe on from right 12 32
Wipe on from top 13 33
Wipe on from bottom 14 34