|
|
SAA_actionMarkerGetNbCycles()
SAA_actionMarkerSetNbCycles()Gets or sets the number of cycles for a set of action markers in an .ani element. In the Spreadsheet window, this corresponds to choosing Actions from the QUERIES menu, then setting the number of cycles in the ActNoCycles column. set scene [SAA_AllocScene] set action [SAA_AllocElem] . . set nbMarkers [ SAA_actionGetNbActionMarkers $scene $asction nbMarkers ] set markers [ SAA_AllocSubElem $nbMarkers ] set nbCycles [ SAA_AllocInt $nbMarkers ] SAA_actionMarkerGetNbCycles $scene $action $nbMarkers $markers $nbCycles SAA_actionMarkerSetNbCycles $scene $action $nbMarkers $markers $nbCycles Parameters
See Also |
|
copyright Video-Collage Inc. |