Combined Code
movieClip 9 xview {
}
movieClip 12 {
}
movieClip 13 camflash {
frame 1 {
stop();
}
}
movieClip 15 {
}
movieClip 32 {
}
movieClip 34 {
}
movieClip 35 {
}
// unknown tag 88 length 83
button 44 {
on (release) {
getURL('http://www.hentai-foundry.com/user/Fralea/profile', '_blank');
}
}
button 49 {
on (release) {
getURL('http://www.furaffinity.net/user/Fralea/', '_blank');
}
}
button 50 {
on (release) {
getURL('http://www.hentai-foundry.com/user/Woof-Pants/profile', '_blank');
}
}
button 51 {
on (release) {
getURL('http://www.furaffinity.net/user/woof.pants/', '_blank');
}
}
button 56 {
on (release) {
getURL('http://Fralea.deviantart.com/', '_blank');
}
}
button 57 {
on (release) {
getURL('http://woof-pants.deviantart.com/', '_blank');
}
}
button 64 {
on (release) {
_root.play();
}
}
movieClip 65 {
frame 1 {
function timerHandler() {
if (!loadingComplete) {
var v2 = _root.getBytesLoaded() / _root.getBytesTotal();
Load_stat._xscale = 100 * v2;
if (v2 == 1) {
loadingComplete = true;
gotoAndStop(2);
}
}
}
_root.stop();
stop();
var AUTO_PLAY = false;
var loadingComplete = false;
timerHandler();
}
instance of movieClip 15 {
onClipEvent (enterFrame) {
_parent.timerHandler();
}
}
frame 2 {
stop();
}
}
frame 2 {
function FADEMUSIC(snd, io) {
clearInterval(fm);
if (io) {
fm = setInterval(function () {
if (snd.getVolume() < 30) {
snd.setVolume(snd.getVolume() + 1);
} else {
snd.setVolume(30);
clearInterval(fm);
}
}, 100);
} else {
fm = setInterval(function () {
if (snd.getVolume() > 0) {
snd.setVolume(snd.getVolume() - 2);
} else {
snd.setVolume(0);
clearInterval(fm);
}
}, 100);
}
}
var isMuted = false;
var zoomrate = 33;
createEmptyMovieClip('XFX', _root.getNextHighestDepth());
clickSound = new Sound(XFX);
clickSound.attachSound('wiwip.wav');
zinSound = new Sound(XFX);
zinSound.attachSound('zoomin.wav');
zoutSound = new Sound(XFX);
zoutSound.attachSound('zoomin.wav');
createEmptyMovieClip('ENDFX', _root.getNextHighestDepth());
EndSound = new Sound(ENDFX);
EndSound.attachSound('end_sfx');
createEmptyMovieClip('BG', _root.getNextHighestDepth());
BGMusic = new Sound(BG);
BGMusic.attachSound('BG_mus');
BGMusic.setVolume(30);
BGMusic.start(0, 999);
}
movieClip 69 {
}
instance of movieClip 69 {
onClipEvent (load) {
this._xscale = 33;
this._yscale = 33;
}
}
movieClip 71 {
}
instance xray_mc of movieClip 71 {
onClipEvent (load) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
this._x = _root._xmouse;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
this._y = _root._ymouse;
}
}
onClipEvent (mouseMove) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
this._x = _root._xmouse;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
this._y = _root._ymouse;
}
}
}
movieClip 74 {
}
instance of movieClip 74 {
onClipEvent (load) {
zoomscale = _root.zoomrate;
this._xscale = zoomscale;
this._yscale = zoomscale;
if (zoomscale == 66) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy;
this._y = 500 - movey;
}
} else {
if (zoomscale == 99) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx * 2;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy * 2;
this._y = 500 - movey;
}
} else {
this._x = 400;
this._y = 500;
}
}
}
onClipEvent (keyPress '<Up>') {
if (zoomscale < 99) {
_root.zinSound.start();
zoomscale += 33;
_root.zoomrate = zoomscale;
this._xscale = zoomscale;
this._yscale = zoomscale;
if (zoomscale == 66) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy;
this._y = 500 - movey;
}
} else {
if (zoomscale == 99) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx * 2;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy * 2;
this._y = 500 - movey;
}
} else {
this._x = 400;
this._y = 500;
}
}
} else {
this._xscale = zoomscale;
this._yscale = zoomscale;
}
}
onClipEvent (keyPress '<Down>') {
if (zoomscale > 33) {
_root.zoutSound.start();
zoomscale -= 33;
_root.zoomrate = zoomscale;
this._xscale = zoomscale;
this._yscale = zoomscale;
if (zoomscale == 66) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy;
this._y = 500 - movey;
}
} else {
if (zoomscale == 99) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx * 2;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy * 2;
this._y = 500 - movey;
}
} else {
this._x = 400;
this._y = 500;
}
}
} else {
this._xscale = zoomscale;
this._yscale = zoomscale;
}
}
onClipEvent (mouseMove) {
if (zoomscale == 66) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy;
this._y = 500 - movey;
}
} else {
if (zoomscale == 99) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx * 2;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy * 2;
this._y = 500 - movey;
}
} else {
this._x = 400;
this._y = 500;
}
}
}
}
movieClip 77 {
}
instance xray_mc of movieClip 77 {
onClipEvent (load) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
this._x = _root._xmouse;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
this._y = _root._ymouse;
}
}
onClipEvent (mouseMove) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
this._x = _root._xmouse;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
this._y = _root._ymouse;
}
}
}
button 78 {
on (release) {
nextFrame();
clickSound.start();
camflash.gotoAndPlay(2);
}
}
button 86 {
on (release) {
if (_root.isMuted) {
_root.FADEMUSIC(_root.BGMusic, 1);
_root.isMuted = false;
gotoAndStop(1);
} else {
_root.FADEMUSIC(_root.BGMusic, 0);
_root.isMuted = true;
gotoAndStop(2);
}
}
}
button 90 {
on (release) {
if (_root.isMuted) {
_root.FADEMUSIC(_root.BGMusic, 1);
_root.isMuted = false;
gotoAndStop(1);
} else {
_root.FADEMUSIC(_root.BGMusic, 0);
_root.isMuted = true;
gotoAndStop(2);
}
}
}
movieClip 91 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 94 {
}
instance xray_mc of movieClip 94 {
onClipEvent (load) {
Mouse.hide();
if (_root._xmouse < 763 && _root._xmouse > 37) {
this._x = _root._xmouse;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
this._y = _root._ymouse;
}
}
onClipEvent (mouseMove) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
this._x = _root._xmouse;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
this._y = _root._ymouse;
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
movieClip 97 {
}
instance of movieClip 97 {
onClipEvent (load) {
this._xscale = 33;
this._yscale = 33;
}
}
movieClip 100 {
}
instance of movieClip 100 {
onClipEvent (load) {
zoomscale = _root.zoomrate;
this._xscale = zoomscale;
this._yscale = zoomscale;
if (zoomscale == 66) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy;
this._y = 500 - movey;
}
} else {
if (zoomscale == 99) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx * 2;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy * 2;
this._y = 500 - movey;
}
} else {
this._x = 400;
this._y = 500;
}
}
}
onClipEvent (keyPress '<Up>') {
if (zoomscale < 99) {
_root.zinSound.start();
zoomscale += 33;
_root.zoomrate = zoomscale;
this._xscale = zoomscale;
this._yscale = zoomscale;
if (zoomscale == 66) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy;
this._y = 500 - movey;
}
} else {
if (zoomscale == 99) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx * 2;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy * 2;
this._y = 500 - movey;
}
} else {
this._x = 400;
this._y = 500;
}
}
} else {
this._xscale = zoomscale;
this._yscale = zoomscale;
}
}
onClipEvent (keyPress '<Down>') {
if (zoomscale > 33) {
_root.zoutSound.start();
zoomscale -= 33;
_root.zoomrate = zoomscale;
this._xscale = zoomscale;
this._yscale = zoomscale;
if (zoomscale == 66) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy;
this._y = 500 - movey;
}
} else {
if (zoomscale == 99) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx * 2;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy * 2;
this._y = 500 - movey;
}
} else {
this._x = 400;
this._y = 500;
}
}
} else {
this._xscale = zoomscale;
this._yscale = zoomscale;
}
}
onClipEvent (mouseMove) {
if (zoomscale == 66) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy;
this._y = 500 - movey;
}
} else {
if (zoomscale == 99) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx * 2;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy * 2;
this._y = 500 - movey;
}
} else {
this._x = 400;
this._y = 500;
}
}
}
}
frame 5 {
stop();
}
movieClip 103 {
}
instance of movieClip 103 {
onClipEvent (load) {
this._xscale = 33;
this._yscale = 33;
}
}
instance of movieClip 9 xview {
onClipEvent (load) {
zoomscale = _root.zoomrate;
this._xscale = zoomscale;
this._yscale = zoomscale;
if (zoomscale == 66) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy;
this._y = 500 - movey;
}
} else {
if (zoomscale == 99) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx * 2;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy * 2;
this._y = 500 - movey;
}
} else {
this._x = 400;
this._y = 500;
}
}
}
onClipEvent (keyPress '<Up>') {
if (zoomscale < 99) {
_root.zinSound.start();
zoomscale += 33;
_root.zoomrate = zoomscale;
this._xscale = zoomscale;
this._yscale = zoomscale;
if (zoomscale == 66) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy;
this._y = 500 - movey;
}
} else {
if (zoomscale == 99) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx * 2;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy * 2;
this._y = 500 - movey;
}
} else {
this._x = 400;
this._y = 500;
}
}
} else {
this._xscale = zoomscale;
this._yscale = zoomscale;
}
}
onClipEvent (keyPress '<Down>') {
if (zoomscale > 33) {
_root.zoutSound.start();
zoomscale -= 33;
_root.zoomrate = zoomscale;
this._xscale = zoomscale;
this._yscale = zoomscale;
if (zoomscale == 66) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy;
this._y = 500 - movey;
}
} else {
if (zoomscale == 99) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx * 2;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy * 2;
this._y = 500 - movey;
}
} else {
this._x = 400;
this._y = 500;
}
}
} else {
this._xscale = zoomscale;
this._yscale = zoomscale;
}
}
onClipEvent (mouseMove) {
if (zoomscale == 66) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy;
this._y = 500 - movey;
}
} else {
if (zoomscale == 99) {
if (_root._xmouse < 763 && _root._xmouse > 37) {
mousePosx = _root._xmouse - 400;
movex = mousePosx * 2;
this._x = 400 - movex;
}
if (_root._ymouse < 981 && _root._ymouse > 19) {
mousePosy = _root._ymouse - 500;
movey = mousePosy * 2;
this._y = 500 - movey;
}
} else {
this._x = 400;
this._y = 500;
}
}
}
}
frame 6 {
stop();
}
movieClip 106 {
}
instance of movieClip 106 {
onClipEvent (load) {
this._xscale = 33;
this._yscale = 33;
}
onClipEvent (release) {
gotoAndStop(3);
clickSound.start();
}
}
movieClip 111 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 111 {
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (mouseMove) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (mouseDown) {
this.gotoAndStop(2);
}
onClipEvent (mouseUp) {
this.gotoAndStop(1);
}
}
button 112 {
on (release) {
gotoAndStop(3);
}
}
instance of movieClip 111 {
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (mouseMove) {
this._x = _root._xmouse;
this._y = _root._ymouse;
}
onClipEvent (mouseDown) {
this.gotoAndStop(2);
}
onClipEvent (mouseUp) {
this.gotoAndStop(1);
}
}