Re: [Flashcoders] linked class must extends MovieClip ???

2008-10-14 Thread laurent
jonathan howe a écrit : Hi, Laurent, Supposing you have a class mySubclass myBase should extend MovieClip and created before you set linkage for mySubclass In Linkage Properties for mySubclass: Class = full.package.path.to.mySubclass Base class = full.package.path.to.myBase Ha yes this Base

Re: [Flashcoders] linked class must extends MovieClip ???

2008-10-13 Thread jonathan howe
Hi, Laurent, Supposing you have a class mySubclass myBase should extend MovieClip and created before you set linkage for mySubclass In Linkage Properties for mySubclass: Class = full.package.path.to.mySubclass Base class = full.package.path.to.myBase Of course, myBase can also be a library

[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