On 2008-03-24, at 20:11 EDT, Henry Minsky wrote:
The "start" method on the animator class will be removed in the next release. Please update your code to use the doStart() method instead.
Or just use the start attribute. Usually it is sufficient to say: <animator ... start="...">You can constrain the start attribute, or set it using `...setAttribute('start', true)` to control the animator.
