User manual
Automation Protocol Animation Commands
Miranda Technologies Ltd Page 101
Wipe on from centre (barn door) 15 35
Wipe on from centre (blinds) 16 36
Note: The S3 command is only supported by Imagestore 2.
Restart Animation S4
This command always restarts an animation playing out from the beginning.
This command is a convenient alternative to the S0 command when the
animation has to always start from the first field.
CMD Param_1
S4 %1x : Layer No.
Example:
void ReStartAnimation(int layer)
{
remote_send("S4%01x",layer);
}