Frame 1
stop();
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
var pv;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version));
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
__com_mochibot__("e3274ec3", this, 10301, true);
Frame 2
stop();
Frame 3
stop();
Instance of Symbol 133 MovieClip "help" in Frame 3
on (release) {
_root.gotoAndStop("level1");
}
Frame 4
function randomChar() {
var _local1 = charArray.length;
while (_local1 > 0) {
var _local3 = random(_local1);
var _local2 = charArray.splice(_local3, 1);
charArray.push(_local2[0]);
_local1--;
}
}
function redefineVariables() {
exc.gotoAndStop(1);
exc._visible = false;
breaker._visible = false;
resume = 0;
charin = 0;
frame.play_pau.gotoAndStop(1);
nxtLevel._visible = false;
_root.counter = 0;
_root.currArrayPos = 0;
_root.thisLevelScore = 0;
frame.footer.progressBarMc._xscale = 0;
_root.charActive = false;
_root.currentKissingStatus = false;
_root.kissingBtn.enabled = true;
_root.kissInitiated = false;
_root.endLevel = false;
}
function startGame() {
_root.redefineVariables();
clearInterval(appearenceInterval);
clearInterval(countDownInterval);
clearInterval(checkProgressInterval);
randomChar();
_root.appearenceInterval = setInterval(charAppear, 1000);
_root.countDownInterval = setInterval(countDown, 1000);
_root.checkProgressInterval = setInterval(checkProgress, 10);
}
function charAppear() {
_root.counter++;
if (_root.counter == (appearTimeArray[currArrayPos] - 1)) {
exc._visible = true;
exc.play();
}
if (_root.counter == appearTimeArray[currArrayPos]) {
charin = 1;
var _local2 = charArray[currArrayPos];
if (level < 4) {
if (_local2 == "char1") {
l = 0;
}
if (_local2 == "char2") {
l = 1;
}
if (_local2 == "char3") {
l = 2;
}
chars[l]._visible = true;
chars[l].play();
if (_local2 != "char3") {
chars[l].char.play();
}
} else if (level == 4) {
if (_local2 == "char4") {
chars[0]._visible = true;
chars[0].play();
chars[0].char.play();
}
if (_local2 == "char3") {
room4.gotoAndStop(3);
}
if (_local2 == "char2") {
room4.gotoAndStop(2);
}
if (_local2 == "char1") {
room4.fath.play();
}
}
}
}
function countDown() {
if (resume == 0) {
if (countDownSeconds > 0) {
countDownSeconds--;
if ((countDownSeconds == 0) && (countDownMinutes == 0)) {
couple.gotoAndStop(1);
if (level == 1) {
for (i in chars) {
chars[i]._visible = false;
chars[i].gotoAndStop(1);
}
}
_root.kissingBtn.enabled = false;
_root.kissInitiated = false;
_root.currentKissingStatus = false;
_root.endLevel = true;
if (frame.footer.progressBarMc._xscale < 100) {
nxtLevel.gotoAndStop(2);
if (_root.mainScore > 0) {
_root.nxtLevel.scoretxt = _root.mainScore - 1;
} else {
_root.nxtLevel.scoretxt = _root.mainScore;
}
_root.mainScore = 0;
}
nxtLevel._visible = true;
breaker._visible = true;
clearInterval(_root.checkProgressInterval);
clearInterval(_root.appearenceInterval);
clearInterval(_root.countDownInterval);
}
} else {
countDownSeconds = 59;
countDownMinutes--;
}
if (countDownSeconds < 10) {
frame.footer.timer.text = (("0" + countDownMinutes) + ":0") + countDownSeconds;
} else {
frame.footer.timer.text = (("0" + countDownMinutes) + ":") + countDownSeconds;
}
}
}
function getFormal() {
if (chars[currArrayPos]._visible == true) {
couple.gotoAndPlay("scared");
}
}
function startNextSession() {
clearInterval(_root.appearenceInterval);
_root.counter = 0;
exc._visible = false;
exc.gotoAndStop(1);
charin = 0;
_root.appearenceInterval = setInterval(charAppear, 1000);
if (currArrayPos == (charArray.length - 1)) {
trace("start from begining");
randomChar();
currArrayPos = 0;
} else {
currArrayPos++;
}
}
function checkProgress() {
if (_root.currentKissingStatus && (couple._currentframe == 2)) {
frame.footer.progressBarMc._xscale = frame.footer.progressBarMc._xscale + increaseFactor;
frame.footer.scoreTxt.text = mainScore++;
_root.thisLevelScore++;
nxtLevel.scoretxt.text = _root.mainScore - 1;
}
if (frame.footer.progressBarMc._xscale >= 100) {
_root.endLevel = true;
couple.gotoAndStop(1);
if (level == 1) {
for (i in chars) {
chars[i]._visible = false;
chars[i].gotoAndStop(1);
}
}
_root.kissingBtn.enabled = false;
_root.kissInitiated = false;
_root.currentKissingStatus = false;
nxtLevel.scoretxt = _root.mainScore - 1;
clearInterval(checkProgressInterval);
clearInterval(_root.appearenceInterval);
clearInterval(countDownInterval);
frame.footer.progressBarMc._xscale = 0;
breaker._visible = true;
nxtLevel._visible = true;
}
}
stop();
level = 1;
mus = 0;
nxtLevel._visible = false;
kissingBtn.onRelease = (kissingBtn.onReleaseOutside = function () {
currentKissingStatus = false;
couple.gotoAndStop("normal");
});
kissingBtn.onPress = function () {
if (charin == 0) {
if (frame.play_pau._currentframe == 1) {
currentKissingStatus = true;
if (!kissInitiated) {
kissInitiated = true;
}
couple.gotoAndStop("kissing");
}
} else {
currentKissingStatus = false;
}
};
startGame();
var mainScore = 0;
var appearenceInterval;
var countDownInterval;
var checkProgressInterval;
var scoreInterval;
charArray = new Array("char1", "char2", "char3");
chars = new Array(room1.char1, room1.char2, room1.char3);
for (i in chars) {
chars[i]._visible = false;
chars[i].gotoAndStop(1);
chars[i].char.gotoAndStop(1);
}
appearTimeArray = new Array("5", "7", "9");
var increaseFactor = 0.2;
_root.countDownSeconds = 59;
_root.countDownMinutes = 1;
frame.footer.timer.text = "02:00";
frame.play_pau.onRelease = function () {
if ((resume == 0) && (this._currentframe == 1)) {
resume = 1;
breaker._visible = true;
this.gotoAndStop(2);
clearInterval(_root.appearenceInterval);
for (i in chars) {
chars[i].stop();
chars[i].char.stop();
if (level == 4) {
room4.fath.stop();
}
}
} else if ((resume == 1) && (this._currentframe == 2)) {
resume = 0;
breaker._visible = false;
this.gotoAndStop(1);
_root.appearenceInterval = setInterval(charAppear, 1000);
for (i in chars) {
if (chars[i]._visible == true) {
chars[i].play();
chars[i].char.play();
}
if ((level == 4) && (room4.fath._currentframe != 1)) {
room4.fath.play();
}
}
}
};
Instance of Symbol 519 MovieClip "_logo" in Frame 4
on (release) {
getURL ("http://www.rainbowdressup.com", "_blank");
}
Frame 5
stop();
level = 2;
charArray = new Array("char1", "char2", "char3");
chars = new Array(room2.char1, room2.char2, room2.char3);
for (i in chars) {
chars[i]._visible = false;
chars[i].gotoAndStop(1);
chars[i].char.gotoAndStop(1);
}
appearTimeArray = new Array("5", "7", "9");
var increaseFactor = 0.2;
countDownSeconds = 59;
countDownMinutes = 1;
frame.footer.timer.text = "02:00";
startGame();
Frame 6
stop();
level = 3;
charArray = new Array("char1", "char2", "char3");
chars = new Array(room3.old1.char1, room3.char2, room3.old1.char3);
for (i in chars) {
chars[i]._visible = false;
chars[i].gotoAndStop(1);
chars[i].char.gotoAndStop(1);
}
appearTimeArray = new Array("5", "7", "9");
var increaseFactor = 0.1;
_root.countDownSeconds = 59;
_root.countDownMinutes = 4;
frame.footer.timer.text = "05:00";
_root.startGame();
Frame 7
stop();
level = 4;
charArray = new Array("char1", "char2", "char3", "char4");
chars = new Array(char4);
char4._visible = false;
char4.gotoAndStop(1);
appearTimeArray = new Array("5", "7", "9", "11");
var increaseFactor = 0.1;
_root.countDownSeconds = 59;
_root.countDownMinutes = 4;
frame.footer.timer.text = "05:00";
_root.startGame();
Symbol 15 MovieClip Frame 20
this.removeMovieClip();
Symbol 16 MovieClip Frame 1
Frame_num = 1;
angle = 360;
plus_angle = 0;
scene_width = 400;
scene_height = 45;
bar_mc.i = 0;
bar_mc._visible = 0;
bar_mc.onEnterFrame = function () {
var _local2 = this;
if ((_local2.i % Frame_num) == 0) {
mc = _local2.duplicateMovieClip("bar_mc" + _local2.i, _local2.i);
mc._x = random(scene_width);
mc._y = random(scene_height);
mc._rotation = random(angle) + plus_angle;
}
_local2.i++;
};
Symbol 40 MovieClip Frame 30
stop();
Symbol 52 MovieClip Frame 21
stop();
Symbol 57 MovieClip Frame 100
stop();
_parent.gotoAndPlay("start");
Symbol 68 Button
on (press) {
_root.gotoAndStop("menu");
}
Symbol 69 MovieClip Frame 1
loaded = _root.getBytesLoaded();
total = _root.getBytesTotal();
pre = int((loaded / total) * 40);
loadingbar.gotoAndPlay(pre);
stop();
loadingbar.onRelease = function () {
getURL ("http://www.rainbowdressup.com", "_blank");
};
Instance of Symbol 53 MovieClip in Symbol 69 MovieClip Frame 1
on (release) {
getURL ("http://www.rainbowdressup.com", "_blank");
}
Symbol 69 MovieClip Frame 20
stop();
Symbol 117 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 2
stop();
Symbol 122 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 2
stop();
Instance of Symbol 117 MovieClip in Symbol 123 MovieClip Frame 13
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (release) {
_root.gotoAndStop("help");
}
Instance of Symbol 122 MovieClip in Symbol 123 MovieClip Frame 15
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
Symbol 123 MovieClip Frame 32
stop();
Instance of Symbol 122 MovieClip in Symbol 123 MovieClip Frame 32
on (rollOver) {
this.gotoAndStop(2);
}
on (rollOut) {
this.gotoAndStop(1);
}
on (release) {
getURL ("http://www.rainbowdressup.com", "_blank");
}
Symbol 124 MovieClip Frame 32
stop();
Symbol 125 MovieClip Frame 32
stop();
Instance of Symbol 190 MovieClip in Symbol 191 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Symbol 218 MovieClip Frame 1
if (_root.mus == 1) {
stopAllSounds();
}
Symbol 219 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 2
stop();
Symbol 220 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 1
stop();
_root.charActive = false;
Symbol 221 MovieClip Frame 23
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
} else {
gotoAndPlay ("normal");
}
Symbol 221 MovieClip Frame 32
gotoAndPlay (2);
Symbol 221 MovieClip Frame 33
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.chars[1].stop();
_root.getFormal();
} else {
gotoAndPlay (2);
_root.chars[1].play();
}
Symbol 221 MovieClip Frame 34
gotoAndPlay ("visited");
Symbol 222 MovieClip Frame 90
this._visible = false;
_root.charActive = false;
if (!_root.endLevel) {
_root.startNextSession();
}
gotoAndStop (1);
char.gotoAndStop(1);
Symbol 231 MovieClip Frame 1
if (_root.mus == 1) {
stopAllSounds();
}
Symbol 231 MovieClip Frame 29
stop();
Symbol 232 MovieClip Frame 1
stop();
_root.charActive = false;
Symbol 232 MovieClip Frame 2
_root.charActive = false;
Symbol 232 MovieClip Frame 3
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
} else {
gotoAndPlay ("normal");
}
Symbol 232 MovieClip Frame 4
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 232 MovieClip Frame 5
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 232 MovieClip Frame 6
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 232 MovieClip Frame 7
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 232 MovieClip Frame 8
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 232 MovieClip Frame 9
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 232 MovieClip Frame 10
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 232 MovieClip Frame 11
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 232 MovieClip Frame 12
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 232 MovieClip Frame 13
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 232 MovieClip Frame 14
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 232 MovieClip Frame 15
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 232 MovieClip Frame 16
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 232 MovieClip Frame 17
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 232 MovieClip Frame 18
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 232 MovieClip Frame 19
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 232 MovieClip Frame 20
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 232 MovieClip Frame 21
gotoAndPlay ("back");
Symbol 232 MovieClip Frame 22
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
} else {
gotoAndPlay ("back");
}
Symbol 232 MovieClip Frame 35
gotoAndPlay ("visited");
Symbol 232 MovieClip Frame 36
_root.charActive = false;
Symbol 232 MovieClip Frame 55
if (!_root.endLevel) {
_root.startNextSession();
}
gotoAndStop (1);
_root.chars[2]._visible = false;
Instance of Symbol 240 MovieClip in Symbol 246 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 242 MovieClip in Symbol 246 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 240 MovieClip in Symbol 246 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 242 MovieClip in Symbol 246 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 240 MovieClip in Symbol 246 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 242 MovieClip in Symbol 246 MovieClip Frame 1
/* no clip actions */
Symbol 273 MovieClip Frame 1
stop();
Symbol 312 MovieClip Frame 1
if (_root.mus == 1) {
stopAllSounds();
}
Symbol 314 MovieClip Frame 1
stop();
_root.charActive = false;
Symbol 314 MovieClip Frame 2
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
} else {
gotoAndPlay ("normal");
}
Symbol 314 MovieClip Frame 3
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 4
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 5
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 6
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 7
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 8
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 9
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 10
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 11
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 12
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 13
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 14
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 15
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 16
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 17
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 18
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 19
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 20
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 21
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 22
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 23
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 24
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 25
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 26
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 27
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 314 MovieClip Frame 28
gotoAndPlay (2);
Symbol 314 MovieClip Frame 29
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.chars[0].stop();
_root.getFormal();
} else {
gotoAndPlay (2);
_root.chars[0].play();
}
Symbol 314 MovieClip Frame 38
gotoAndPlay ("visited");
Symbol 322 MovieClip Frame 1
_root.charActive = false;
Symbol 322 MovieClip Frame 2
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
} else {
gotoAndPlay ("normal");
}
Symbol 322 MovieClip Frame 27
gotoAndPlay (1);
Symbol 322 MovieClip Frame 28
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.chars[0].stop();
_root.getFormal();
} else {
gotoAndPlay (1);
_root.chars[0].play();
}
Symbol 322 MovieClip Frame 37
gotoAndPlay ("visited");
Symbol 356 MovieClip Frame 1
_root.charActive = false;
Symbol 356 MovieClip Frame 23
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
} else {
gotoAndPlay ("normal");
}
Symbol 356 MovieClip Frame 24
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 356 MovieClip Frame 25
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 356 MovieClip Frame 26
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 356 MovieClip Frame 27
gotoAndPlay (1);
Symbol 356 MovieClip Frame 28
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.chars[0].stop();
_root.getFormal();
} else {
gotoAndPlay (1);
_root.chars[0].play();
}
Symbol 356 MovieClip Frame 37
gotoAndPlay ("visited");
Symbol 357 MovieClip Frame 100
this._visible = false;
_root.charActive = false;
if (!_root.endLevel) {
_root.startNextSession();
}
gotoAndStop (1);
char.gotoAndStop(1);
Symbol 421 MovieClip Frame 1
if (_root.mus == 1) {
stopAllSounds();
}
Symbol 440 MovieClip Frame 1
stop();
Symbol 440 MovieClip Frame 2
stop();
Symbol 440 MovieClip Frame 3
stop();
Symbol 440 MovieClip Frame 4
_root.mainScore--;
_root.frame.footer.scoreTxt.text = _root.mainScore;
gotoAndPlay ("scared");
Symbol 456 Button
on (release) {
getURL ("http://www.rainbowdressup.com", "_blank");
}
Instance of Symbol 452 MovieClip "restart" in Symbol 468 MovieClip Frame 1
on (release) {
_root.gotoAndStop("help");
}
Instance of Symbol 465 MovieClip "music" in Symbol 468 MovieClip Frame 1
on (release) {
if (_root.mus == 0) {
_root.mus = 1;
_root.ms.stop();
} else if (_root.mus == 1) {
_root.ms.play();
_root.mus = 0;
}
}
Symbol 531 MovieClip Frame 1
stop();
Instance of Symbol 522 MovieClip in Symbol 531 MovieClip Frame 1
on (release) {
_root.play();
}
Instance of Symbol 526 MovieClip in Symbol 531 MovieClip Frame 1
on (release) {
getURL ("http://www.rainbowdressup.com", "_blank");
}
Symbol 531 MovieClip Frame 2
stop();
Instance of Symbol 528 MovieClip in Symbol 531 MovieClip Frame 2
on (release) {
clearInterval(_root.appearenceInterval);
_parent._visible = false;
_root.couple.gotoAndStop(1);
if (_root.level < 3) {
_root.frame.footer.timer.text = "02:00";
_root.countDownSeconds = 59;
_root.countDownMinutes = 1;
} else if (_root.level >= 3) {
_root.countDownSeconds = 59;
_root.countDownMinutes = 4;
_root.frame.footer.timer.text = "05:00";
}
_root.startGame();
}
Instance of Symbol 530 MovieClip in Symbol 531 MovieClip Frame 2
on (release) {
getURL ("http://www.rainbowdressup.com", "_blank");
}
Symbol 546 MovieClip Frame 1
stop();
_root.charActive = false;
Symbol 546 MovieClip Frame 2
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
} else {
gotoAndPlay ("normal");
}
Symbol 546 MovieClip Frame 3
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 4
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 5
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 6
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 7
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 8
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 9
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 10
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 11
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 12
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 13
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 14
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 15
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 16
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 17
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 18
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 19
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 20
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 21
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 22
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 23
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 24
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 25
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 26
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 27
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 546 MovieClip Frame 28
gotoAndPlay (2);
Symbol 546 MovieClip Frame 29
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.chars[0].stop();
_root.getFormal();
} else {
gotoAndPlay ("normal");
_root.chars[0].play();
}
Symbol 546 MovieClip Frame 38
gotoAndPlay ("visited");
Symbol 555 MovieClip Frame 1
Symbol 555 MovieClip Frame 2
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
} else {
gotoAndPlay ("normal");
}
Symbol 555 MovieClip Frame 27
gotoAndPlay (1);
Symbol 555 MovieClip Frame 28
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.chars[0].stop();
_root.getFormal();
} else {
gotoAndPlay ("normal");
_root.chars[0].play();
}
Symbol 555 MovieClip Frame 37
gotoAndPlay ("visited");
Symbol 556 MovieClip Frame 100
this._visible = false;
_root.charActive = false;
if (!_root.endLevel) {
_root.startNextSession();
}
gotoAndStop (1);
char.gotoAndStop(1);
Symbol 564 MovieClip Frame 40
gotoAndStop (1);
Symbol 568 MovieClip Frame 40
gotoAndStop (1);
Symbol 572 MovieClip Frame 40
gotoAndStop (1);
Symbol 576 MovieClip Frame 40
gotoAndStop (1);
Symbol 577 MovieClip Frame 1
stop();
Symbol 577 MovieClip Frame 2
pl1.play();
Symbol 577 MovieClip Frame 3
pl2.gotoAndPlay(1);
Symbol 577 MovieClip Frame 4
pl3.gotoAndPlay(1);
Symbol 577 MovieClip Frame 5
pl4.gotoAndPlay(1);
Symbol 582 MovieClip Frame 1
stop();
Symbol 591 MovieClip Frame 1
stop();
Symbol 594 MovieClip Frame 1
stop();
Symbol 597 MovieClip Frame 1
stop();
Symbol 598 MovieClip Frame 1
stop();
Instance of Symbol 536 MovieClip in Symbol 600 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 538 MovieClip in Symbol 600 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 536 MovieClip in Symbol 600 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 538 MovieClip in Symbol 600 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 536 MovieClip in Symbol 600 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 538 MovieClip in Symbol 600 MovieClip Frame 1
/* no clip actions */
Symbol 679 MovieClip Frame 1
if (_root.mus == 1) {
stopAllSounds();
}
Symbol 708 MovieClip Frame 1
stop();
Symbol 708 MovieClip Frame 2
stop();
Symbol 708 MovieClip Frame 3
stop();
Symbol 708 MovieClip Frame 4
_root.mainScore--;
_root.frame.footer.scoreTxt.text = _root.mainScore;
gotoAndPlay ("scared");
Symbol 753 MovieClip Frame 1
if (_root.mus == 1) {
stopAllSounds();
}
Symbol 755 MovieClip Frame 1
stop();
_root.charActive = false;
Symbol 755 MovieClip Frame 2
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
} else {
gotoAndPlay ("normal");
}
Symbol 755 MovieClip Frame 3
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 755 MovieClip Frame 4
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 755 MovieClip Frame 5
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 755 MovieClip Frame 6
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 755 MovieClip Frame 7
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 755 MovieClip Frame 8
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 755 MovieClip Frame 9
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 755 MovieClip Frame 10
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 755 MovieClip Frame 11
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 755 MovieClip Frame 12
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 755 MovieClip Frame 13
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 755 MovieClip Frame 14
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 755 MovieClip Frame 15
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 755 MovieClip Frame 16
gotoAndPlay (2);
Symbol 755 MovieClip Frame 17
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.chars[0].stop();
_root.getFormal();
} else {
gotoAndPlay (1);
_root.chars[0].play();
}
Symbol 755 MovieClip Frame 23
gotoAndPlay ("visited");
Symbol 756 MovieClip Frame 45
this._visible = false;
_root.charActive = false;
if (!_root.endLevel) {
_root.startNextSession();
}
char.gotoAndStop(1);
gotoAndStop (1);
Symbol 757 MovieClip Frame 1
if (_root.mus == 1) {
stopAllSounds();
}
Symbol 757 MovieClip Frame 29
stop();
Symbol 758 MovieClip Frame 1
stop();
_root.charActive = false;
Symbol 758 MovieClip Frame 2
_root.charActive = false;
Symbol 758 MovieClip Frame 3
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
} else {
gotoAndPlay ("normal");
}
Symbol 758 MovieClip Frame 4
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 758 MovieClip Frame 5
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 758 MovieClip Frame 6
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 758 MovieClip Frame 7
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 758 MovieClip Frame 8
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 758 MovieClip Frame 9
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 758 MovieClip Frame 10
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 758 MovieClip Frame 11
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 758 MovieClip Frame 12
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 758 MovieClip Frame 13
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 758 MovieClip Frame 14
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 758 MovieClip Frame 15
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 758 MovieClip Frame 16
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 758 MovieClip Frame 17
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 758 MovieClip Frame 18
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 758 MovieClip Frame 19
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 758 MovieClip Frame 20
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 758 MovieClip Frame 21
gotoAndPlay ("back");
Symbol 758 MovieClip Frame 22
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
} else {
gotoAndPlay ("back");
}
Symbol 758 MovieClip Frame 35
gotoAndPlay ("visited");
Symbol 758 MovieClip Frame 36
_root.charActive = false;
Symbol 758 MovieClip Frame 55
if (!_root.endLevel) {
_root.startNextSession();
}
gotoAndStop (1);
_root.chars[2]._visible = false;
Instance of Symbol 793 MovieClip in Symbol 794 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = this._rotation + 2;
}
Symbol 797 MovieClip Frame 90
this._visible = false;
_root.charActive = false;
if (!_root.endLevel) {
_root.startNextSession();
}
gotoAndStop (1);
char.gotoAndStop(1);
Instance of Symbol 769 MovieClip in Symbol 809 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 771 MovieClip in Symbol 809 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 769 MovieClip in Symbol 809 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 771 MovieClip in Symbol 809 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 769 MovieClip in Symbol 809 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 771 MovieClip in Symbol 809 MovieClip Frame 1
/* no clip actions */
Symbol 831 MovieClip Frame 1
if (_root.mus == 1) {
stopAllSounds();
}
Symbol 832 MovieClip Frame 1
stop();
_root.charActive = false;
Symbol 832 MovieClip Frame 21
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
} else {
gotoAndPlay ("normal");
}
Symbol 832 MovieClip Frame 22
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 23
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 24
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 25
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 26
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 27
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 28
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 29
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 30
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 31
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 32
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 33
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 34
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 35
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 36
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 37
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 38
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 39
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 40
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 41
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 42
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 43
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 44
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 45
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 46
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 47
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 48
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 49
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 50
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 51
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 52
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 53
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 54
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 55
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 56
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 57
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 58
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 59
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 60
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 61
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 62
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 63
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 64
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 65
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 66
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 67
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 68
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 69
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 70
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 71
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 72
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 73
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 74
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 75
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 76
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 77
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 78
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 79
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 80
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 81
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 82
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 83
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 84
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 832 MovieClip Frame 85
gotoAndPlay ("back");
Symbol 832 MovieClip Frame 86
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
} else {
gotoAndPlay ("normal");
}
Symbol 832 MovieClip Frame 115
gotoAndPlay ("visited");
Symbol 832 MovieClip Frame 116
_root.charActive = false;
Symbol 832 MovieClip Frame 136
if (!_root.endLevel) {
_root.startNextSession();
}
Symbol 844 MovieClip Frame 1
if (_root.mus == 1) {
stopAllSounds();
}
Symbol 845 MovieClip Frame 1
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = false;
Symbol 845 MovieClip Frame 2
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 3
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 4
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 5
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 6
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 7
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 8
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 9
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 10
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 11
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 12
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 13
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 14
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 15
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 16
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 17
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 18
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 19
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 20
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 21
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 22
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 23
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
} else {
gotoAndPlay ("normal");
}
Symbol 845 MovieClip Frame 24
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 25
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 26
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 27
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
gotoAndPlay ("back");
Symbol 845 MovieClip Frame 28
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
} else {
gotoAndPlay ("normal");
}
Symbol 845 MovieClip Frame 29
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 30
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 31
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 32
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 33
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
gotoAndPlay ("visited");
Symbol 845 MovieClip Frame 34
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = false;
Symbol 845 MovieClip Frame 35
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 36
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 37
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 38
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 39
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 40
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 41
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 42
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 43
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 44
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 45
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 46
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 47
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 48
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 49
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 50
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 51
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 52
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 53
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 54
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 55
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 845 MovieClip Frame 56
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
if (!_root.endLevel) {
_root.startNextSession();
}
gotoAndStop (1);
_root.room4.gotoAndStop(1);
Symbol 858 MovieClip Frame 1
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 2
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 3
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 4
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 5
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 6
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 7
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 8
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 9
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 10
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 11
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 12
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 13
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 14
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 15
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = false;
Symbol 858 MovieClip Frame 16
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
} else {
gotoAndPlay ("normal");
}
Symbol 858 MovieClip Frame 17
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 18
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 19
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 20
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 21
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 22
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 23
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 24
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 25
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 26
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 27
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 28
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 29
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 30
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 31
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 32
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 33
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 34
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 35
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 36
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 37
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 38
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 39
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 40
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 41
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 858 MovieClip Frame 42
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
gotoAndPlay ("back");
Symbol 858 MovieClip Frame 43
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
} else {
gotoAndPlay ("back");
}
Symbol 858 MovieClip Frame 44
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 45
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 46
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 47
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 48
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 49
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 50
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 51
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 52
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 53
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 54
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 55
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 56
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
gotoAndPlay ("visited");
Symbol 858 MovieClip Frame 57
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
_root.charActive = false;
Symbol 858 MovieClip Frame 58
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 59
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 60
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 61
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 62
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 63
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 64
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 65
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 66
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 67
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 68
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 69
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 70
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 71
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 72
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 73
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 74
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 75
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 76
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 77
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 78
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 79
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 80
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 81
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 82
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 83
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 84
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 85
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 86
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 87
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
Symbol 858 MovieClip Frame 88
function moth_res() {
if (_root.resume == 0) {
clearInterval(fls);
play();
}
}
if (_root.resume == 1) {
stop();
fls = setInterval(moth_res, 0);
}
if (!_root.endLevel) {
_root.startNextSession();
}
gotoAndStop (1);
_root.room4.gotoAndStop(1);
Symbol 859 MovieClip Frame 1
stop();
Symbol 859 MovieClip Frame 2
stop();
Symbol 859 MovieClip Frame 3
stop();
Symbol 900 MovieClip Frame 1
if (_root.mus == 1) {
stopAllSounds();
}
Symbol 902 MovieClip Frame 1
stop();
_root.charActive = false;
Symbol 902 MovieClip Frame 23
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
} else {
gotoAndPlay ("normal");
}
Symbol 902 MovieClip Frame 24
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 902 MovieClip Frame 25
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 902 MovieClip Frame 26
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 902 MovieClip Frame 27
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 902 MovieClip Frame 28
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 902 MovieClip Frame 29
_root.charActive = true;
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.getFormal();
}
Symbol 902 MovieClip Frame 30
gotoAndPlay (2);
Symbol 902 MovieClip Frame 31
if (_root.currentKissingStatus) {
gotoAndPlay ("visited");
_root.chars[0].stop();
_root.getFormal();
} else {
gotoAndPlay (2);
_root.chars[0].play();
}
Symbol 902 MovieClip Frame 37
gotoAndPlay ("visited");
Symbol 903 MovieClip Frame 95
this._visible = false;
_root.charActive = false;
if (!_root.endLevel) {
_root.startNextSession();
}
char.gotoAndStop(1);
gotoAndStop (1);
Instance of Symbol 905 MovieClip in Symbol 906 MovieClip Frame 1
on (release) {
_root.gotoAndStop("level1");
}
Instance of Symbol 530 MovieClip in Symbol 906 MovieClip Frame 1
on (release) {
getURL ("http://www.rainbowdressup.com", "_blank");
}