Re: [Flashcoders] Coding question...

2008-09-08 Thread sebastian
: DOH! I had a type-O. Thanks! "Error between seat and keyboard" LOL! Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Monday, September 08, 2008 11:16 AM To: Flash Coders List Subject: RE: [Flashcoders] Codin

RE: [Flashcoders] Coding question...

2008-09-08 Thread Lord, Susan, CTR, DSS
DOH! I had a type-O. Thanks! "Error between seat and keyboard" LOL! Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Monday, September 08, 2008 11:16 AM To: Flash Coders List Subject: RE: [Flashcoders] Codin

RE: [Flashcoders] Coding question...

2008-09-08 Thread Merrill, Jason
eas and technologies? Check out our internal Innovative Learning Blog & subscribe. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lord, Susan, CTR, DSS Sent: Monday, September 08, 2008 10:34 AM To: Flash Coders List Subject: [Flashcoders] Coding quest

RE: [Flashcoders] Coding question...

2008-09-08 Thread Lord, Susan, CTR, DSS
something simple wrong. Any direction you can provide is appreciated. Thanks! Susan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Monday, September 08, 2008 10:42 AM To: Flash Coders List Subject: RE: [Flashcoders] Coding question... >

RE: [Flashcoders] Coding question...

2008-09-08 Thread Merrill, Jason
>> I know there is a way to inactivate the listener, but cannot remember for the life of me how to do it. removeEventListener() on the button Jason Merrill Bank of America Enterprise Technology & Global Risk L&LD Instructional Technology & Media Join the Bank of America Flash Platform Develop

[Flashcoders] Coding question...

2008-09-08 Thread Lord, Susan, CTR, DSS
Hi there, I was wondering if there was an easy way to inactivate buttons. I activate a series of buttons in an array using the following: for (i = 0; i < aRadioButtons.length; i++) { trace(aRadioButtons[i].name); aRadioButtons[i].addEventListener(MouseEvent.CLICK, buttonClicked);