*AnimationNote()
Adds a single line of text to the time/frame display in the animation and video windows.
Syntax
*AnimationNote (text)
Application
HyperView and MediaView
Inputs
- Text
- Single line of text is displayed in the time/frame display.
Context
*BeginWindow()
Example
*BeginWindow(Animation) // Window 1
*AnimationNote("to appear in time display box")
*EndWindow()