[Flashcoders] changing a MovieClip instance class at runtime in AS2 ?

2006-11-22 Thread Dani Bacon
anyone know if i can change the class registration of a MovieClip instance that was placed on stage manually using AS2 code ? ive tried using Object.registerClass which works fine for any dynamically attached MCs but all symbol instances that where already on stage did register with the new

Re: [Flashcoders] changing a MovieClip instance class at runtime in AS2 ?

2006-11-22 Thread T. Michael Keesey
Just curious--why do you want to do this? On 11/22/06, Dani Bacon [EMAIL PROTECTED] wrote: anyone know if i can change the class registration of a MovieClip instance that was placed on stage manually using AS2 code ? ive tried using Object.registerClass which works fine for any dynamically

Re: [Flashcoders] changing a MovieClip instance class at runtime in AS2 ?

2006-11-22 Thread Dani Bacon
hey TMK. thank you for your interest :) i started working with FlashDevelop + mtasc and would like to compile my projects solely via FlashDevelop. this way i would have the design team i work with set up the symbols and stage with all the visual assets needed, and set up linkageIDs to them. then