> public static function main():Void {
> var myTest:IntervalTest = new IntervalTest(_root);
> }

By storing the IntervalTest into a local variable, you'll loose reference to
it when main() exit. In Flash Player 6 & 7 that will also stop the interval.
Not in Flash 8, and that's a good thing.
If you want it to execute all the time store your object into a static
field.

Nicolas


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to