views:

180

answers:

1

I am new to flex and as3 and I need to create a workaround for a button issue. I don't know how to have one button created by one class send a click event to another item created in a different class

Therefore, I'd like to place both of my buttons on top of one another, alpha one of them out and have both buttons receive the same click.

Is this possible? How?

A: 

One button's click handler can dispatch another button's click event. See this: http://livedocs.adobe.com/flex/3/html/createevents%5F3.html

Srirangan
And this .. http://livedocs.adobe.com/flex/3/html/help.html?content=events_07.html :)
Srirangan