Name
Busybar.Move -- draw next animation frame
Synopsis
moai.DoMethod(id, "Move")
Function
You have to call this method repeatedly in order to animate the widget. A good idea is to install a Hollywood interval timer using
SetInterval()
and then call this method from the timer about 10 times per second or so.
Inputs
id
id of the busybar object
Show TOC