Difference between revisions of "Cycle.time"

From AGI Wiki
Jump to navigationJump to search
(Created page with "cycle.time   == <br />Syntax == <blockquote><code>cycle.time(oA,vB);</code></blockquote> == <br />Description == he delay (in interpreter cycles) between cel changes...")
(No difference)

Revision as of 17:04, 30 December 2013

cycle.time

 


Syntax

cycle.time(oA,vB);


Description

he delay (in interpreter cycles) between cel changes of object oA (when it is cycling) is set to vB. If vB is equal to 0, the cels do not change (even when the object is cycling). Note that an object’s cycle time is separate to it’s step.time.


Sources

AGI Studio Help File


See also