Combined Code
frame 1 {
stop();
soundcloud.onRelease = function () {
getURL('https://soundcloud.com/user-223839366', '_blank');
};
newgrounds.onRelease = function () {
getURL('http://suitedfox.newgrounds.com/', '_blank');
};
patreon.onRelease = function () {
getURL('https://www.patreon.com/suitedfox', '_blank');
};
}
frame 1 {
var loop = 0;
}
// unknown tag 88 length 67
button 35 {
on (press) {
gotoAndPlay(2);
}
}
button 41 {
on (release) {
var loop = 1;
}
}
frame 23 {
if (loop == 1) {
gotoAndPlay(29);
}
}
frame 28 {
gotoAndPlay(2);
}
frame 140 {
stop();
soundcloud.onRelease = function () {
getURL('https://soundcloud.com/user-223839366', '_blank');
};
newgrounds.onRelease = function () {
getURL('http://suitedfox.newgrounds.com/', '_blank');
};
patreon.onRelease = function () {
getURL('https://www.patreon.com/suitedfox', '_blank');
};
}
button 171 {
on (release) {
var loop = 0;
gotoAndPlay(2);
}
}