RiTa
index
Name RiTa.setCallbackTimer()
Class RiTa
Description
Syntax
RiTa.setCallbackTimer(pApplet, duration);
RiTa.setCallbackTimer(pApplet, duration, repeat);
RiTa.setCallbackTimer(pApplet, startOffset, duration);
RiTa.setCallbackTimer(pApplet, startOffset, duration, repeat);
RiTa.setCallbackTimer(pApplet, timerName, duration);
RiTa.setCallbackTimer(pApplet, timerName, duration, repeat);
RiTa.setCallbackTimer(pApplet, timerName, startOffset, duration);
RiTa.setCallbackTimer(pApplet, timerName, startOffset, duration, repeat);
Parameters
pApplet   The parent applet to call back to
timerName   The name associated with this timer (optional)
startOffset   Time before the timer starts (in seconds)
duration   The timer's period (in seconds)
repeat   Whether the timer fires just once, or repeats indefinitely (default=true)
Returns rita.RiTextBehavior
Usage Web & Application    [static]
Related