Combined Code
// unknown tag 88 length 423
button 7 {
on (press) {
getURL('https://www.furaffinity.net/user/candymint/', '');
}
}
button 11 {
on (press) {
getURL('http://www.furaffinity.net/user/ryai/', '');
}
}
movieClip 17 {
}
frame 2 {
stop();
}
movieClip 20 {
}
// unknown tag 88 length 105
button 27 {
on (press) {
gotoAndStop(2);
}
}
button 30 {
on (press) {
gotoAndStop(3);
}
}
button 33 {
on (press) {
gotoAndStop(4);
}
}
button 36 {
on (press) {
gotoAndStop(5);
}
}
button 38 {
on (press) {
if (this._currentframe == 2) {
gotoAndStop(6);
} else {
if (this._currentframe == 3) {
gotoAndStop(7);
} else {
if (this._currentframe == 4) {
gotoAndStop(8);
} else {
if (this._currentframe == 5) {
gotoAndStop(9);
}
}
}
}
}
}
movieClip 41 {
}
movieClip 44 {
}
movieClip 47 {
}
button 52 {
on (press) {
gotoAndStop(6);
}
}
button 53 {
on (press) {
gotoAndStop(7);
}
}
button 54 {
on (press) {
gotoAndStop(8);
}
}
button 55 {
on (press) {
gotoAndStop(9);
}
}
button 56 {
on (press) {
if (this._currentframe == 6) {
gotoAndStop(2);
}
if (this._currentframe == 7) {
gotoAndStop(3);
}
if (this._currentframe == 8) {
gotoAndStop(4);
}
if (this._currentframe == 9) {
gotoAndStop(5);
}
}
}