|
|
SAA_animationItemGetActive()Gets the active flags of animation items in an .ani element. set scene [SAA_AllocScene] set action [SAA_AllocElem] . . SAA_actionGetNbAnimationItems $scene $action $SAA_Constants(SAA_ANIMITEM_TYPE) nbItems set items [ SAA_AllocSubElem $nbItems ] SAA_actionGetAnimationItems $scene $anim $nbItems $items set actice [ SAA_AllocInt $nbItems ] SAA_animationItemGetActive $scene $anim $nbItems $items $active Parameters
|
|
copyright Video-Collage Inc. |