EndLoop (of CycleTo
)¶
-
class
EndLoop
¶ Defined in Cycle.sc.
End cycles from the first cel to the last cel in a loop and stops.
Example usage:
; Tell the door to cycle to its last cel and notify us when done. (aDoor setCycle: EndLoop self)