[Flashcoders] making a set of dynamically loaded buttons to listen to each other

2009-02-21 Thread Michael Iv
I need a help ! I a working on application where i have a set of 10 buttons. I want that when one of them is clicked the others disappear or do anything else that is assigned to them. I cant figure out how to make each button to listen to event of the others in a simple way

Re: [Flashcoders] Capture sound from computer speakers?

2009-02-21 Thread Helmut Granda
Thanks for the feedback and I was afraid there is no way to get a hold of the output by default. This idea is for an application that would be deployed on the web so asking each one of the users to make such modifications to the system is out of the question :) Thanks again, Helmut On Feb

Re: [Flashcoders] making a set of dynamically loaded buttons to listen to each other

2009-02-21 Thread Helmut Granda
set the same handler to all of them and then inside the handler run a for loop to call the event for each of the buttons (or do whatever you want) excluding the one that made the call to the handler. On Feb 21, 2009, at 9:06 AM, Michael Iv wrote: I need a help ! I a working on application

Re: [Flashcoders] making a set of dynamically loaded buttons to listento each other

2009-02-21 Thread Paul Andrews
- Original Message - From: Michael Iv explomas...@gmail.com To: flashcoders@chattyfig.figleaf.com Sent: Saturday, February 21, 2009 3:06 PM Subject: [Flashcoders] making a set of dynamically loaded buttons to listento each other I need a help ! I a working on application where i

RE: [Flashcoders] making a set of dynamically loaded buttons to listen to each other

2009-02-21 Thread Cor
Michael, I have made an example wich is used as tutorial on www.focusonflash.com Look under Project Tutorials -- dynamic navigation system. -Original Message- From: flashcoders-boun...@chattyfig.figleaf.com [mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Michael Iv Sent: