Forward (of Cycle)

class Forward

Defined in Cycle.sc.

Forward is a cycler that cycles through cels forward.

Example usage:

(bird setCycle: Forward)

See also: Reverse.

Subclasses: ForwardCounter, StopWalk, Walk.

class diagram

Properties

Inherited from Cycle:

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  

Methods

doit()
cycleDone()