AS3 Custom DialogBox: How to send pushed Buttons label to Main.fla
问题 I made my own AS3-DialogBox-class. It has 2 Buttons ("Yes" and "No") Within the class there is a listener that starts a function when one of the Buttons was pushed. And within this listener-function I can get and trace the Buttons label ("Yes" or "No") by calling event.currentTarget.MyButtonTextfield.text. So my question is: How can I RETURN these pushed values ("Yes" or "No") from within the classes listener-function to the Main.fla ? Because within the MAIN.fla I want to put the call of the