User Guide

256
The resulting string uses the form sHH:MM:SS.FFD, where:
Example
The following statement converts a 2710-frame, 30 frame-per-second movie. The dropFrame and
fractionalSeconds arguments are both turned off:
put framesToHMS(2710, 30, FALSE, FALSE)
-- " 00:01:30.10 "
See also
HMStoFrames()
frameTempo
Syntax
the frameTempo
Description
Frame property; indicates the tempo assigned to the current frame.
This property can be tested. It can be set during a Score recording session.
Example
The following statement checks the tempo used in the current frame. In this case, the tempo is 15
frames per second.
put the frameTempo
-- 15
See also
puppetTempo
frameTransition
Syntax
the frameTransition
Description
Frame property; specifies the number of the transition cast member assigned to the current frame.
This property can be set during a Score recording session to specify transitions.
s A character is used if the time is less than zero, or a space if the time is greater than or equal to zero.
HH Hours.
MM Minutes.
SS Seconds.
FF Indicates a fraction of a second if fractionalSeconds is TRUE or frames if
fractionalSeconds is FALSE.
D A "d" is used if dropFrame is TRUE, or a space if dropFrame is FALSE.