[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 Dani Bacon
, 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 attached MCs but all symbol instances that where already

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

2006-11-24 Thread Dani Bacon
) with the prototype of MyClass. MyClass.call(mc) ; // if you want launch the constructor of the class and initialize the movieclip You can create a function to lauch this hack ... it's more easy. eKA+ :) 2006/11/23, Dani Bacon [EMAIL PROTECTED]: hi marijan yeah thats exactly it, im using exactly

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

2006-11-25 Thread Dani Bacon
anyone ? i need to figure out how to run a classes constructor after it was dynamically linked to a MovieClip on stage ? On 11/24/06, Dani Bacon [EMAIL PROTECTED] wrote: hey eka. thx it seems to almost do the trick it changes the class prototype but errors when i try to initialize

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

2006-11-27 Thread Dani Bacon
can try to use too my vegas.util.factory.DisplayFactory class ... Try the examples in AS2/trunk/bin/test/util/... directory EKA+ :) 2006/11/24, Dani Bacon [EMAIL PROTECTED]: hey eka. thx it seems to almost do the trick it changes the class prototype but errors when i try to initialize

Re: [Flashcoders] 3d question

2007-02-14 Thread Dani Bacon
well there are http://www.flashsandy.org/ and http://www.osflash.org/papervision3d On 14/02/07, Gustavo Duenas [EMAIL PROTECTED] wrote: Hi Guys, does anyone knows the way to move a 2d object(vector based) in 3d, rotating axis x y and z, using action script course I don't know probably

Re: [Flashcoders] limits to AS2 levels of OOP class inheritance?

2007-02-15 Thread Dani Bacon
Hey Steven / Newsdee. Thx. Newsdee : i tried deleting cache [FlashDevelop] / ASOs [Flash IDE] before and it didn't help. I don't see how casting can solve the problem, it looks like the compiler itself is not acknowledging an inheritance connection, and i am not using any special drive config.

Re: [Flashcoders] limits to AS2 levels of OOP class inheritance?

2007-02-18 Thread Dani Bacon
hey Steven thanks for you help. well right now the problem happened only once more. This time it broke the inheritance connection between [Country] and [BoundedMarker]. I went through the same bizzar process of moving the [BoundedMarker] class out of its package .. compiling with MMC, then MTASC

Re: [Flashcoders] Skewing MovieClip??

2007-02-28 Thread Dani Bacon
well .. i was searching around for it a few days ago and found this http://www.senocular.com/flash/actionscript.php?file=ActionScript_1.0/Prototypes/MovieClip/skew.as didnt check it though danix On 2/27/07, Omar Fouad [EMAIL PROTECTED] wrote: i have a movieClip on my Stage and i need to skew

[Flashcoders] saving sound to MP3 ?

2007-05-29 Thread Dani Bacon
hi all, does anyone know ? using flash 9, given a sound sample loaded onto the stage, can i and if so, how do i save the sound onto a file (and specifically into a MP3 formatted file) ?? thanks ___ Flashcoders@chattyfig.figleaf.com To change your

Re: [Flashcoders] as3 + non english input charCode ?

2007-12-16 Thread Dani Bacon
Systems Incorporated -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Dani Bacon Sent: Wednesday, December 12, 2007 12:02 PM To: Flash Coders List Subject: Re: [Flashcoders] as3 + non english input charCode ? kerry hi, and thx i think i didnt explain