Skip to content

Instantly share code, notes, and snippets.

@deplorableword
Created June 3, 2009 10:51
Show Gist options
  • Save deplorableword/122927 to your computer and use it in GitHub Desktop.
Save deplorableword/122927 to your computer and use it in GitHub Desktop.
var snd:MySound1= new MySound1();
soundbutton_MC.addEventListener (MouseEvent.CLICK, soundbutton_Handler);
function soundbutton_Handler (e:MouseEvent):void {
snd.play();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment