[thelist] setInterval in class method

ben morrison morrison.ben at gmail.com
Wed May 25 07:59:15 CDT 2005


>     * start growing this part
>     */
>     private function startGrow():Void {
>         trace("start grow branch");
>         grow(); // this reaches the registerNode method fine
>         growTimer = setInterval(grow, 500); // this doesnt work
>     }

It would help thelist if you explained that this was a flash problem.

I havent used flash for a while but all I can suggest is that maybe
growTimer needs to be declared as a function..

ben


More information about the thelist mailing list