Symbol 43 MovieClip Frame 1
stop();
Symbol 44 MovieClip Frame 1
trace(targetPath(this));
stop();
Symbol 61 MovieClip Frame 1
_root.plevel = 1;
_root.psounds = 12;
_root.pcurrent = _root.timer._currentframe;
_root.pthreshold = 50;
onPress = function () {
var _local1 = _root;
_local1.pelapsed = _local1.timer._currentframe - _local1.pcurrent;
_local1.pcurrent = _local1.timer._currentframe;
if (_local1.pelapsed > _local1.pthreshold) {
_local1.plevel = _local1.plevel - int(_local1.pelapsed / _local1.pthreshold);
if (_local1.plevel < 1) {
_local1.plevel = 1;
}
}
if (_local1.pelapsed < (_local1.pthreshold + 1)) {
_local1.plevel = _local1.plevel + 1;
if (_local1.plevel > _local1.psounds) {
_local1.plevel = _local1.psounds;
}
}
if (_level0.instance7.ooface._currentframe == 1) {
_level0.instance7.ooface.gotoAndPlay(2);
}
if (_level0.instance7.ooface._currentframe > 20) {
_level0.instance7.ooface.gotoAndPlay(_level0.instance7.ooface._currentframe - 10);
}
stopAllSounds();
gotoAndStop(_local1.plevel + 4);
};
stop();
Symbol 61 MovieClip Frame 5
gotoAndStop ("edn");
Symbol 61 MovieClip Frame 6
gotoAndStop ("edn");
Symbol 61 MovieClip Frame 7
gotoAndStop ("edn");
Symbol 61 MovieClip Frame 8
gotoAndStop ("edn");
Symbol 61 MovieClip Frame 9
gotoAndStop ("edn");
Symbol 61 MovieClip Frame 10
gotoAndStop ("edn");
Symbol 61 MovieClip Frame 11
gotoAndStop ("edn");
Symbol 61 MovieClip Frame 12
gotoAndStop ("edn");
Symbol 61 MovieClip Frame 13
gotoAndStop ("edn");
Symbol 61 MovieClip Frame 14
gotoAndStop ("edn");
Symbol 61 MovieClip Frame 15
gotoAndStop ("edn");
Symbol 61 MovieClip Frame 16
play();
Symbol 61 MovieClip Frame 17
stop();
Symbol 63 MovieClip Frame 1
_root.nlevel = 1;
_root.nsounds = 12;
_root.ncurrent = _root.timer._currentframe;
_root.nthreshold = 45;
onPress = function () {
var _local1 = _root;
_local1.nelapsed = _local1.timer._currentframe - _local1.ncurrent;
_local1.ncurrent = _local1.timer._currentframe;
if (_local1.nelapsed > _local1.nthreshold) {
_local1.nlevel = _local1.nlevel - int(_local1.nelapsed / _local1.nthreshold);
if (_local1.nlevel < 1) {
_local1.nlevel = 1;
}
}
if (_local1.nelapsed < (_local1.nthreshold + 1)) {
_local1.nlevel = _local1.nlevel + 1;
if (_local1.nlevel > _local1.nsounds) {
_local1.nlevel = _local1.nsounds;
}
}
if (_level0.instance7.ooface._currentframe == 1) {
_level0.instance7.ooface.gotoAndPlay(2);
}
if (_level0.instance7.ooface._currentframe > 20) {
_level0.instance7.ooface.gotoAndPlay(_level0.instance7.ooface._currentframe - 10);
}
stopAllSounds();
gotoAndStop(_local1.nlevel + 4);
};
stop();
Symbol 63 MovieClip Frame 5
gotoAndStop ("edn");
Symbol 63 MovieClip Frame 6
gotoAndStop ("edn");
Symbol 63 MovieClip Frame 7
gotoAndStop ("edn");
Symbol 63 MovieClip Frame 8
gotoAndStop ("edn");
Symbol 63 MovieClip Frame 9
gotoAndStop ("edn");
Symbol 63 MovieClip Frame 10
gotoAndStop ("edn");
Symbol 63 MovieClip Frame 11
gotoAndStop ("edn");
Symbol 63 MovieClip Frame 12
gotoAndStop ("edn");
Symbol 63 MovieClip Frame 13
gotoAndStop ("edn");
Symbol 63 MovieClip Frame 14
gotoAndStop ("edn");
Symbol 63 MovieClip Frame 15
gotoAndStop ("edn");
Symbol 63 MovieClip Frame 16
play();
Symbol 63 MovieClip Frame 17
stop();
Symbol 70 MovieClip Frame 1
_root.level = 1;
_root.sounds = 5;
_root.current = _root.timer._currentframe;
_root.threshold = 50;
onPress = function () {
var _local1 = _root;
_local1.elapsed = _local1.timer._currentframe - _local1.current;
_local1.current = _local1.timer._currentframe;
if (_local1.elapsed > _local1.threshold) {
_local1.level = Math.round(_local1.level - (_local1.elapsed / _local1.threshold));
if (_local1.level < 1) {
_local1.level = 1;
}
}
if (_local1.elapsed < (_local1.threshold + 1)) {
_local1.level = _local1.level + 1;
if (_local1.level > _local1.sounds) {
_local1.level = _local1.sounds;
}
}
if (_level0.instance7.giggle._currentframe == 1) {
_level0.instance7.giggle.gotoAndPlay(2);
}
if (_level0.instance7.giggle._currentframe > 20) {
_level0.instance7.giggle.gotoAndPlay(_level0.instance7.ooface._currentframe - 10);
}
stopAllSounds();
gotoAndStop(_local1.level + 4);
};
stop();
Symbol 70 MovieClip Frame 5
gotoAndStop ("edn");
Symbol 70 MovieClip Frame 6
gotoAndStop ("edn");
Symbol 70 MovieClip Frame 7
gotoAndStop ("edn");
Symbol 70 MovieClip Frame 8
gotoAndStop ("edn");
Symbol 70 MovieClip Frame 9
gotoAndStop ("edn");
Symbol 70 MovieClip Frame 10
stop();
Symbol 84 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 86 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 88 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 90 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 92 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 94 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 98 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 100 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 103 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 105 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 109 MovieClip Frame 1
left = 0;
top = 0;
right = Stage.width;
bottom = Stage.height;
_root.meekrabshirt.onPress = function () {
startDrag (this, false, left, top, right, bottom);
};
_root.meekrabshirt.onRelease = function () {
stopDrag();
};
Symbol 111 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 113 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 115 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 117 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 119 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 121 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 123 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 125 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 127 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 129 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 131 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 133 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};
Symbol 135 MovieClip Frame 1
onPress = function () {
startDrag (this, false, 0, 0, Stage.width, Stage.height);
};
onRelease = function () {
stopDrag();
};