Hello All, I am using Robert Penners updated AS 2.0 ClassFile, which is being brought in via an "import" statement, into my own Extended MovieClip ClassFile. I have a list of Icons that are dynamically being brought in (through a SQL Remoting Call), and each Icon has it's own Shape and Size. Since Flash STILL DOES NOT have it's own Dynamic Registration that developers have been begging for, I had to use a 3rd party solution. These Icons must scale from the Center Out, so a solution like this is absolutely required. If I try to access the new properties (some of those being _x2 and _y2) from within my ClassFile, they are unknown to the Class. If I try to access the properties from OUTSIDE of the Class, I am able to do so. Is there anything I need to do, in order to access these newly created Properties and Methods from within the ClassFile that imported the Dynamic Registration ClassFile?? Thanks in advance for any information you can offer, Mike _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

