Here's my guess: The classpath in your work fla is incorrect or the linkage is not actually pointing to the original PilotBase. Sounds like you copied the symbol, instantiated it, but Flash is using it's self-created constructor for a symbol in the library. I would go into the linkage properties for the symbol and verify that the path to the class is correct (with the little green check). Otherwise, you're just getting the "automatically generated in the SWF upon file export" version, which still extends movie clip (thus otherwise behaves normally), but lacks your new properties.
-jonathan On Thu, May 8, 2008 at 11:43 PM, Chris <[EMAIL PROTECTED]> wrote: > I have a movie clip symbol 'Pilot', extending a class 'PilotBase'. The > movie > clip has three clips inside, gX, gY, gZ. I have a class that extends > MovieClip. I copy the symbol from the demo fla to the work fla and flash > complains: > > 1120: Access of undefined property gX.� > ... > ... > > The clip instance exists. If I copy the symbol into another empty fla, it > works fine. I cannot understand why it bombs out in the fla that I need to > copy it to. Any ideas? > Thanks > C > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > -- -jonathan howe :: 404.434.2321 :: 180 High St Apt 26 Portland, ME 04101
_______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

