Frame 1
stop();
function deadClick() {
}
function gotoMySite() {
getURL ("http://www.furaffinity.net/user/lambi/", "_top");
}
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
var copyrightNotice = new ContextMenuItem("--Lambi--", deadClick);
copyrightNotice.separatorBefore = true;
var mySiteLink = new ContextMenuItem("Lambi's fA", gotoMySite);
myMenu.customItems.push(mySiteLink, copyrightNotice);
_root.menu = myMenu;
Instance of Symbol 12 MovieClip in Frame 1
onClipEvent (load) {
total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
percent = int((loaded / total) * 100);
progress = ("" + percent) + "%";
gotoAndStop(percent);
}
Frame 2
this.stop();
timerinProgress = false;
musicOn = true;
offonText = "OFF";
mySound = new Sound(this);
mysound.attachSound("music");
mySound.start(0, 999);
stop();
Instance of Symbol 67 MovieClip "all" in Frame 2
on (press) {
if (all._currentframe == 1) {
all.gotoAndStop(2);
} else if (all._currentframe == 2) {
all.gotoAndStop(3);
} else if (all._currentframe == 3) {
all.gotoAndStop(1);
}
}
Instance of Symbol 109 MovieClip "volume" in Frame 2
onClipEvent (load) {
_root.volumeLevel = 100;
left = _x;
right = _x;
top = _y;
bottom = _y + 200;
}
onClipEvent (enterFrame) {
if (dragging) {
_root.volumeAmount = 100 - ((_y - top) * 0.5);
_root.volumeLevel = Math.round(_root.volumeAmount);
_root.mySound.setVolume(100 - ((_y - top) * 0.5));
if ((_root.volumeLevel < 100) && (_root.volumeLevel > 9)) {
_root.volumeLevel = "0" + _root.volumeLevel;
} else if (_root.volumeLevel < 10) {
_root.volumeLevel = "00" + _root.volumeLevel;
}
}
}
Instance of Symbol 112 MovieClip "offButton" in Frame 2
on (rollOver) {
this.gotoAndPlay("go");
}
on (rollOut) {
this.gotoAndStop("stop");
}
on (press) {
if (_root.timerinProgress == false) {
_root.timerinProgress = true;
if (_root.musicOn == true) {
if (_root.offonText == "OFF") {
_root.offontimerMain.gotoAndPlay("switchoff");
} else if (_root.offonText == "ON") {
_root.offontimerMain.gotoAndPlay("switchon");
}
}
} else {
_root.offonText = "ON";
_root.offontimerMain.gotoAndStop("off");
_root.timerinProgress = false;
}
}
Symbol 11 Button
on (press) {
_root.gotoAndStop(2);
}
Symbol 18 Button
on (press) {
nextFrame();
}
Symbol 22 Button
on (press) {
prevFrame();
}
Symbol 23 MovieClip Frame 1
stop();
Symbol 25 MovieClip Frame 1
this.loadMovie("Passing Light3.swf");
Symbol 42 MovieClip Frame 1
if (_root.firstLoop == true) {
gotoAndPlay(random(14));
} else {
gotoAndPlay(localRandomizer);
}
Symbol 42 MovieClip Frame 14
_root.firstLoop == false;
localRandomizer = random(14);
Symbol 44 MovieClip Frame 1
if (_root.firstLoop == true) {
gotoAndPlay(random(20));
} else {
gotoAndPlay(localRandomizer);
}
Symbol 44 MovieClip Frame 20
_root.firstLoop == false;
localRandomizer = random(20);
Symbol 46 MovieClip Frame 1
if (_root.firstLoop == true) {
gotoAndPlay(random(8));
} else {
gotoAndPlay(localRandomizer);
}
Symbol 46 MovieClip Frame 8
_root.firstLoop == false;
localRandomizer = random(8);
Symbol 48 MovieClip Frame 1
if (_root.firstLoop == true) {
gotoAndPlay(random(10));
} else {
gotoAndPlay(localRandomizer);
}
Symbol 48 MovieClip Frame 10
_root.firstLoop == false;
localRandomizer = random(10);
Symbol 50 MovieClip Frame 1
if (_root.firstLoop == true) {
gotoAndPlay(random(12));
} else {
gotoAndPlay(localRandomizer);
}
Symbol 50 MovieClip Frame 12
_root.firstLoop == false;
localRandomizer = random(12);
Symbol 52 MovieClip Frame 1
if (_root.firstLoop == true) {
gotoAndPlay(random(14));
} else {
gotoAndPlay(localRandomizer);
}
Symbol 52 MovieClip Frame 14
_root.firstLoop == false;
localRandomizer = random(14);
Symbol 54 MovieClip Frame 1
if (_root.firstLoop == true) {
gotoAndPlay(random(16));
} else {
gotoAndPlay(localRandomizer);
}
Symbol 54 MovieClip Frame 16
_root.firstLoop == false;
localRandomizer = random(16);
Symbol 56 MovieClip Frame 1
if (_root.firstLoop == true) {
gotoAndPlay(random(18));
} else {
gotoAndPlay(localRandomizer);
}
Symbol 56 MovieClip Frame 18
_root.firstLoop == false;
localRandomizer = random(18);
Symbol 58 MovieClip Frame 1
if (_root.firstLoop == true) {
gotoAndPlay(random(20));
} else {
gotoAndPlay(localRandomizer);
}
Symbol 58 MovieClip Frame 20
_root.firstLoop == false;
localRandomizer = random(20);
Symbol 60 MovieClip Frame 1
if (_root.firstLoop == true) {
gotoAndPlay(random(22));
} else {
gotoAndPlay(localRandomizer);
}
Symbol 60 MovieClip Frame 22
_root.firstLoop == false;
localRandomizer = random(22);
Symbol 63 MovieClip Frame 1
this.stop();
Symbol 63 MovieClip Frame 10
_root.offStatus = "offnotready";
Symbol 63 MovieClip Frame 25
_root.offStatus = "offready";
this.stop();
Symbol 63 MovieClip Frame 41
_root.offStatus = "notoff";
_root.switchingOn = false;
this.stop();
Symbol 63 MovieClip Frame 42
this.stop();
Symbol 63 MovieClip Frame 52
this.stop();
Symbol 63 MovieClip Frame 62
this.stop();
Symbol 63 MovieClip Frame 72
Symbol 63 MovieClip Frame 82
Symbol 63 MovieClip Frame 92
this.stop();
Symbol 63 MovieClip Frame 102
Symbol 63 MovieClip Frame 112
Symbol 63 MovieClip Frame 122
this.stop();
Symbol 63 MovieClip Frame 132
this.stop();
Symbol 67 MovieClip Frame 1
stop();
Instance of Symbol 63 MovieClip in Symbol 67 MovieClip Frame 1
onClipEvent (load) {
_root.switchingOn = false;
_root.offStatus = "notoff";
_root.equalizerLevel = -1;
_root.looper = 0;
}
onClipEvent (enterFrame) {
if (_root.musicOn == true) {
_root.looper = 0;
if ((_root.mySound.getVolume() == 0) && (_root.offStatus == "notoff")) {
this.gotoAndPlay("off");
} else if (((_root.mySound.getVolume() > 0) && (_root.mySound.getVolume() < 11)) && (_root.switchingOn == false)) {
if ((_root.equalizerLevel != 1) && (_root.offStatus == "notoff")) {
_root.firstLoop = true;
this.gotoAndPlay("level1");
_root.equalizerLevel = 1;
} else if ((_root.equalizerLevel != 1) && (_root.offStatus == "offready")) {
_root.switchingOn = true;
this.gotoAndPlay("on");
}
} else if (((_root.mySound.getVolume() > 10) && (_root.mySound.getVolume() < 21)) && (_root.switchingOn == false)) {
if ((_root.equalizerLevel != 2) && (_root.offStatus == "notoff")) {
_root.firstLoop = true;
this.gotoAndPlay("level2");
_root.equalizerLevel = 2;
} else if ((_root.equalizerLevel != 2) && (_root.offStatus == "offready")) {
_root.switchingOn = true;
this.gotoAndPlay("on");
}
} else if (((_root.mySound.getVolume() > 20) && (_root.mySound.getVolume() < 31)) && (_root.switchingOn == false)) {
if ((_root.equalizerLevel != 3) && (_root.offStatus == "notoff")) {
_root.firstLoop = true;
this.gotoAndPlay("level3");
_root.equalizerLevel = 3;
} else if ((_root.equalizerLevel != 3) && (_root.offStatus == "offready")) {
_root.switchingOn = true;
this.gotoAndPlay("on");
}
} else if (((_root.mySound.getVolume() > 30) && (_root.mySound.getVolume() < 41)) && (_root.switchingOn == false)) {
if ((_root.equalizerLevel != 4) && (_root.offStatus == "notoff")) {
_root.firstLoop = true;
this.gotoAndPlay("level4");
_root.equalizerLevel = 4;
} else if ((_root.equalizerLevel != 4) && (_root.offStatus == "offready")) {
_root.switchingOn = true;
this.gotoAndPlay("on");
}
} else if (((_root.mySound.getVolume() > 40) && (_root.mySound.getVolume() < 51)) && (_root.switchingOn == false)) {
if ((_root.equalizerLevel != 5) && (_root.offStatus == "notoff")) {
_root.firstLoop = true;
this.gotoAndPlay("level5");
_root.equalizerLevel = 5;
} else if ((_root.equalizerLevel != 5) && (_root.offStatus == "offready")) {
_root.switchingOn = true;
this.gotoAndPlay("on");
}
} else if (((_root.mySound.getVolume() > 50) && (_root.mySound.getVolume() < 61)) && (_root.switchingOn == false)) {
if ((_root.equalizerLevel != 6) && (_root.offStatus == "notoff")) {
_root.firstLoop = true;
this.gotoAndPlay("level6");
_root.equalizerLevel = 6;
} else if ((_root.equalizerLevel != 6) && (_root.offStatus == "offready")) {
_root.switchingOn = true;
this.gotoAndPlay("on");
}
} else if (((_root.mySound.getVolume() > 60) && (_root.mySound.getVolume() < 71)) && (_root.switchingOn == false)) {
if ((_root.equalizerLevel != 7) && (_root.offStatus == "notoff")) {
_root.firstLoop = true;
this.gotoAndPlay("level7");
_root.equalizerLevel = 7;
} else if ((_root.equalizerLevel != 7) && (_root.offStatus == "offready")) {
_root.switchingOn = true;
this.gotoAndPlay("on");
}
} else if (((_root.mySound.getVolume() > 70) && (_root.mySound.getVolume() < 81)) && (_root.switchingOn == false)) {
if ((_root.equalizerLevel != 8) && (_root.offStatus == "notoff")) {
_root.firstLoop = true;
this.gotoAndPlay("level8");
_root.equalizerLevel = 8;
} else if ((_root.equalizerLevel != 8) && (_root.offStatus == "offready")) {
_root.switchingOn = true;
this.gotoAndPlay("on");
}
} else if (((_root.mySound.getVolume() > 80) && (_root.mySound.getVolume() < 91)) && (_root.switchingOn == false)) {
if ((_root.equalizerLevel != 9) && (_root.offStatus == "notoff")) {
_root.firstLoop = true;
this.gotoAndPlay("level9");
_root.equalizerLevel = 9;
} else if ((_root.equalizerLevel != 9) && (_root.offStatus == "offready")) {
_root.switchingOn = true;
this.gotoAndPlay("on");
}
} else if (((_root.mySound.getVolume() > 90) && (_root.mySound.getVolume() < 101)) && (_root.switchingOn == false)) {
if ((_root.equalizerLevel != 10) && (_root.offStatus == "notoff")) {
_root.firstLoop = true;
this.gotoAndPlay("full");
_root.equalizerLevel = 10;
} else if ((_root.equalizerLevel != 10) && (_root.offStatus == "offready")) {
_root.switchingOn = true;
this.gotoAndPlay("on");
}
}
} else if (((_root.musicOn == false) && (_root.looper == 0)) && (_root.offStatus != "offready")) {
_root.looper = 1;
_root.equalizerLevel = 1;
this.gotoAndPlay("off");
}
}
Symbol 67 MovieClip Frame 3
this.loadMovie("just equalizer3.swf");
Symbol 70 Button
on (press) {
nextFrame();
}
Symbol 75 Button
on (press) {
prevFrame();
}
Symbol 76 MovieClip Frame 1
stop();
Symbol 77 MovieClip Frame 1
stop();
Symbol 86 Button
on (press) {
if (body._currentframe == 1) {
body.gotoAndStop(2);
} else if (body._currentframe == 2) {
body.gotoAndStop(1);
}
}
Symbol 105 MovieClip Frame 1
stop();
Symbol 108 Button
on (press) {
if ((_root.musicOn == true) && (_root.timerinProgress == false)) {
startDrag ("", false, left, top, right, bottom);
dragging = true;
} else if ((_root.musicOn == true) && (_root.timerinProgress == true)) {
_root.offonText = "ON";
_root.offontimerMain.gotoAndStop("off");
_root.timerinProgress = false;
startDrag ("", false, left, top, right, bottom);
dragging = true;
}
}
on (release) {
stopDrag();
dragging = false;
}
Symbol 112 MovieClip Frame 1
yes = false;
this.stop();
Symbol 112 MovieClip Frame 10
yes = true;
Symbol 112 MovieClip Frame 38
this.gotoAndPlay(23);
Symbol 114 MovieClip Frame 1
this.stop();
Instance of Symbol 113 MovieClip in Symbol 114 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.volumeLevel == 0) {
_root.offonText = "ON";
} else if (_root.volumeLevel != 0) {
_root.offonText = "OFF";
}
}
Symbol 114 MovieClip Frame 5
this.stop();
Instance of Symbol 113 MovieClip in Symbol 114 MovieClip Frame 5
onClipEvent (enterFrame) {
if ((_root.offonText == "OFF") && (_root.volumeLevel > 0)) {
_root.volume._y = _root.volume._y + 2;
_root.volumeAmount = 100 - ((_root.volume._y - _root.volume.top) * 0.5);
_root.volumeLevel = Math.round(_root.volumeAmount);
_root.mySound.setVolume(100 - ((_root.volume._y - _root.volume.top) * 0.5));
if ((_root.volumeLevel < 100) && (_root.volumeLevel > 9)) {
_root.volumeLevel = "0" + _root.volumeLevel;
} else if (_root.volumeLevel < 10) {
_root.volumeLevel = "00" + _root.volumeLevel;
}
} else if (_root.volumeLevel == 0) {
_root.offonText = "ON";
_root.timerinProgress = false;
_root.offontimerMain.gotoAndStop("off");
}
}
Symbol 114 MovieClip Frame 15
this.stop();
Instance of Symbol 113 MovieClip in Symbol 114 MovieClip Frame 15
onClipEvent (enterFrame) {
if ((_root.offonText == "ON") && (_root.volumeLevel < 100)) {
_root.volume._y = _root.volume._y - 2;
_root.volumeAmount = 100 - ((_root.volume._y - _root.volume.top) * 0.5);
_root.volumeLevel = Math.round(_root.volumeAmount);
_root.mySound.setVolume(100 - ((_root.volume._y - _root.volume.top) * 0.5));
if ((_root.volumeLevel < 100) && (_root.volumeLevel > 9)) {
_root.volumeLevel = "0" + _root.volumeLevel;
} else if (_root.volumeLevel < 10) {
_root.volumeLevel = "00" + _root.volumeLevel;
}
} else if (_root.volumeLevel == 100) {
_root.offonText = "OFF";
_root.timerinProgress = false;
_root.offontimerMain.gotoAndStop("off");
}
}
Symbol 118 Button
on (press) {
if (blues._currentframe == 2) {
blues.gotoAndStop(1);
} else if (blues._currentframe == 4) {
blues.gotoAndStop(3);
} else if (blues._currentframe == 5) {
blues.gotoAndStop(1);
} else if (blues._currentframe == 6) {
blues.gotoAndStop(3);
}
}
Symbol 137 MovieClip Frame 1
stop();
Symbol 147 Button
on (press) {
nextFrame();
}
Symbol 150 Button
on (press) {
prevFrame();
}
Symbol 152 Button
on (press) {
nextFrame();
}
Symbol 154 Button
on (press) {
prevFrame();
}
Symbol 155 MovieClip Frame 1
stop();
Symbol 160 Button
on (press) {
_parent.eye.gotoAndStop(2);
}
Symbol 168 Button
on (press) {
_parent.eye.gotoAndStop(3);
}
Symbol 169 Button
on (press) {
_parent.eye.gotoAndStop(1);
}
Symbol 172 MovieClip Frame 1
stop();
Symbol 178 Button
on (press) {
_parent.blues.gotoAndStop(3);
}
Symbol 183 Button
on (press) {
_parent.blues.gotoAndStop(4);
}
Symbol 190 Button
on (press) {
_parent.blues.gotoAndStop(6);
}
Symbol 195 MovieClip Frame 1
stop();
Symbol 202 Button
on (press) {
nextFrame();
}
Symbol 207 Button
on (press) {
prevFrame();
}
Symbol 208 MovieClip Frame 1
stop();
Symbol 214 Button
on (press) {
_root.dressing.gotoAndStop(3);
}
Symbol 220 Button
on (press) {
_root.dressing.gotoAndStop(2);
}
Symbol 225 Button
on (press) {
_root.dressing.gotoAndStop(4);
}
Symbol 230 Button
on (press) {
_root.dressing.gotoAndStop(4);
}
Symbol 232 Button
on (press) {
_root.dressing.gotoAndStop(1);
}
Symbol 235 Button
on (press) {
_root.dressing.gotoAndStop(5);
}
Symbol 237 Button
on (press) {
_root.dressing.gotoAndStop(1);
}
Symbol 241 Button
on (press) {
_root.dressing.gotoAndStop(5);
}
Symbol 243 Button
on (press) {
_root.dressing.gotoAndStop(1);
}
Symbol 244 Button
on (press) {
_root.dressing.gotoAndStop(3);
}
Symbol 245 Button
on (press) {
_root.dressing.gotoAndStop(4);
}
Symbol 248 MovieClip Frame 1
stop();
Symbol 251 Button
on (press) {
nextFrame();
}
Symbol 253 Button
on (press) {
prevFrame();
}
Symbol 254 MovieClip Frame 1
stop();
Symbol 266 Button
on (press) {
if (blues._currentframe == 1) {
blues.gotoAndStop(5);
} else if (blues._currentframe == 2) {
blues.gotoAndStop(5);
} else if (blues._currentframe == 4) {
blues.gotoAndStop(6);
} else if (blues._currentframe == 3) {
blues.gotoAndStop(6);
}
}
Symbol 269 Button
on (press) {
if (blues._currentframe == 1) {
blues.gotoAndStop(2);
} else if (blues._currentframe == 3) {
blues.gotoAndStop(4);
} else if (blues._currentframe == 5) {
blues.gotoAndStop(2);
} else if (blues._currentframe == 6) {
blues.gotoAndStop(4);
}
}
Symbol 282 Button
on (press) {
if (blues._currentframe == 3) {
blues.gotoAndStop(1);
} else if (blues._currentframe == 4) {
blues.gotoAndStop(2);
} else if (blues._currentframe == 6) {
blues.gotoAndStop(5);
}
}