HELP! Flash Button Sounds
HELP! Flash Button Sounds
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- unfittoprint0
mySound = new Sound(this);
mySound.attachSound("bleep");
myButton.onPress = function(){
mySound.start();
}
mySound = new Sound(this);
mySound.attachSound("bleep");
myButton.onPress = function(){
mySound.start();
}