[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Combined Code (13.54 KiB) ● ●
frame 1 {
stop();
stopAllSounds();
_root.setup = false;
}
movieClip 8 {
}
movieClip 9 {
}
movieClip 10 {
}
movieClip 12 {
}
movieClip 14 {
}
movieClip 16 {
}
movieClip 19 {
}
movieClip 23 {
}
movieClip 25 {
}
movieClip 27 {
}
movieClip 29 {
}
movieClip 31 {
}
movieClip 34 {
}
movieClip 36 {
}
movieClip 38 {
}
movieClip 40 {
}
movieClip 42 {
}
movieClip 44 {
}
movieClip 46 {
}
movieClip 48 {
}
movieClip 50 {
}
movieClip 53 {
}
movieClip 56 {
}
movieClip 57 {
}
movieClip 59 {
}
movieClip 61 {
}
movieClip 63 {
}
movieClip 65 {
}
movieClip 68 {
}
movieClip 73 {
}
movieClip 75 {
}
// unknown tag 88 length 81
// unknown tag 88 length 94
movieClip 88 {
frame 1 {
if (this.over == true) {
gotoAndStop('show');
} else {
gotoAndStop('hide');
}
}
frame 4 {
if (this.over == false) {
gotoAndPlay(23);
}
}
frame 6 {
if (this.over == false) {
gotoAndPlay(20);
}
}
frame 9 {
if (this.over == false) {
gotoAndPlay(17);
}
}
frame 14 {
if (this.over == false) {
gotoAndPlay('go');
} else {
stop();
}
}
frame 17 {
if (this.over == true) {
gotoAndPlay(9);
}
}
frame 20 {
if (this.over == true) {
gotoAndPlay(6);
}
}
frame 23 {
if (this.over == true) {
gotoAndPlay(4);
}
}
frame 28 {
if (this.over == true) {
gotoAndPlay('come');
} else {
stop();
}
}
}
button 94 {
on (release) {
getURL('http://www.patreon.com/corta', '_blank');
}
on (rollOver) {
this.words.over = true;
if (this.words._currentframe == 28) {
this.words.gotoAndPlay('come');
}
}
on (rollOut) {
this.words.over = false;
if (this.words._currentframe == 14) {
this.words.gotoAndPlay('go');
}
}
on (releaseOutside) {
this.words.over = false;
if (this.words._currentframe == 14) {
this.words.gotoAndPlay('go');
}
}
}
movieClip 96 {
frame 1 {
stop();
}
}
button 100 {
on (release) {
if (_root.trans._currentframe == 2) {
_root.trans.gotoAndPlay('go');
}
}
}
movieClip 103 {
frame 1 {
gotoAndStop('hide');
}
frame 12 {
_root.gotoAndStop('idle');
}
frame 20 {
gotoAndStop('hide');
}
}
frame 2 {
if (_root.setup != true) {
_root.going = false;
_root.train = false;
_root.scene = 'oral';
_root.pickLips = true;
_root.pickHand = false;
_root.hud.btnStyleLips.gotoAndStop('on');
_root.hud.btnStyleHand.gotoAndStop('off');
_root.himSkin = 1;
_root.alt = 0;
_root.altSet = 'mixed';
_root.hud.btnSpeedR.gotoAndStop('on');
_root.hud.btnSpeed1.gotoAndStop('off');
_root.hud.btnSpeed0.gotoAndStop('off');
_root.hud.btnVignette.gotoAndStop('on');
_root.hud.btnLighting.gotoAndStop('on');
_root.hud.btnShadows.gotoAndStop('on');
_root.setup = true;
}
}
movieClip 106 {
}
movieClip 110 {
frame 1 {
gotoAndPlay('skin' + _root.himSkin);
}
frame 10 {
gotoAndPlay(1);
}
frame 20 {
gotoAndPlay(1);
}
frame 30 {
gotoAndPlay(1);
}
}
movieClip 111 {
}
movieClip 114 {
}
movieClip 119 {
frame 1 {
gotoAndPlay('skin' + _root.himSkin);
}
frame 10 {
gotoAndPlay(1);
}
frame 20 {
gotoAndPlay(1);
}
frame 30 {
gotoAndPlay(1);
}
}
movieClip 120 {
}
movieClip 121 {
}
movieClip 123 {
}
movieClip 126 {
}
movieClip 128 {
}
movieClip 133 {
frame 1 {
gotoAndPlay('skin' + _root.himSkin);
}
frame 10 {
gotoAndPlay(1);
}
frame 20 {
gotoAndPlay(1);
}
frame 30 {
gotoAndPlay(1);
}
}
movieClip 135 {
frame 1 {
_root.gotoAndStop('idle');
_root.stroke = 0;
if (_root.going == false && _root.train == false) {
gotoAndPlay('idle');
_parent.Him.gotoAndPlay('idle');
_parent.Chest.gotoAndPlay('idle');
_root.hud.btnGo._visible = true;
_root.hud.btnHold._visible = false;
_root.hud.btnLoop._visible = false;
} else {
_root.gotoAndPlay('intro');
if (_root.pickLips == true && _root.pickHand == true) {
_root.alt = Math.round(Math.random(1));
if (_root.alt == 1) {
_root.scene = 'hand';
} else {
_root.scene = 'oral';
}
} else {
if (_root.pickHand == true) {
_root.scene = 'hand';
} else {
_root.scene = 'oral';
}
}
gotoAndPlay(_root.scene);
_parent.Him.gotoAndPlay(_root.scene);
_parent.Chest.gotoAndPlay(_root.scene);
_root.hud.btnGo._visible = false;
_root.hud.btnHold._visible = false;
_root.hud.btnLoop._visible = true;
_root.going = false;
}
}
frame 32 {
gotoAndPlay(1);
}
frame 152 {
stop();
}
frame 272 {
stop();
}
frame 392 {
stop();
}
}
movieClip 139 {
frame 1 {
gotoAndPlay('skin' + _root.himSkin);
}
frame 10 {
gotoAndPlay(1);
}
frame 20 {
gotoAndPlay(1);
}
frame 30 {
gotoAndPlay(1);
}
}
movieClip 143 {
frame 1 {
gotoAndPlay('skin' + _root.himSkin);
}
frame 10 {
gotoAndPlay(1);
}
frame 20 {
gotoAndPlay(1);
}
frame 30 {
gotoAndPlay(1);
}
}
movieClip 144 {
}
movieClip 149 {
}
movieClip 152 {
}
movieClip 155 {
}
button 157 {
on (release) {
_root.himSkin = 1;
}
}
button 159 {
on (release) {
_root.himSkin = 2;
}
}
button 161 {
on (release) {
_root.himSkin = 3;
}
}
movieClip 171 {
}
movieClip 173 {
}
movieClip 175 {
}
movieClip 177 {
}
movieClip 179 {
}
movieClip 182 {
}
movieClip 188 {
}
button 189 {
on (release) {
_root.going = true;
this.btnGo._visible = false;
this.btnHold._visible = true;
_parent.btnLoop._visible = true;
}
}
movieClip 190 {
instance btnLighting of movieClip 149 {
onClipEvent (release, rollOver, dragOver) {
if (_root.Lighting._visible == true) {
this.gotoAndStop('onOver');
} else {
this.gotoAndStop('offOver');
}
}
onClipEvent (rollOut, dragOut) {
if (_root.Lighting._visible == true) {
this.gotoAndStop('on');
} else {
this.gotoAndStop('off');
}
}
onClipEvent (press) {
if (_root.Lighting._visible == true) {
this.gotoAndStop('onDown');
_root.Lighting._visible = false;
} else {
this.gotoAndStop('offDown');
_root.Lighting._visible = true;
}
}
}
instance btnVignette of movieClip 152 {
onClipEvent (release, rollOver, dragOver) {
if (_root.Vignette._visible == true) {
this.gotoAndStop('onOver');
} else {
this.gotoAndStop('offOver');
}
}
onClipEvent (rollOut, dragOut) {
if (_root.Vignette._visible == true) {
this.gotoAndStop('on');
} else {
this.gotoAndStop('off');
}
}
onClipEvent (press) {
if (_root.Vignette._visible == true) {
this.gotoAndStop('onDown');
_root.Vignette._visible = false;
} else {
this.gotoAndStop('offDown');
_root.Vignette._visible = true;
}
}
}
instance btnShadows of movieClip 155 {
onClipEvent (release, rollOver, dragOver) {
if (_root.Shadows._visible == true) {
this.gotoAndStop('onOver');
} else {
this.gotoAndStop('offOver');
}
}
onClipEvent (rollOut, dragOut) {
if (_root.Shadows._visible == true) {
this.gotoAndStop('on');
} else {
this.gotoAndStop('off');
}
}
onClipEvent (press) {
if (_root.Shadows._visible == true) {
this.gotoAndStop('onDown');
_root.Shadows._visible = false;
} else {
this.gotoAndStop('offDown');
_root.Shadows._visible = true;
}
}
}
instance btnSpeedR of movieClip 171 {
onClipEvent (release, rollOver, dragOver) {
if (_root.altSet == 'mixed') {
this.gotoAndStop('onOver');
} else {
this.gotoAndStop('offOver');
}
}
onClipEvent (rollOut, dragOut) {
if (_root.altSet == 'mixed') {
this.gotoAndStop('on');
} else {
this.gotoAndStop('off');
}
}
onClipEvent (press) {
_root.altSet = 'mixed';
_parent.btnSpeedR.gotoAndStop('off');
_parent.btnSpeed1.gotoAndStop('off');
_parent.btnSpeed0.gotoAndStop('off');
if (_root.altSet == 'mixed') {
this.gotoAndStop('onDown');
} else {
this.gotoAndStop('offDown');
}
}
}
instance btnSpeed0 of movieClip 173 {
onClipEvent (release, rollOver, dragOver) {
if (_root.altSet == 'force0') {
this.gotoAndStop('onOver');
} else {
this.gotoAndStop('offOver');
}
}
onClipEvent (rollOut, dragOut) {
if (_root.altSet == 'force0') {
this.gotoAndStop('on');
} else {
this.gotoAndStop('off');
}
}
onClipEvent (press) {
_root.altSet = 'force0';
_parent.btnSpeedR.gotoAndStop('off');
_parent.btnSpeed1.gotoAndStop('off');
_parent.btnSpeed0.gotoAndStop('off');
if (_root.altSet == 'force0') {
this.gotoAndStop('onDown');
} else {
this.gotoAndStop('offDown');
}
}
}
instance btnSpeed1 of movieClip 175 {
onClipEvent (release, rollOver, dragOver) {
if (_root.altSet == 'force1') {
this.gotoAndStop('onOver');
} else {
this.gotoAndStop('offOver');
}
}
onClipEvent (rollOut, dragOut) {
if (_root.altSet == 'force1') {
this.gotoAndStop('on');
} else {
this.gotoAndStop('off');
}
}
onClipEvent (press) {
_root.altSet = 'force1';
_parent.btnSpeedR.gotoAndStop('off');
_parent.btnSpeed1.gotoAndStop('off');
_parent.btnSpeed0.gotoAndStop('off');
if (_root.altSet == 'force1') {
this.gotoAndStop('onDown');
} else {
this.gotoAndStop('offDown');
}
}
}
instance btnStyleLips of movieClip 177 {
onClipEvent (release, rollOver, dragOver) {
if (_root.pickLips == true) {
this.gotoAndStop('onOver');
} else {
this.gotoAndStop('offOver');
}
}
onClipEvent (rollOut, dragOut) {
if (_root.pickLips == true) {
this.gotoAndStop('on');
} else {
this.gotoAndStop('off');
}
}
onClipEvent (press) {
if (_root.pickLips == true) {
this.gotoAndStop('onDown');
_root.pickLips = true;
_root.pickHand = false;
_parent.btnStyleHand.gotoAndStop('off');
} else {
this.gotoAndStop('offDown');
_root.pickLips = true;
}
}
}
instance btnStyleHand of movieClip 179 {
onClipEvent (release, rollOver, dragOver) {
if (_root.pickHand == true) {
this.gotoAndStop('onOver');
} else {
this.gotoAndStop('offOver');
}
}
onClipEvent (rollOut, dragOut) {
if (_root.pickHand == true) {
this.gotoAndStop('on');
} else {
this.gotoAndStop('off');
}
}
onClipEvent (press) {
if (_root.pickHand == true) {
this.gotoAndStop('onDown');
_root.pickLips = false;
_root.pickHand = true;
_parent.btnStyleLips.gotoAndStop('off');
} else {
this.gotoAndStop('offDown');
_root.pickHand = true;
}
}
}
instance btnLoop of movieClip 188 {
onClipEvent (load) {
this.gotoAndStop('off');
}
onClipEvent (release, rollOver, dragOver) {
if (_root.train == true) {
this.gotoAndStop('onOver');
} else {
this.gotoAndStop('offOver');
}
}
onClipEvent (rollOut, dragOut) {
if (_root.train == true) {
this.gotoAndStop('on');
} else {
this.gotoAndStop('off');
}
}
onClipEvent (press) {
if (_root.train == true) {
this.gotoAndStop('onDown');
_root.train = false;
} else {
this.gotoAndStop('offDown');
_root.train = true;
}
}
}
}
button 195 {
on (release) {
if (_root.hud._alpha == 100) {
_root.hud._alpha = 25;
this.hider._alpha = 75;
} else {
if (_root.hud._alpha == 25) {
_root.hud._alpha = 0;
this.hider._alpha = 25;
} else {
_root.hud._alpha = 100;
this.hider._alpha = 100;
}
}
}
}
movieClip 197 {
}
movieClip 199 {
}
movieClip 201 {
}
movieClip 202 {
}
movieClip 204 {
}
movieClip 207 {
frame 1 {
gotoAndPlay('skin' + _root.himSkin);
}
frame 10 {
gotoAndPlay(1);
}
frame 20 {
gotoAndPlay(1);
}
frame 30 {
gotoAndPlay(1);
}
}
movieClip 209 {
}
movieClip 211 {
}
movieClip 212 {
}
movieClip 214 {
}
movieClip 218 {
}
movieClip 220 {
frame 1 {
if (_root.scene == 'oral' && _root.stroke == 34) {
_root.alt = 1;
} else {
if (_root.scene == 'hand' && _root.stroke == 35) {
_root.alt = 1;
} else {
if (_root.altSet == 'force0') {
_root.alt = 0;
} else {
if (_root.altSet == 'force1') {
_root.alt = 1;
} else {
_root.alt = Math.round(Math.random(1));
}
}
}
}
if (_root.alt == 1) {
gotoAndPlay(_root.scene + 'Alt');
_parent.Him.gotoAndPlay(_root.scene + 'Alt');
_parent.Chest.gotoAndPlay(_root.scene + 'Alt');
} else {
gotoAndPlay(_root.scene);
_parent.Him.gotoAndPlay(_root.scene);
_parent.Chest.gotoAndPlay(_root.scene);
}
}
frame 32 {
_root.stroke += 4;
gotoAndPlay(1);
}
frame 63 {
_root.stroke += 4;
gotoAndPlay(1);
}
frame 94 {
_root.stroke += 4;
gotoAndPlay(1);
}
frame 110 {
_root.stroke += 2;
gotoAndPlay(1);
}
frame 126 {
_root.stroke += 2;
gotoAndPlay(1);
}
frame 142 {
_root.stroke += 2;
gotoAndPlay(1);
}
frame 151 {
_root.stroke += 1;
gotoAndPlay(1);
}
}
movieClip 221 {
}
movieClip 222 {
frame 91 {
stop();
}
frame 181 {
stop();
}
frame 271 {
stop();
}
}
movieClip 239 {
frame 1 {
gotoAndPlay(_root.scene);
_parent.Him.gotoAndPlay(_root.scene);
_parent.Chest.gotoAndPlay(_root.scene);
}
frame 91 {
stop();
}
frame 181 {
stop();
}
frame 271 {
stop();
}
}
movieClip 240 {
frame 91 {
stop();
}
frame 181 {
stop();
}
frame 271 {
stop();
}
}
frame 482 {
_root.gotoAndStop('idle');
}