Re: [Flashcoders] Selective display with XMLConnector, DataSet and DataGrid

2007-02-19 Thread Andrew J Kirkham
Thanks "Muzak", that's most useful. Andy - Original Message - From: "Muzak" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Sunday, February 18, 2007 7:08 PM Subject: Re: [Flashcoders] Selective display with XMLConnector,DataSet and DataGrid There's a few ways you can do

Re: [Flashcoders] Transforming a MovieClip instance to monochrome

2007-01-24 Thread Andrew J Kirkham
That looks like it! Thanks Andy - Original Message - From: "Rákos Attila" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Wednesday, January 24, 2007 11:50 AM Subject: Re: [Flashcoders] Transforming a MovieClip instance to monochrome ColorMatrixFilter is your friend :)

Re: [Flashcoders] Saving out XML direct from Flash?

2007-01-22 Thread Andrew J Kirkham
I managed something like this by embedding my Flash movie in a Director movie, which managed the saving of the XML. I'm afraid I no longer have access to the files, but I seem to remember it didn't take me very long to implement. Andy - Original Message - From: "Henry Cooke" <[EMAIL

Re: [Flashcoders] Override _xscale and _yscale setter in AS2

2007-01-19 Thread Andrew J Kirkham
I've only skimmed the messages and I don't have any practical experience with this issue ( so possibly I am talking rubbish) but I don't think anyone so far has mentioned super. I wonder if this approach is of any use. public function set _yscale( value:Number ):Void { super._ysca

[Flashcoders] The Align panel

2006-09-11 Thread Andrew J Kirkham
When aligning a group of objects using the Align panel, is there a way of keeping one of the objects static and having all the others align with it? Andy Kirkham ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the arc

[Flashcoders] Arguments always undefined in debugger

2006-07-18 Thread Andrew J Kirkham
I am using Flash 8 Professional on Windows MX. It seems that in the Locals tab of the debugger, the arguments variable always displays "undefined" in its value field. Is this an intrinsic and unavoidable defect of the debugger, or is there something I can do about it? Andy Kirkham

[Flashcoders] Re: Flash MX 2004 Developer Exam - Actionscript versions

2006-06-28 Thread Andrew J Kirkham
bject.registerClass in AS2, I probably couldn't cope. :-) HTH, Ian On 6/28/06, Andrew J Kirkham <[EMAIL PROTECTED]> wrote: I note that the sample questions provided by Macromedia for the MX 2004 Developer exam (http://www.adobe.com/support/training/certified_professional_program

[Flashcoders] MX 2004 Developer Exam Actionscript versions

2006-06-28 Thread Andrew J Kirkham
I note that the sample questions provided by Macromedia for the MX 2004 Developer exam (http://www.adobe.com/support/training/certified_professional_program/flmx2004_developer.html) includes a question about Object.registerClass. Since I changed over to AS2 I haven't found any need to use Obje

[Flashcoders] Flash MX 2004 Developer Exam - Actionscript versions

2006-06-28 Thread Andrew J Kirkham
I note that the sample questions provided by Macromedia for the MX 2004 Developer exam (http://www.adobe.com/support/training/certified_professional_program/flmx2004_developer.html) includes a question about Object.registerClass. Since I changed over to AS2 I haven't found any need to use Obje