Combined Code
// unknown tag 88 length 76
frame 189 {
stop();
}
button 11 {
on (press) {
var sfx = new Sound();
if (!this.hasPressed) {
sfx.attachSound('decision');
this.hasPressed = true;
} else {
sfx.attachSound('cursor');
}
sfx.start();
}
on (release) {
play();
}
}
frame 202 {
stop();
}
// unknown tag 88 length 288
frame 212 {
stop();
}
button 18 {
on (press) {
var sfx = new Sound();
if (!this.hasPressed) {
sfx.attachSound('decision');
this.hasPressed = true;
} else {
sfx.attachSound('cursor');
}
sfx.start();
}
on (release) {
play();
}
}
frame 216 {
stop();
}
frame 224 {
stop();
}
frame 228 {
stop();
}
frame 234 {
stop();
}
frame 238 {
stop();
}
frame 244 {
stop();
}
frame 250 {
stop();
}
frame 259 {
stop();
}
frame 266 {
stop();
}
frame 267 {
stop();
}
frame 283 {
stop();
}
button 45 {
on (release) {
play();
}
}