BegLoop (of CycleTo)

class BegLoop

Defined in Cycle.sc.

BegLoop cycles from the last cel backward to the first cel in a loop and stops.

class diagram

Properties

Inherited from CycleTo:

Property Description
name  
client The object to which this is attached.
caller The object that is cue()’d when the cycle is complete.
cycleDir cdFORWARD or cdBACKWARD.
cycleCnt  
completed  
endCel  

Methods

init(theClient [theCaller])
Parameters:
  • theClient (heapPtr) – The Prop to which this is attached.
  • theCaller (heapPtr) – Optional object on which we call cue() when the cycle is finished.