Combined Code
frame 1 {
s1 = new Sound();
s1.attachSound('swallow');
}
frame 1 {
s2 = new Sound();
s2.attachSound('extreme');
}
frame 1 {
stop();
}
button 7 {
on (release) {
s2.start();
}
}
button 8 {
on (press) {
gotoAndPlay(2);
}
}
button 9 {
on (press) {
gotoAndPlay(2);
}
}
button 10 {
on (press) {
gotoAndPlay(2);
}
}
button 12 {
on (release) {
getURL('http://www.furaffinity.net/user/revadiehard/', '');
}
}
frame 26 {
stop();
}
button 62 {
on (press) {
gotoAndPlay(28);
}
}
button 63 {
on (press) {
gotoAndPlay(28);
}
}
frame 29 {
s1.start();
}
frame 51 {
stop();
}
button 114 {
on (press) {
gotoAndPlay(1);
}
}