Track (of Motion)

class Track

Defined in Track.sc.

This Motion class lets you have an Actor follow another at a given (x, y, z) offset.

class diagram

Properties

Inherited from Motion:

Property Description
client  
caller  
x  
y  
dx  
dy  
b-moveCnt  
b-i1  
b-i2  
b-di  
b-xAxis  
b-incr  
completed  
xLast  
yLast  
name  

Defined in Track:

Property Description
who  
xOffset  
yOffset  
zOffset  

Methods

init(theClient theWho theXOffset theYOffset theZOffset theCaller)
doit()