Combined Code
frame 1 {
stop();
_root.score = 0;
_root.score1 = 0;
_root.score2 = 0;
_root.score3 = 0;
_root.score4 = 0;
_root.score5 = 0;
_root.score6 = 0;
_root.snowScore = 0;
_root.waterScore = 0;
_root.slideScore = 0;
_root.yoshi = 0;
_root.mainsion = 0;
_root.bowsersLevel = 0;
_root.healthMode = true;
_root.classicMode = false;
_root.pointsMethod = true;
_root.countingMethod = false;
_root.godMode = false;
Stage.showMenu = false;
_quality = 'HIGH';
}
movieClip 3 {
}
movieClip 4 {
}
movieClip 5 {
}
movieClip 7 {
}
movieClip 13 {
}
movieClip 14 {
}
movieClip 15 {
frame 20 {
stop();
}
}
movieClip 18 {
}
movieClip 20 {
}
movieClip 30 {
}
button 32 {
on (release) {
_root.play();
}
}
movieClip 34 {
frame 1 {
function timerHandler() {
if (!loadingComplete) {
var v2 = _root.getBytesLoaded() / _root.getBytesTotal();
bar._xscale = 100 * v2;
if (v2 == 1) {
loadingComplete = true;
if (AUTO_PLAY) {
startMovie();
return undefined;
}
gotoAndStop('loaded');
return undefined;
}
}
}
function startMovie() {
_root.play();
}
_root.stop();
stop();
var AUTO_PLAY = false;
var loadingComplete = false;
timerHandler();
}
instance of movieClip 20 {
onClipEvent (enterFrame) {
_parent.timerHandler();
}
}
frame 2 {
stop();
}
}
movieClip 37 {
}
button 39 {
on (release) {
getURL('http://www.flashcartoons.org/', '_blank');
}
}
movieClip 41 {
}
movieClip 43 {
}
movieClip 45 {
}
frame 2 {
stop();
}
frame 2 {
customCursor.startDrag('false');
Mouse.show();
}
movieClip 55 {
}
button 57 {
on (press) {
stopAllSounds();
_root.gotoAndStop('water');
}
}
movieClip 59 {
}
button 61 {
on (press) {
stopAllSounds();
_root.gotoAndStop('snowLevel');
}
}
movieClip 63 {
}
button 64 {
on (press) {
stopAllSounds();
_root.gotoAndStop('slideLevel');
}
}
movieClip 66 {
}
movieClip 68 {
}
button 70 {
on (press) {
stopAllSounds();
_root.gotoAndStop('oworld');
}
}
movieClip 72 {
}
button 74 {
on (press) {
stopAllSounds();
_root.gotoAndStop('luigisMansion');
}
}
movieClip 76 {
}
movieClip 77 {
}
button 78 {
on (press) {
stopAllSounds();
_root.gotoAndStop('bowser');
}
}
movieClip 79 {
}
movieClip 81 {
}
button 83 {
on (release) {
getURL('http://www.flashcartoons.org/Games/droppin2.html', '_blank');
}
}
movieClip 87 {
}
button 88 {
on (press) {
stopAllSounds();
_root.gotoAndStop('options');
}
}
movieClip 91 {
}
button 93 {
on (press) {
stopAllSounds();
_root.gotoAndStop('help');
}
}
movieClip 94 {
}
instance of movieClip 94 {
onClipEvent (enterFrame) {
if (_root.snowScore > _root.score2) {
_root.score2 = _root.snowScore;
}
if (_root.waterScore > _root.score1) {
_root.score1 = _root.waterScore;
}
if (_root.slideScore > _root.score3) {
_root.score3 = _root.slideScore;
}
if (_root.yoshi > _root.score4) {
_root.score4 = _root.yoshi;
}
if (_root.mainsion > _root.score5) {
_root.score5 = _root.mainsion;
}
if (_root.bowsersLevel > _root.score6) {
_root.score6 = _root.bowsersLevel;
}
}
}
frame 3 {
_root.currentLevel = 'snowLevel';
}
frame 3 {
customCursor.startDrag('true');
Mouse.hide();
}
movieClip 97 {
}
movieClip 98 {
frame 56 {
stop();
}
}
movieClip 100 {
}
movieClip 101 {
frame 53 {
stop();
}
}
movieClip 103 {
}
movieClip 104 {
frame 54 {
stop();
}
}
movieClip 106 {
}
movieClip 107 {
frame 54 {
stop();
}
}
movieClip 109 {
}
movieClip 110 {
frame 54 {
stop();
}
}
movieClip 112 {
}
movieClip 113 {
frame 53 {
stop();
}
}
movieClip 115 {
}
movieClip 116 {
frame 52 {
stop();
}
}
movieClip 118 {
}
movieClip 119 {
frame 53 {
stop();
}
}
movieClip 121 {
}
movieClip 122 {
frame 53 {
stop();
}
}
movieClip 124 {
}
movieClip 125 {
frame 53 {
stop();
}
}
movieClip 126 {
}
movieClip 130 {
}
movieClip 134 {
}
movieClip 135 {
}
movieClip 137 {
}
movieClip 138 {
instance of movieClip 137 {
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.godMode == false) {
if (_root.classicMode == true) {
if (this.hitTest(_root.customCursor.box)) {
stopAllSounds();
_root.gotoAndStop('looser');
}
}
if (_root.healthMode == true) {
if (this.hitTest(_root.customCursor.box)) {
_root.healthBar.nextFrame();
}
}
}
}
}
}
movieClip 139 {
frame 1 {
this._rotation = random(360);
}
}
movieClip 141 {
frame 1 {
this._x = random(550);
}
frame 9 {
if (_root.pointsMethod == true) {
_root.snowScore += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.snowScore += 1;
_root.score += 1;
}
}
frame 55 {
stop();
}
}
movieClip 143 {
}
movieClip 145 {
frame 1 {
this._y = random(400) + 150;
if (_root.pointsMethod == true) {
_root.snowScore += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.snowScore += 1;
_root.score += 1;
}
}
frame 69 {
stop();
}
}
movieClip 147 {
}
movieClip 148 {
frame 1 {
this._rotation = random(360);
}
}
movieClip 150 {
frame 1 {
this._x = random(550);
}
frame 10 {
if (_root.pointsMethod == true) {
_root.snowScore += 25;
_root.score += 25;
}
if (_root.countingMethod == true) {
_root.snowScore += 1;
_root.score += 1;
}
}
frame 66 {
stop();
}
}
movieClip 151 {
}
button 152 {
on (rollOver) {
this._visible = false;
if (_root.pointsMethod == true) {
_root.snowScore += 50;
_root.score += 50;
}
}
}
movieClip 153 {
frame 1 {
this._x = random(550);
if (_root.countingMethod == true) {
_root.snowScore += 1;
_root.score += 1;
}
}
frame 56 {
stop();
}
}
movieClip 156 {
}
movieClip 158 {
frame 1 {
this._x = random(550) + 120;
}
frame 7 {
if (_root.pointsMethod == true) {
_root.snowScore += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.snowScore += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 160 {
}
button 161 {
on (rollOver) {
if (_root.pointsMethod == true) {
_root.snowScore += 50;
_root.score += 50;
}
this._visible = false;
}
}
movieClip 162 {
frame 1 {
this._y = random(400) + 150;
-10;
this._x = random(550);
}
frame 2 {
if (_root.countingMethod == true) {
_root.snowScore += 1;
_root.score += 1;
}
}
frame 32 {
stop();
}
}
movieClip 164 {
}
movieClip 166 {
frame 1 {
this._y = random(400) + 150;
-15;
}
frame 7 {
if (_root.pointsMethod == true) {
_root.snowScore += 25;
_root.score += 25;
}
if (_root.countingMethod == true) {
_root.snowScore += 1;
_root.score += 1;
}
}
frame 62 {
stop();
}
}
movieClip 168 {
}
movieClip 170 {
}
movieClip 172 {
frame 1 {
this._y = random(400) + 150;
-20;
}
frame 5 {
if (_root.pointsMethod == true) {
_root.snowScore += 20;
_root.score += 20;
}
if (_root.countingMethod == true) {
_root.snowScore += 1;
_root.score += 1;
}
}
frame 68 {
stop();
}
}
movieClip 174 {
}
movieClip 175 {
}
movieClip 176 {
frame 1 {
this._y = random(400) + 150;
if (_root.countingMethod == true) {
_root.snowScore += 1;
_root.score += 1;
}
}
instance of movieClip 175 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.customCursor)) {
if (_root.pointsMethod == true) {
_root.snowScore += 15;
_root.score += 15;
}
this._visible = false;
}
}
}
frame 56 {
stop();
}
}
movieClip 180 {
frame 1 {
this._x = random(550) + 120;
}
frame 8 {
if (_root.pointsMethod == true) {
_root.snowScore += 20;
_root.score += 20;
}
if (_root.countingMethod == true) {
_root.snowScore += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 182 {
}
movieClip 184 {
frame 1 {
this._x = random(550) + 120;
}
frame 8 {
if (_root.pointsMethod == true) {
_root.snowScore += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.snowScore += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 186 {
}
movieClip 188 {
frame 1 {
this._y = random(400) + 150;
}
frame 9 {
if (_root.pointsMethod == true) {
_root.snowScore += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.snowScore += 1;
_root.score += 1;
}
}
frame 62 {
stop();
}
}
movieClip 189 {
instance of movieClip 126 {
onClipEvent (load) {
this.gotoAndStop(random(10) + 1);
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
frame 5081 {
_root.gotoAndStop('youWin');
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 130 {
onClipEvent (load) {
k = 0;
while (k < 50) {
duplicateMovieClip(this.snow, 'snow' + k, k);
++k;
}
movieWidth = 550;
movieHeight = 400;
i = 1 + Math.random() * 2;
k = -Math.PI + Math.random() * Math.PI;
this._yscale = 50 + Math.random() * 100;
this._xscale = this._yscale;
this._alpha = 75 + Math.random() * 100;
this._x = -10 + Math.random() * movieWidth;
this._y = -10 + Math.random() * movieHeight;
}
onClipEvent (enterFrame) {
rad += (k / 180) * Math.PI;
this._x -= Math.cos(rad);
this._y += i;
if (this._y >= movieHeight) {
this._y = -5;
}
if (this._x >= movieWidth || this._x <= 0) {
this._x = -10 + Math.random() * movieWidth;
this._y = -15;
}
}
}
instance of movieClip 94 {
onClipEvent (enterFrame) {
if (_root.snowScore > _root.score2) {
_root.score2 = _root.score;
}
if (_root.waterScore > _root.score1) {
_root.score1 = _root.score;
}
if (_root.slideScore > _root.score3) {
_root.score3 = _root.score;
}
if (_root.yoshi > _root.score4) {
_root.score4 = _root.score;
}
if (_root.mainsion > _root.score5) {
_root.score5 = _root.score;
}
if (_root.bowsersLevel > _root.score6) {
_root.score6 = _root.score;
}
}
}
movieClip 195 {
frame 1 {
stop();
}
frame 100 {
stopAllSounds();
_root.gotoAndStop('looser');
}
}
instance healthBar of movieClip 195 {
onClipEvent (enterFrame) {
if (_root.healthMode == false) {
this._visible = false;
} else {
this._visible = true;
}
}
}
movieClip 197 {
}
movieClip 199 {
}
movieClip 205 {
frame 1 {
stop();
}
}
movieClip 206 {
frame 1 {
stop();
}
}
movieClip 210 {
}
movieClip 211 {
frame 1 {
stop();
}
instance box of movieClip 199 {
onClipEvent (load) {
this._visible = false;
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 206 {
onClipEvent (enterFrame) {
if (_root.bowser.hit3.hitTest(this)) {
this.gotoAndStop(2);
_root.play();
}
}
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
instance cursor of movieClip 210 {
onClipEvent (enterFrame) {
this._x = _root._xmouse;
this._y = _root._ymouse;
Mouse.hide();
}
}
}
instance customCursor of movieClip 211 {
onClipEvent (load) {
if (_root.cursorChoice == 1) {
this.gotoAndStop(1);
}
if (_root.cursorChoice == 2) {
this.gotoAndStop(2);
}
if (_root.cursorChoice == 3) {
this.gotoAndStop(3);
}
if (_root.cursorChoice == 4) {
this.gotoAndStop(4);
}
if (_root.cursorChoice == 5) {
this.gotoAndStop(5);
}
if (_root.cursorChoice == 6) {
this.gotoAndStop(6);
}
}
}
button 212 {
on (press) {
stopAllSounds();
_root.gotoAndStop('looser');
}
}
movieClip 214 {
}
instance of movieClip 214 {
onClipEvent (enterFrame) {
if (_root.customCursor.box.hitTest(this)) {
gotoAndStop('looser');
}
}
}
instance of movieClip 214 {
onClipEvent (enterFrame) {
if (_root.customCursor.box.hitTest(this)) {
gotoAndStop('looser');
}
}
}
instance of movieClip 214 {
onClipEvent (enterFrame) {
if (_root.customCursor.box.hitTest(this)) {
gotoAndStop('looser');
}
}
}
instance of movieClip 214 {
onClipEvent (enterFrame) {
if (_root.customCursor.box.hitTest(this)) {
gotoAndStop('looser');
}
}
}
movieClip 216 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 217 {
instance of movieClip 216 {
onClipEvent (enterFrame) {
if (_root.godMode == false) {
this.gotoAndStop(1);
if (this.hitTest(_root.customCursor.box)) {
_root.gotoAndStop('looser');
}
} else {
if (_root.godMode == true) {
this.gotoAndStop(2);
}
}
}
}
}
instance of movieClip 217 {
onClipEvent (load) {
this._visible = false;
}
}
frame 4 {
_root.currentLevel = 'water';
_root.timer = 0;
}
frame 4 {
customCursor.startDrag('true');
Mouse.hide();
}
movieClip 221 {
}
movieClip 223 {
frame 1 {
this._x = random(550) + 120;
}
frame 5 {
if (_root.pointsMethod == true) {
_root.waterScore += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.waterScore += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 225 {
}
movieClip 227 {
frame 1 {
this._y = random(400) + 135;
}
frame 6 {
if (_root.pointsMethod == true) {
_root.waterScore += 25;
_root.score += 25;
}
if (_root.countingMethod == true) {
_root.waterScore += 1;
_root.score += 1;
}
}
}
movieClip 228 {
}
movieClip 230 {
frame 1 {
this._x = random(550) + 120;
}
frame 11 {
if (_root.pointsMethod == true) {
_root.waterScore += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.waterScore += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 231 {
}
button 232 {
on (rollOver) {
if (_root.pointsMethod == true) {
_root.waterScore += 100;
_root.score += 100;
}
}
}
movieClip 233 {
frame 1 {
this._y = random(400) + 150;
-10;
this._x = random(550);
}
frame 2 {
if (_root.countingMethod == true) {
_root.waterScore += 1;
_root.score += 1;
}
}
frame 32 {
stop();
}
}
movieClip 234 {
}
movieClip 235 {
}
movieClip 236 {
frame 1 {
this._y = random(400) + 150;
}
instance of movieClip 235 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.customCursor)) {
if (_root.pointsMethod == true) {
_root.waterScore += 50;
_root.score += 50;
}
this._visible = false;
}
}
}
frame 10 {
if (_root.countingMethod == true) {
_root.waterScore += 1;
_root.score += 1;
}
}
frame 56 {
stop();
}
}
movieClip 237 {
}
movieClip 238 {
}
movieClip 239 {
frame 1 {
this._rotation = random(360);
}
}
movieClip 241 {
frame 1 {
this._x = random(550) + 120;
}
frame 10 {
if (_root.pointsMethod == true) {
_root.waterScore += 5;
_root.score += 5;
}
if (_root.countingMethod == true) {
_root.waterScore += 1;
_root.score += 1;
}
}
frame 55 {
stop();
}
}
movieClip 242 {
frame 1 {
_root.waterScore = 0;
_root.score = 0;
}
instance of movieClip 126 {
onClipEvent (load) {
this.gotoAndStop(random(10) + 1);
}
}
instance of movieClip 233 {
onClipEvent (rollOver) {
_root.waterScore += 1000;
}
}
frame 5267 {
_root.gotoAndStop('youWin');
}
}
instance customCursor of movieClip 211 {
onClipEvent (load) {
if (_root.cursorChoice == 1) {
this.gotoAndStop(1);
}
if (_root.cursorChoice == 2) {
this.gotoAndStop(2);
}
if (_root.cursorChoice == 3) {
this.gotoAndStop(3);
}
if (_root.cursorChoice == 4) {
this.gotoAndStop(4);
}
if (_root.cursorChoice == 5) {
this.gotoAndStop(5);
}
if (_root.cursorChoice == 6) {
this.gotoAndStop(6);
}
if (_root.cursorChoice == 7) {
this.gotoAndStop(7);
}
if (_root.cursorChoice == 8) {
this.gotoAndStop(8);
}
if (_root.cursorChoice == 9) {
this.gotoAndStop(9);
}
}
}
frame 5 {
_root.currentLevel = 'slideLevel';
}
frame 5 {
customCursor.startDrag('true');
Mouse.hide();
}
movieClip 246 {
}
movieClip 247 {
}
movieClip 248 {
}
button 249 {
on (rollOver) {
if (_root.pointsMethod == true) {
_root.slideScore += 100;
_root.score += 100;
}
}
}
movieClip 250 {
frame 1 {
this._y = random(400) + 150;
this._x = random(550) + 120;
}
frame 2 {
if (_root.countingMethod == true) {
_root.slideScore += 1;
_root.score += 1;
}
}
frame 32 {
stop();
}
}
movieClip 253 {
frame 1 {
this._rotation = random(360);
}
}
movieClip 255 {
frame 1 {
this._x = random(550) + 120;
}
frame 11 {
if (_root.pointsMethod == true) {
_root.slideScore += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.slideScore += 1;
_root.score += 1;
}
}
frame 52 {
stop();
}
}
movieClip 257 {
}
movieClip 259 {
frame 1 {
this._x = random(550) + 120;
}
frame 11 {
if (_root.pointsMethod == true) {
_root.slideScore += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.slideScore += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 263 {
frame 1 {
this._y = random(400) + 150;
}
frame 9 {
if (_root.pointsMethod == true) {
_root.slideScore += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.slideScore += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 266 {
}
movieClip 268 {
frame 1 {
this._x = random(550) + 120;
}
frame 11 {
if (_root.pointsMethod == true) {
_root.slideScore += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.slideScore += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 270 {
frame 1 {
this._rotation = random(360);
}
}
movieClip 272 {
frame 1 {
this._x = random(550) + 120;
}
frame 8 {
if (_root.pointsMethod == true) {
_root.slideScore += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.slideScore += 1;
_root.score += 1;
}
}
frame 59 {
if (_root.sauce == true) {
stop();
} else {
gotoAndPlay(1);
}
}
}
movieClip 274 {
frame 1 {
this._rotation = random(360);
}
}
movieClip 276 {
frame 1 {
this._x = random(550) + 120;
}
frame 10 {
if (_root.pointsMethod == true) {
_root.slideScore += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.slideScore += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 278 {
}
movieClip 280 {
frame 1 {
this._x = random(550) + 120;
}
frame 10 {
if (_root.pointsMethod == true) {
_root.slideScore += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.slideScore += 1;
_root.score += 1;
}
}
frame 60 {
stop();
}
}
movieClip 281 {
frame 1 {
this._y = random(400) + 150;
}
frame 10 {
if (_root.pointsMethod == true) {
_root.slideScore += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.slideScore += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 282 {
frame 1 {
_root.sauce = false;
}
instance of movieClip 126 {
onClipEvent (load) {
this.gotoAndStop(random(10) + 1);
}
}
frame 4457 {
_root.sauce = true;
}
frame 4995 {
_root.sauce = false;
}
frame 7959 {
_root.sauce = true;
}
frame 8087 {
_root.gotoAndStop('youWin');
}
}
frame 6 {
_root.currentLevel = 'luigisMansion';
}
frame 6 {
customCursor.startDrag('true');
Mouse.hide();
}
movieClip 285 {
}
movieClip 286 {
}
movieClip 289 {
frame 1 {
this._x = random(550) + 120;
if (_root.pointsMethod == true) {
_root.mainsion += 25;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.mainsion += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 292 {
}
movieClip 293 {
}
movieClip 295 {
frame 1 {
this._y = random(400) + 150;
}
frame 10 {
if (_root.pointsMethod == true) {
_root.mainsion += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.mainsion += 1;
_root.score += 1;
}
}
frame 62 {
stop();
}
}
movieClip 296 {
}
movieClip 297 {
}
movieClip 298 {
frame 1 {
this._x = random(550) + 120;
if (_root.countingMethod == true) {
_root.mainsion += 1;
_root.score += 1;
}
}
instance of movieClip 297 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.customCursor)) {
if (_root.pointsMethod == true) {
_root.mainsion += 50;
_root.score += 50;
}
}
this._visible = false;
}
}
frame 54 {
stop();
}
}
movieClip 302 {
frame 1 {
this._x = random(550) + 120;
if (_root.pointsMethod == true) {
_root.mainsion += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.mainsion += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 304 {
}
movieClip 306 {
frame 1 {
this._x = random(550) + 120;
if (_root.pointsMethod == true) {
_root.mainsion += 40;
_root.score += 40;
}
if (_root.countingMethod == true) {
_root.mainsion += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 307 {
frame 1 {
this._rotation = random(360);
}
}
movieClip 309 {
frame 1 {
this._x = random(550) + 120;
}
frame 7 {
if (_root.pointsMethod == true) {
_root.mainsion += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.mainsion += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 310 {
}
movieClip 311 {
}
movieClip 313 {
frame 1 {
this._y = random(400) + 150 - 20;
}
frame 7 {
if (_root.pointsMethod == true) {
_root.mainsion += 25;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.mainsion += 1;
_root.score += 1;
}
}
frame 68 {
stop();
}
}
movieClip 314 {
frame 1 {
this._y = random(400) + 150 - 20;
}
frame 7 {
if (_root.pointsMethod == true) {
_root.mainsion += 25;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.mainsion += 1;
_root.score += 1;
}
}
frame 65 {
stop();
}
}
movieClip 315 {
frame 1 {
this._y = random(400) + 150 - 20;
if (_root.pointsMethod == true) {
_root.mainsion += 25;
_root.score += 25;
}
if (_root.countingMethod == true) {
_root.mainsion += 1;
_root.score += 1;
}
}
frame 65 {
if (_root.godSpeed == false) {
stop();
}
}
}
movieClip 316 {
frame 1 {
this._y = random(400) + 150;
}
frame 7 {
if (_root.pointsMethod == true) {
_root.mainsion += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.mainsion += 1;
_root.score += 1;
}
}
frame 77 {
stop();
}
}
movieClip 320 {
frame 1 {
this._x = random(550) + 120;
}
frame 11 {
if (_root.pointsMethod == true) {
_root.mainsion += 15;
_root.score += 15;
}
if (_root.countingMethod == true) {
_root.mainsion += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 321 {
instance of movieClip 126 {
onClipEvent (load) {
this.gotoAndStop(random(10) + 1);
}
}
frame 1490 {
_root.godSpeed = true;
}
frame 2411 {
_root.godSpeed = false;
}
frame 4293 {
_root.godSpeed = true;
}
frame 5214 {
_root.godSpeed = false;
}
frame 6341 {
_root.gotoAndStop('youWin');
}
}
frame 7 {
_root.currentLevel = 'bowser';
}
frame 7 {
customCursor.startDrag('true');
Mouse.hide();
}
movieClip 323 {
}
movieClip 325 {
frame 1 {
this._rotation = random(360);
}
}
movieClip 327 {
frame 1 {
this._x = random(550) + 120;
}
frame 6 {
if (_root.pointsMethod == true) {
_root.bowsersLevel += 25;
_root.score += 25;
}
if (_root.countingMethod == true) {
_root.bowsersLevel += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 332 {
frame 1 {
this._x = random(550) + 120;
}
frame 5 {
if (_root.pointsMethod == true) {
_root.bowsersLevel += 25;
_root.score += 25;
}
if (_root.countingMethod == true) {
_root.bowsersLevel += 1;
_root.score += 1;
}
}
frame 52 {
stop();
}
}
movieClip 333 {
frame 1 {
this._x = random(550) + 120;
}
frame 5 {
if (_root.pointsMethod == true) {
_root.bowsersLevel += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.bowsersLevel += 1;
_root.score += 1;
}
}
frame 52 {
if (_root.firepause == true) {
stop();
} else {
play();
}
}
}
movieClip 337 {
frame 1 {
this._y = random(400) + 150;
}
frame 7 {
if (_root.pointsMethod == true) {
_root.bowsersLevel += 25;
_root.score += 25;
}
if (_root.countingMethod == true) {
_root.bowsersLevel += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 338 {
}
button 339 {
on (rollOver) {
this._visible = false;
if (_root.pointsMethod == true) {
_root.bowsersLevel += 100;
_root.score += 100;
}
}
}
movieClip 340 {
frame 1 {
this._y = random(400) + 150 - 10;
this._x = random(550) + 120;
}
frame 2 {
if (_root.countingMethod == true) {
_root.bowsersLevel += 1;
_root.score += 1;
}
}
frame 32 {
stop();
}
}
movieClip 341 {
instance of movieClip 126 {
onClipEvent (load) {
this.gotoAndStop(random(10) + 1);
}
}
frame 1262 {
_root.firepause = false;
}
frame 1642 {
_root.firepause = true;
}
frame 1787 {
_root.firepause = false;
}
frame 2853 {
_root.firepause = true;
}
frame 3022 {
_root.firepause = false;
}
frame 3535 {
_root.firepause = true;
}
frame 3766 {
_root.firepause = false;
}
frame 4059 {
_root.firepause = true;
}
frame 4202 {
_root.firepause = false;
}
frame 4338 {
_root.firepause = true;
}
frame 4420 {
_root.firepause = false;
}
frame 5226 {
_root.firepause = true;
}
frame 5392 {
_root.firepause = false;
}
frame 5921 {
_root.firepause = true;
}
frame 6107 {
_root.firepause = false;
}
frame 6459 {
_root.firepause = true;
}
frame 6720 {
_root.gotoAndStop('youWin');
}
}
frame 8 {
_root.currentLevel = 'oworld';
}
frame 8 {
customCursor.startDrag('true');
Mouse.hide();
}
movieClip 346 {
}
movieClip 348 {
frame 1 {
this._x = random(550) + 150;
}
frame 5 {
if (_root.pointsMethod == true) {
_root.yoshi += 25;
_root.score += 25;
}
if (_root.countingMethod == true) {
_root.yoshi += 1;
_root.score += 1;
}
}
frame 51 {
stop();
}
}
movieClip 352 {
frame 1 {
this._y = random(400) + 150;
}
frame 7 {
if (_root.pointsMethod == true) {
_root.yoshi += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.yoshi += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 355 {
frame 1 {
this._x = random(550) + 150;
}
frame 6 {
if (_root.pointsMethod == true) {
_root.yoshi += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.yoshi += 1;
_root.score += 1;
}
}
frame 52 {
stop();
}
}
movieClip 357 {
frame 1 {
this._rotation = random(360);
}
}
movieClip 359 {
frame 1 {
this._x = random(550) + 150;
}
frame 10 {
if (_root.pointsMethod == true) {
_root.yoshi += 25;
_root.score += 25;
}
if (_root.countingMethod == true) {
_root.yoshi += 1;
_root.score += 1;
}
}
frame 51 {
stop();
}
}
movieClip 361 {
}
movieClip 363 {
frame 1 {
this._x = random(550) + 150;
}
frame 7 {
if (_root.pointsMethod == true) {
_root.yoshi += 30;
_root.score += 30;
}
if (_root.countingMethod == true) {
_root.yoshi += 1;
_root.score += 1;
}
}
frame 51 {
stop();
}
}
movieClip 365 {
}
movieClip 367 {
frame 1 {
this._y = random(400) + 150;
}
frame 9 {
if (_root.pointsMethod == true) {
_root.yoshi += 25;
_root.score += 25;
}
if (_root.countingMethod == true) {
_root.yoshi += 1;
_root.score += 1;
}
}
frame 71 {
stop();
}
}
movieClip 369 {
frame 1 {
this._rotation = random(360);
}
}
movieClip 371 {
frame 1 {
this._x = random(550) + 150;
}
frame 10 {
if (_root.pointsMethod == true) {
_root.yoshi += 20;
_root.score += 20;
}
if (_root.countingMethod == true) {
_root.yoshi += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 373 {
frame 1 {
this._x = random(550) + 150;
}
frame 14 {
if (_root.pointsMethod == true) {
_root.yoshi += 25;
_root.score += 25;
}
if (_root.countingMethod == true) {
_root.yoshi += 1;
_root.score += 1;
}
}
frame 66 {
stop();
}
}
movieClip 375 {
}
button 376 {
on (rollOver) {
if (_root.pointsMethod == true) {
_root.yoshi += 50;
_root.score += 50;
}
this._visible = false;
}
}
movieClip 377 {
frame 1 {
this._y = random(400) + 150 - 10;
this._x = random(550) + 150;
}
frame 32 {
stop();
}
}
movieClip 379 {
}
movieClip 381 {
frame 1 {
this._x = random(550) + 150;
}
frame 10 {
if (_root.pointsMethod == true) {
_root.yoshi += 30;
_root.score += 30;
}
if (_root.countingMethod == true) {
_root.yoshi += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 382 {
}
button 383 {
on (rollOver) {
this._visible = false;
if (_root.pointsMethod == true) {
_root.yoshi += 25;
_root.score += 25;
}
}
}
movieClip 384 {
frame 1 {
this._x = random(550) + 150;
}
frame 7 {
if (_root.countingMethod == true) {
_root.yoshi += 1;
_root.score += 1;
}
}
frame 54 {
stop();
}
}
movieClip 386 {
}
movieClip 387 {
}
movieClip 388 {
frame 1 {
this._rotation = random(360);
}
}
movieClip 390 {
frame 1 {
this._x = random(550) + 150;
}
frame 6 {
if (_root.pointsMethod == true) {
_root.yoshi += 10;
_root.score += 10;
}
if (_root.countingMethod == true) {
_root.yoshi += 1;
_root.score += 1;
}
}
frame 61 {
stop();
}
}
movieClip 391 {
}
button 392 {
on (rollOver) {
if (_root.pointsMethod == true) {
_root.yoshi += 50;
_root.score += 50;
}
this._visible = false;
}
}
movieClip 393 {
frame 1 {
this._x = random(550) + 150;
}
frame 8 {
if (_root.countingMethod == true) {
_root.yoshi += 1;
_root.score += 1;
}
}
frame 24 {
stop();
}
}
movieClip 394 {
}
button 395 {
on (rollOver) {
if (_root.pointsMethod == true) {
_root.yoshi += 50;
_root.score += 50;
}
if (_root.countingMethod == true) {
_root.yoshi += 1;
_root.score += 1;
}
this._visible = false;
}
}
movieClip 396 {
frame 1 {
this._x = random(550) + 150;
}
frame 28 {
stop();
}
}
movieClip 397 {
instance of movieClip 126 {
onClipEvent (load) {
this.gotoAndStop(random(10) + 1);
}
}
frame 3640 {
_root.gotoAndStop('youWin');
}
}
frame 9 {
customCursor.startDrag('false');
Mouse.show();
}
movieClip 399 {
}
movieClip 400 {
}
movieClip 401 {
}
movieClip 402 {
}
movieClip 403 {
}
movieClip 405 {
}
movieClip 406 {
}
instance of movieClip 406 {
onClipEvent (load) {
this.gotoAndStop(random(8) + 1);
}
}
button 411 {
on (release) {
getURL('http://flashcartoons.org/Games/droppin.html', '_blank');
}
}
// unknown tag 88 length 140
button 415 {
on (release) {
stopAllSounds();
_root.score = 0;
_root.snowScore = 0;
_root.waterScore = 0;
_root.slideScore = 0;
_root.yoshi = 0;
_root.mainsion = 0;
_root.bowsersLevel = 0;
_root.gotoAndStop(_root.currentLevel);
}
}
button 418 {
on (release) {
stopAllSounds();
_root.score = 0;
_root.snowScore = 0;
_root.waterScore = 0;
_root.slideScore = 0;
_root.yoshi = 0;
_root.mainsion = 0;
_root.bowsersLevel = 0;
_root.gotoAndStop(2);
}
}
movieClip 420 {
}
// unknown tag 88 length 111
movieClip 424 {
}
movieClip 425 {
frame 2 {
stopAllSounds();
stop();
}
}
instance of movieClip 425 {
onClipEvent (load) {
this.play();
}
}
frame 10 {
customCursor.startDrag('false');
Mouse.show();
}
movieClip 427 {
}
frame 11 {
customCursor.startDrag('false');
Mouse.show();
}
button 430 {
on (release) {
stopAllSounds();
_root.score = 0;
_root.fruitScore = 0;
_root.intro = 0;
_root.castle = 0;
_root.smbScore = 0;
_root.gotoAndStop(2);
}
}
movieClip 431 {
}
frame 12 {
stop();
}
movieClip 435 {
}
movieClip 436 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
instance of movieClip 436 {
onClipEvent (enterFrame) {
if (_root.healthMode == true) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 436 {
onClipEvent (enterFrame) {
if (_root.classicMode == true) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 436 {
onClipEvent (enterFrame) {
if (_root.pointsMethod == true) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
instance of movieClip 436 {
onClipEvent (enterFrame) {
if (_root.countingMethod == true) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
movieClip 438 {
frame 1 {
stop();
_root.godMode = false;
}
frame 2 {
stop();
_root.godMode = true;
}
}
instance godModeEgg of movieClip 438 {
onClipEvent (load) {
if (_root.godMode == false) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
}
movieClip 440 {
}
button 442 {
on (release) {
_root.healthMode = false;
_root.classicMode = true;
}
}
movieClip 444 {
}
button 445 {
on (release) {
_root.healthMode = true;
_root.classicMode = false;
}
}
movieClip 447 {
}
button 449 {
on (release) {
_root.pointsMethod = true;
_root.countingMethod = false;
_root.bomb.play();
_root.score1 = 0;
_root.score2 = 0;
_root.score3 = 0;
_root.score4 = 0;
_root.score5 = 0;
_root.score6 = 0;
}
}
movieClip 451 {
}
button 453 {
on (release) {
_root.pointsMethod = false;
_root.countingMethod = true;
_root.bomb.play();
_root.score1 = 0;
_root.score2 = 0;
_root.score3 = 0;
_root.score4 = 0;
_root.score5 = 0;
_root.score6 = 0;
}
}
movieClip 455 {
}
button 457 {
on (release) {
_root.godModeEgg.play();
}
}
movieClip 459 {
}
button 461 {
on (press) {
_root.customCursor.play();
_root.displayer.play();
}
}
movieClip 463 {
}
button 465 {
on (release) {
_root.bomb.play();
}
}
movieClip 466 {
frame 1 {
stop();
}
frame 2 {
_root.score1 = 0;
}
frame 4 {
_root.score2 = 0;
}
frame 6 {
_root.score3 = 0;
}
frame 8 {
_root.score = 0;
}
frame 10 {
_root.score5 = 0;
}
frame 12 {
_root.score6 = 0;
}
}
movieClip 475 {
frame 1 {
Mouse.show();
}
frame 2 {
Mouse.show();
}
}
movieClip 476 {
frame 1 {
Mouse.show();
}
frame 1 {
stop();
}
frame 1 {
_root.cursorChoice = 1;
}
frame 2 {
Mouse.show();
}
frame 2 {
stop();
}
frame 2 {
_root.cursorChoice = 2;
}
frame 3 {
Mouse.show();
}
frame 3 {
stop();
}
frame 3 {
_root.cursorChoice = 3;
}
frame 4 {
Mouse.show();
}
frame 4 {
stop();
}
frame 4 {
_root.cursorChoice = 4;
}
frame 5 {
Mouse.show();
}
frame 5 {
stop();
}
frame 5 {
_root.cursorChoice = 5;
}
frame 6 {
Mouse.show();
}
frame 6 {
stop();
}
frame 6 {
_root.cursorChoice = 6;
}
instance of movieClip 206 {
onClipEvent (enterFrame) {
if (_root.bowser.hit3.hitTest(this)) {
this.gotoAndStop(2);
_root.play();
}
}
}
frame 7 {
Mouse.show();
}
frame 7 {
stop();
}
frame 7 {
_root.cursorChoice = 7;
}
frame 8 {
Mouse.show();
}
frame 8 {
stop();
}
frame 8 {
_root.cursorChoice = 8;
}
frame 9 {
Mouse.show();
}
frame 9 {
stop();
}
frame 9 {
_root.cursorChoice = 9;
}
}
instance displayer of movieClip 476 {
onClipEvent (load) {
if (_root.cursorChoice == 1) {
this.gotoAndStop(1);
}
if (_root.cursorChoice == 2) {
this.gotoAndStop(2);
}
if (_root.cursorChoice == 3) {
this.gotoAndStop(3);
}
if (_root.cursorChoice == 4) {
this.gotoAndStop(4);
}
if (_root.cursorChoice == 5) {
this.gotoAndStop(5);
}
if (_root.cursorChoice == 6) {
this.gotoAndStop(6);
}
if (_root.cursorChoice == 7) {
this.gotoAndStop(7);
}
if (_root.cursorChoice == 8) {
this.gotoAndStop(8);
}
if (_root.cursorChoice == 9) {
this.gotoAndStop(9);
}
}
}
movieClip 478 {
}
button 479 {
on (press) {
_root.QualityClip.play();
}
}
movieClip 480 {
frame 1 {
stop();
}
frame 1 {
_quality = 'HIGH';
}
frame 2 {
stop();
}
frame 2 {
_quality = 'MEDIUM';
}
frame 3 {
stop();
}
frame 3 {
_quality = 'LOW';
}
frame 4 {
stop();
}
frame 4 {
_quality = 'BEST';
}
}