Re: [Flashcoders] Optimizing complex motion and effects

2008-10-12 Thread sebastian
aha, cool, thanks for the correction and clarification! appreciated. :) Ian Thomas wrote: On Fri, Oct 10, 2008 at 6:15 PM, sebastian [EMAIL PROTECTED] wrote: hi Pedro, bitmapcaching would make it MORE processor intense, not less. Sebastian, As far as I'm aware, that's only true if the

[Flashcoders] linked class must extends MovieClip ???

2008-10-12 Thread laurent
Hi, What about having a 'Base' class extending MovieClip then myBase extending Base and link myBase to an asset from library. ... 5000: The class 'myBase' must subclass 'flash.display.MovieClip' since it is linked to a library symbol of that type. This is the error returned. How to have