CycleBranchFrame
double CycleBranchFrame (object obj, channel chan, frame frm )
Return Value: changes the value of obj and it's children's chan channel to match their values as if they were on frame frm.
Arguments:
obj |
root object of branch to cycle |
chan |
channel to modify |
frm |
frame at which the new value is to be taken from |
Same as CycleFrame( ) except that this function will cause all child items of obj to cycle as well.
See Also: CycleFrame( )
Example:
Exp_1
|_CycleBranchFrame(Null, xpos, IN + [Slider:chan[ NullMotion ]] * (OUT - IN) )
This use of CycleFrame( ) will make Null and all of it's children cycle through their animation on their xpos channels from the IN point to the OUT point as Slider's NullMotion channel is changed from 0 to 1.
Converted from CHM to HTML with chm2web Pro 2.82 (unicode) |