Combined Code
frame 1 {
stop();
var cumCount;
var sceneCount;
var renaMale;
cumCount = 0;
sceneCount = 0;
renaMale = false;
}
movieClip 2 {
}
movieClip 5 {
}
instance of movieClip 5 {
onClipEvent (load) {
_root.stop();
}
onClipEvent (enterFrame) {
if (Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) == 100) {
_root.gotoAndPlay(2);
}
}
}
frame 2 {
stop();
}
movieClip 7 {
}
movieClip 9 {
}
movieClip 11 {
}
movieClip 13 {
}
movieClip 15 {
}
movieClip 17 {
}
movieClip 19 {
}
movieClip 21 {
}
movieClip 23 {
}
movieClip 25 {
}
movieClip 27 {
}
movieClip 30 {
}
movieClip 32 {
}
movieClip 33 {
frame 1 {
if (_root.cumCount == 2) {
this.gotoAndStop(2);
} else {
stop();
}
}
}
movieClip 35 {
}
movieClip 37 {
}
movieClip 39 {
}
movieClip 41 {
}
movieClip 42 {
}
movieClip 44 {
}
movieClip 46 {
}
movieClip 49 {
}
movieClip 50 {
frame 1 {
if (_root.cumCount == 2) {
this.gotoAndStop(30);
} else {
if (_root.cumCount == 1) {
this.gotoAndPlay(3);
}
}
}
frame 2 {
gotoAndPlay(1);
}
frame 30 {
stop();
}
}
movieClip 53 {
}
movieClip 55 {
frame 1 {
if (_root.cumCount == 2) {
this.gotoAndStop(30);
} else {
if (_root.cumCount == 1) {
this.gotoAndPlay(3);
}
}
}
frame 2 {
gotoAndPlay(1);
}
frame 30 {
stop();
}
}
movieClip 57 {
}
movieClip 59 {
}
movieClip 61 {
}
movieClip 63 {
}
movieClip 64 {
frame 100 {
this._parent.gotoAndStop(_root.sceneCount);
}
}
movieClip 66 {
}
button 67 {
on (press) {
_root.sceneCount = 2;
_root.renaMale = 0;
this.ButtonRena.enabled = false;
this.ButtonRena._alpha = 0;
this.ButtonLop.enabled = false;
this.ButtonLop._alpha = 0;
}
}
button 68 {
on (press) {
_root.sceneCount = 3;
_root.renaMale = 1;
this.ButtonRena.enabled = false;
this.ButtonRena._alpha = 0;
this.ButtonLop.enabled = false;
this.ButtonLop._alpha = 0;
}
}
movieClip 70 {
}
movieClip 72 {
}
movieClip 73 {
frame 120 {
_root.gotoAndStop(3);
}
}
movieClip 74 {
frame 120 {
_root.gotoAndStop(4);
}
}
movieClip 75 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 77 {
}
// unknown tag 88 length 72
movieClip 81 {
}
button 82 {
on (press) {
if (_quality == 'HIGH') {
_quality = 'MEDIUM';
} else {
if (_quality == 'MEDIUM') {
_quality = 'LOW';
} else {
if (_quality == 'LOW') {
_quality = 'HIGH';
}
}
}
}
}
movieClip 84 {
}
button 85 {
on (release) {
getURL('http://www.furaffinity.net/user/nyaongssi/', '_blank', 'GET');
}
}
frame 3 {
stop();
}
movieClip 87 {
}
movieClip 89 {
}
movieClip 91 {
}
movieClip 93 {
}
movieClip 96 {
}
movieClip 97 {
}
movieClip 99 {
}
movieClip 101 {
}
movieClip 103 {
}
movieClip 107 {
frame 1 {
if (_root.cumCount == 2) {
this.gotoAndStop(30);
} else {
if (_root.cumCount == 1) {
this.gotoAndPlay(3);
}
}
}
frame 2 {
this.gotoAndPlay(1);
}
frame 30 {
stop();
}
}
movieClip 110 {
frame 1 {
if (_root.cumCount == 2) {
this.gotoAndStop(30);
} else {
if (_root.cumCount == 1) {
this.gotoAndPlay(3);
}
}
}
frame 2 {
gotoAndPlay(1);
}
frame 30 {
stop();
}
}
movieClip 112 {
}
movieClip 113 {
frame 90 {
this._parent.gotoAndStop(_root.sceneCount);
}
}
movieClip 115 {
}
button 116 {
on (press) {
_root.sceneCount += 1;
this.nextButton._alpha = 0;
this.nextButton.enabled = false;
this.prevButton._alpha = 0;
this.prevButton.enabled = false;
}
}
movieClip 119 {
}
button 120 {
on (press) {
_root.sceneCount = 1;
this._parent.gotoAndPlay(2);
}
}
movieClip 121 {
frame 64 {
_root.sceneCount += 1;
this._parent.gotoAndPlay(3);
}
}
movieClip 123 {
}
movieClip 124 {
frame 55 {
this._parent.gotoAndStop(_root.sceneCount);
}
}
button 125 {
on (press) {
_root.sceneCount = 1;
this.gotoAndPlay(_root.sceneCount);
}
}
movieClip 126 {
frame 26 {
this._parent.gotoAndStop(_root.sceneCount);
}
}
button 127 {
on (press) {
_root.sceneCount = 3;
this.gotoAndStop(_root.sceneCount);
}
}
movieClip 128 {
frame 85 {
if (this._root.cumCount < 2) {
this._root.cumCount += 1;
}
this._parent.gotoAndStop(_root.sceneCount);
}
}
button 129 {
on (press) {
if (_root.cumCount == 1) {
_root.cumCount == 2;
}
_root.sceneCount = 4;
this.gotoAndStop(_root.sceneCount);
}
}
movieClip 130 {
frame 1 {
this.nextButton.enabled = true;
this.nextButton._alpha = 100;
this.prevButton._alpha = 100;
this.prevButton.enabled = true;
_root.sceneCount = 1;
stop();
}
frame 2 {
stop();
}
frame 3 {
this.nextButton.enabled = true;
this.nextButton._alpha = 100;
this.prevButton._alpha = 100;
this.prevButton.enabled = true;
stop();
}
frame 4 {
this.nextButton.enabled = true;
this.nextButton._alpha = 100;
this.prevButton._alpha = 100;
this.prevButton.enabled = true;
stop();
}
frame 5 {
stop();
}
}
frame 4 {
stop();
}
movieClip 132 {
}
movieClip 134 {
}
movieClip 136 {
}
movieClip 138 {
}
movieClip 140 {
}
movieClip 142 {
}
movieClip 144 {
}
movieClip 146 {
}
movieClip 149 {
}
movieClip 151 {
frame 1 {
if (_root.cumCount == 2) {
this.gotoAndStop(30);
} else {
if (_root.cumCount == 1) {
this.gotoAndPlay(3);
}
}
}
frame 2 {
gotoAndPlay(1);
}
frame 30 {
stop();
}
}
movieClip 153 {
}
movieClip 154 {
frame 64 {
this._parent.gotoAndStop(_root.sceneCount);
}
}
movieClip 155 {
frame 59 {
this._parent.gotoAndStop(_root.sceneCount);
}
}
button 156 {
on (press) {
_root.sceneCount -= 1;
this.gotoAndPlay(_root.sceneCount);
}
}
movieClip 157 {
frame 24 {
this._parent.gotoAndStop(_root.sceneCount);
}
}
movieClip 158 {
frame 95 {
if (this._root.cumCount < 2) {
this._root.cumCount += 1;
}
this._parent.gotoAndStop(_root.sceneCount);
}
}
button 159 {
on (press) {
if (_root.cumCount == 1) {
_root.cumCount = 2;
}
_root.sceneCount = 3;
this.gotoAndStop(_root.sceneCount);
}
}
movieClip 160 {
frame 1 {
this.nextButton.enabled = true;
this.nextButton._alpha = 100;
this.prevButton._alpha = 100;
this.prevButton.enabled = true;
_root.sceneCount = 1;
stop();
}
frame 2 {
this.nextButton.enabled = true;
this.nextButton._alpha = 100;
this.prevButton._alpha = 100;
this.prevButton.enabled = true;
_root.sceneCount = 2;
stop();
}
frame 3 {
this.nextButton.enabled = true;
this.nextButton._alpha = 100;
this.prevButton._alpha = 100;
this.prevButton.enabled = true;
_root.sceneCount = 3;
stop();
}
frame 4 {
this.nextButton.enabled = true;
this.nextButton._alpha = 100;
this.prevButton._alpha = 100;
this.prevButton.enabled = true;
_root.sceneCount = 4;
stop();
}
}