Have a button at root that when clicked, runs the code bellow:
function buttomClicked(e:MouseEvent):void {
//run Action>>
}
How can I call the same function from another button, considering that button inside another MC?
Thanks
Have a button at root that when clicked, runs the code bellow:
function buttomClicked(e:MouseEvent):void {
//run Action>>
}
How can I call the same function from another button, considering that button inside another MC?
Thanks
:: Copyright KIRUPA 2024 //--