Combined Code
frame 1 {
function deadClick() {}
function gotoPatreon() {
getURL('https://www.patreon.com/VRArt1?ty=h', '_top');
}
function gotoDeviantART() {
getURL('http://v--r.deviantart.com/', '_top');
}
function gotoFurAffinity() {
getURL('http://www.furaffinity.net/user/v--r/', '_top');
}
function gotoWeasyl() {
getURL('https://www.weasyl.com/~vr', '_top');
}
ifFrameLoaded (22) {
gotoAndPlay(3);
}
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
var TMWYT = new ContextMenuItem('Tell me what you think ^w^', deadClick);
var ArtBy = new ContextMenuItem('Art by V--R', deadClick);
var CodeBy = new ContextMenuItem('Code by V--R', deadClick);
var mydALink = new ContextMenuItem('V--R @ deviantART', gotoDeviantART);
var mySiteLink = new ContextMenuItem('V--R @ Patreon', gotoPatreon);
var myFALink = new ContextMenuItem('V--R @ FurAffinity', gotoFurAffinity);
var myWeasylLink = new ContextMenuItem('V--R @ Weasyl', gotoWeasyl);
myMenu.customItems.push(mySiteLink, mydALink, myFALink, myWeasylLink, ArtBy, CodeBy, TMWYT);
ArtBy.separatorBefore = true;
TMWYT.separatorBefore = true;
_root.menu = myMenu;
}
movieClip 3 {
}
movieClip 22 {
}
movieClip 25 {
}
button 28 {
on (press) {
gotoAndPlay(22);
}
}
frame 2 {
gotoAndPlay(1);
}
frame 20 {
stop();
}
frame 22 {
Nude.setMask(Mask);
Clothed.setMask(AntiMask);
this.onEnterFrame = function () {
Mask._x = _root._xmouse;
Mask._y = _root._ymouse;
AntiMask._x = _root._xmouse;
AntiMask._y = _root._ymouse;
ViewFinder._x = _root._xmouse;
ViewFinder._y = _root._ymouse;
};
stop();
}
movieClip 31 {
}
button 32 {
on (release) {
getURL('https://www.patreon.com/VRArt1', '_blank');
}
}
button 35 {
on (press) {
_root.Overlay.gotoAndStop(3);
}
}
button 38 {
on (press) {
_root.Overlay.gotoAndStop(2);
}
}
movieClip 41 {
}
movieClip 44 {
}
// unknown tag 88 length 65
button 49 {
on (press) {
_root.Overlay.gotoAndStop(1);
}
}
button 52 {
on (release) {
getURL('https://www.patreon.com/VRArt1', '_blank');
}
}
button 55 {
on (release) {
getURL('https://www.weasyl.com/~vr', '_blank');
}
}
button 58 {
on (release) {
getURL('http://www.furaffinity.net/user/v--r/', '_blank');
}
}
button 61 {
on (release) {
getURL('http://v--r.deviantart.com/', '_blank');
}
}
movieClip 63 {
}
movieClip 64 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 66 {
}
movieClip 68 {
}
movieClip 71 {
}