toddling through AS3. I was wandering if someone could give me any pointers on how to make it so when a button is clicked, it prompts a balloon to appear so you can 'quit out' of flash. This is from fullscreen mode - post development.
I'm new to AS3 so any tips would be appreciated.
quitout_btn.addEventListener(MouseEvent.CLICK, quitout);
function quitout(event:MouseEvent):void
{
something happens here.....
}
Thanks for your help.