FollowFrame
double FollowFrame (object master, object slave, channel chan, double delay )
Return Value: 1.0 for success, 0.0 for failure
Arguments:
master |
controlling object |
slave | controlled object |
chan | channel to follow on |
delay | time delay |
Causes slave to follow master on chan, the slave will be delayed by delay frames.
Note: This function works on time unlike Follow( ) that works on distance. That means that slave will not move until delay frames after the master starts moving.
Converted from CHM to HTML with chm2web Pro 2.82 (unicode) |