Combined Code
frame 1 {
Mouse.hide();
_root.score1 = 0;
_root.score2 = 0;
_root.score3 = 0;
_root.score4 = 0;
_root.score5 = 0;
_root.score6 = 0;
_root.score7 = 0;
var game = SharedObject.getLocal('game_data');
if (game.data.confirm == true) {
_root.highscore1 = game.data.score1;
_root.highscore2 = game.data.score2;
_root.highscore3 = game.data.score3;
_root.highscore4 = game.data.score4;
_root.highscore5 = game.data.score5;
_root.highscore6 = game.data.score6;
_root.highscore7 = game.data.score7;
} else {
_root.highscore1 = 0;
_root.highscore2 = 0;
_root.highscore3 = 0;
_root.highscore4 = 0;
_root.highscore5 = 0;
_root.highscore6 = 0;
_root.highscore7 = 0;
}
}
// unknown tag 88 length 70
frame 8 {
stop();
Mouse.show();
}
movieClip 6 {
}
movieClip 7 {
}
movieClip 9 {
frame 2 {
_y = random(550) - _parent._y + 25;
}
}
movieClip 10 {
frame 44 {
stop();
}
}
movieClip 13 {
}
movieClip 17 {
}
movieClip 21 {
}
button 22 {
on (press) {
_root.play();
}
}
movieClip 23 {
frame 1 {
_root.stop();
stop();
}
instance bar of movieClip 17 {
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded() / _root.getBytesTotal() + 0.08;
this._xscale = 100 * loaded;
if (loaded >= 0.99) {
_root.loadBar.gotoAndStop(2);
}
}
}
frame 2 {
stop();
}
}
movieClip 26 {
}
button 27 {
on (press) {
getURL('http://flashcartoons.org/games.php', '_blank');
}
}
movieClip 29 {
}
instance of movieClip 29 {
onClipEvent (enterFrame) {
if (_root.songLoaded == true) {
_root.mySong1.play();
}
if (_root.highscore1 < _root.score1) {
_root.highscore1 = _root.score1;
}
if (_root.highscore2 < _root.score2) {
_root.highscore2 = _root.score2;
}
if (_root.highscore3 < _root.score3) {
_root.highscore3 = _root.score3;
}
if (_root.highscore4 < _root.score4) {
_root.highscore4 = _root.score4;
}
if (_root.highscore5 < _root.score5) {
_root.highscore5 = _root.score5;
}
if (_root.highscore6 < _root.score6) {
_root.highscore6 = _root.score6;
}
if (_root.highscore7 < _root.score7) {
_root.highscore7 = _root.score7;
}
}
}
frame 20 {
stop();
Mouse.show();
}
// unknown tag 88 length 18
button 37 {
on (press) {
_root.gotoAndStop('song1');
}
}
button 41 {
on (press) {
_root.gotoAndStop('song2');
}
}
button 45 {
on (press) {
_root.gotoAndStop('song3');
}
}
button 48 {
on (press) {
_root.gotoAndStop('song4');
}
}
button 51 {
on (press) {
_root.gotoAndStop('song5');
}
}
button 55 {
on (press) {
_root.gotoAndStop('song6');
}
}
button 59 {
on (press) {
_root.gotoAndStop('song7');
}
}
button 70 {
on (press) {
_root.highscore1 = 0;
_root.highscore2 = 0;
_root.highscore3 = 0;
_root.highscore4 = 0;
_root.highscore5 = 0;
_root.highscore6 = 0;
_root.highscore7 = 0;
}
}
button 74 {
on (press) {
_root.gotoAndStop('credits');
}
}
button 78 {
on (press) {
getURL('http://flashcartoons.org/games.php', '_blank');
}
}
frame 28 {
stopAllSounds();
_root.gotoAndPlay('intro');
}
frame 29 {
stop();
_root.score1 = 0;
_root.currentSong = 'song1';
_root.songLoaded = false;
Mouse.hide();
if (_root.songLoaded == true) {
_root.mySong1.play();
}
_root.score1 = 0;
_root.score2 = 0;
_root.score3 = 0;
_root.score4 = 0;
_root.score5 = 0;
_root.score6 = 0;
_root.score7 = 0;
}
movieClip 81 {
}
movieClip 83 {
frame 31 {
stop();
_root.songLoaded = true;
_root.mySong1.play();
}
}
instance myMask of movieClip 83 {
onClipEvent (load) {
this.play();
}
}
movieClip 86 {
}
movieClip 88 {
}
movieClip 90 {
}
movieClip 92 {
}
movieClip 94 {
frame 1 {
_y = random(550);
_root.score1 += 1;
}
instance of movieClip 92 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 92 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
frame 47 {
stop();
}
}
movieClip 96 {
frame 1 {
_root.score1 += 1;
}
instance of movieClip 92 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 92 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
}
movieClip 97 {
frame 1 {
_x = random(750) + 25;
_parent.myValue = 1;
if (1) {
this._x = random(750) + 25 - _parent._x;
}
}
frame 51 {
stop();
}
}
movieClip 98 {
frame 1 {
myValue = 1;
}
frame 15 {
stop();
}
}
movieClip 100 {
frame 1 {
stop();
}
frame 1438 {
_root.gotoAndStop('youWin');
}
}
movieClip 102 {
}
movieClip 103 {
frame 102 {
stop();
}
}
movieClip 104 {
instance of movieClip 92 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
}
movieClip 105 {
}
instance of movieClip 29 {
onClipEvent (enterFrame) {
if (_root.songLoaded == true) {
_root.mySong1.play();
}
if (_root.highscore1 < _root.score1) {
_root.highscore1 = _root.score1;
}
if (_root.highscore2 < _root.score2) {
_root.highscore2 = _root.score2;
}
if (_root.highscore3 < _root.score3) {
_root.highscore3 = _root.score3;
}
if (_root.highscore4 < _root.score4) {
_root.highscore4 = _root.score4;
}
if (_root.highscore5 < _root.score5) {
_root.highscore5 = _root.score5;
}
if (_root.highscore6 < _root.score6) {
_root.highscore6 = _root.score6;
}
if (_root.highscore7 < _root.score7) {
_root.highscore7 = _root.score7;
}
}
}
movieClip 108 {
}
movieClip 109 {
instance box of movieClip 108 {
onClipEvent (load) {
this._visible = false;
}
}
}
instance myCursor of movieClip 109 {
onClipEvent (enterFrame) {
Mouse.hide();
startDrag(this, true);
if (this._x < 400) {
_xscale = -100;
} else {
_xscale = 100;
}
}
}
frame 39 {
stopAllSounds();
_root.gotoAndPlay('intro');
}
frame 40 {
stop();
_root.score2 = 0;
_root.currentSong = 'song2';
_root.songLoaded = false;
Mouse.hide();
if (_root.songLoaded == true) {
_root.mySong2.play();
}
_root.score1 = 0;
_root.score2 = 0;
_root.score3 = 0;
_root.score4 = 0;
_root.score5 = 0;
_root.score6 = 0;
_root.score7 = 0;
}
movieClip 110 {
frame 31 {
stop();
_root.songLoaded = true;
}
}
instance myMask of movieClip 110 {
onClipEvent (load) {
this.play();
}
}
movieClip 113 {
}
movieClip 115 {
}
movieClip 117 {
}
movieClip 118 {
frame 1 {
_y = random(550) + 25;
_root.score2 += 1;
}
instance of movieClip 117 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 117 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
frame 56 {
stop();
}
}
movieClip 121 {
instance of movieClip 117 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 117 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 117 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
}
movieClip 122 {
frame 1 {
_x = random(750) + 25;
_root.score2 += 1;
}
frame 56 {
stop();
}
}
movieClip 123 {
frame 1 {
_y = random(550) - _parent._y - 10;
_root.score2 += 1;
}
instance of movieClip 117 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 117 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
frame 58 {
stop();
}
}
movieClip 124 {
frame 15 {
stop();
}
}
movieClip 125 {
frame 50 {
stop();
}
}
movieClip 126 {
frame 49 {
stop();
}
}
movieClip 127 {
frame 3083 {
_root.gotoAndStop('youWin');
}
}
movieClip 129 {
}
movieClip 130 {
frame 102 {
stop();
}
}
movieClip 131 {
instance of movieClip 117 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
}
movieClip 132 {
}
instance of movieClip 29 {
onClipEvent (enterFrame) {
if (_root.songLoaded == true) {
_root.mySong2.play();
}
if (_root.highscore1 < _root.score1) {
_root.highscore1 = _root.score1;
}
if (_root.highscore2 < _root.score2) {
_root.highscore2 = _root.score2;
}
if (_root.highscore3 < _root.score3) {
_root.highscore3 = _root.score3;
}
if (_root.highscore4 < _root.score4) {
_root.highscore4 = _root.score4;
}
if (_root.highscore5 < _root.score5) {
_root.highscore5 = _root.score5;
}
if (_root.highscore6 < _root.score6) {
_root.highscore6 = _root.score6;
}
if (_root.highscore7 < _root.score7) {
_root.highscore7 = _root.score7;
}
}
}
instance myCursor of movieClip 109 {
onClipEvent (enterFrame) {
Mouse.hide();
startDrag(this, true);
if (this._x < 400) {
_xscale = -100;
} else {
_xscale = 100;
}
}
}
frame 50 {
stopAllSounds();
_root.gotoAndPlay('intro');
}
frame 51 {
stop();
_root.score3 = 0;
_root.currentSong = 'song3';
_root.songLoaded = false;
Mouse.hide();
if (_root.songLoaded == true) {
_root.mySong3.play();
}
_root.score1 = 0;
_root.score2 = 0;
_root.score3 = 0;
_root.score4 = 0;
_root.score5 = 0;
_root.score6 = 0;
_root.score7 = 0;
}
instance myMask of movieClip 110 {
onClipEvent (load) {
this.play();
}
}
movieClip 136 {
}
movieClip 139 {
}
movieClip 140 {
instance of movieClip 139 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 139 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 139 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
}
movieClip 143 {
frame 1 {
gotoAndStop(random(20));
undefined + 1;
undefined;
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
instance of movieClip 139 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 139 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 139 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
}
movieClip 144 {
frame 1 {
_x = random(750) - _parent._x + 20;
_root.score3 += 1;
}
frame 51 {
stop();
}
}
movieClip 145 {
frame 33 {
stop();
}
}
movieClip 148 {
}
movieClip 149 {
}
movieClip 150 {
}
movieClip 152 {
frame 1 {
_y = random(550) - _parent._y + 25;
_root.score3 += 1;
}
instance of movieClip 139 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 139 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
frame 47 {
stop();
}
}
movieClip 153 {
frame 35 {
stop();
}
}
movieClip 155 {
instance of movieClip 139 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 139 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
}
movieClip 156 {
instance of movieClip 155 {
onClipEvent (load) {
this._rotation = random(360);
}
}
}
movieClip 157 {
frame 1 {
_x = random(750) - _parent._x + 75;
_root.score3 += 1;
}
frame 53 {
stop();
}
}
movieClip 158 {
frame 1 {
stop();
}
frame 1458 {
stop();
}
frame 1458 {
_root.gotoAndStop('youWin');
}
}
movieClip 159 {
instance of movieClip 139 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
}
movieClip 160 {
}
movieClip 162 {
}
movieClip 163 {
frame 103 {
stop();
}
}
instance of movieClip 29 {
onClipEvent (enterFrame) {
if (_root.songLoaded == true) {
_root.mySong3.play();
}
if (_root.highscore1 < _root.score1) {
_root.highscore1 = _root.score1;
}
if (_root.highscore2 < _root.score2) {
_root.highscore2 = _root.score2;
}
if (_root.highscore3 < _root.score3) {
_root.highscore3 = _root.score3;
}
if (_root.highscore4 < _root.score4) {
_root.highscore4 = _root.score4;
}
if (_root.highscore5 < _root.score5) {
_root.highscore5 = _root.score5;
}
if (_root.highscore6 < _root.score6) {
_root.highscore6 = _root.score6;
}
if (_root.highscore7 < _root.score7) {
_root.highscore7 = _root.score7;
}
}
}
instance myCursor of movieClip 109 {
onClipEvent (enterFrame) {
Mouse.hide();
startDrag(this, true);
if (this._x < 400) {
_xscale = -100;
} else {
_xscale = 100;
}
}
}
frame 60 {
stopAllSounds();
_root.gotoAndPlay('intro');
}
frame 61 {
stop();
_root.score4 = 0;
_root.currentSong = 'song4';
_root.songLoaded = false;
Mouse.hide();
if (_root.songLoaded == true) {
_root.mySong4.play();
}
_root.score1 = 0;
_root.score2 = 0;
_root.score3 = 0;
_root.score4 = 0;
_root.score5 = 0;
_root.score6 = 0;
_root.score7 = 0;
}
instance myMask of movieClip 110 {
onClipEvent (load) {
this.play();
}
}
movieClip 167 {
}
movieClip 170 {
}
movieClip 172 {
frame 1 {
this._y = random(600) - _parent._y;
_root.score4 += 1;
}
instance of movieClip 170 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
frame 49 {
stop();
}
}
movieClip 173 {
instance of movieClip 170 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 170 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 170 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
}
movieClip 174 {
frame 1 {
_x = random(750) + 25;
_root.score4 += 1;
_parent.myValue = 1;
if (1) {
this._x = random(750) + 25 - _parent._x;
}
}
frame 51 {
stop();
}
}
movieClip 175 {
frame 1 {
myValue = 1;
}
}
movieClip 176 {
frame 9 {
stop();
}
}
movieClip 178 {
}
movieClip 180 {
}
movieClip 181 {
}
movieClip 183 {
frame 1 {
_y = random(550) - _parent._y + 25;
_root.score4 += 1;
}
instance of movieClip 170 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
frame 47 {
stop();
}
}
movieClip 184 {
frame 10 {
stop();
}
}
movieClip 185 {
frame 1 {
stop();
}
frame 3048 {
_root.gotoAndStop('youWin');
}
}
movieClip 187 {
}
movieClip 188 {
frame 102 {
stop();
}
}
movieClip 189 {
instance of movieClip 170 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
}
movieClip 190 {
}
instance of movieClip 29 {
onClipEvent (enterFrame) {
if (_root.songLoaded == true) {
_root.mySong4.play();
}
if (_root.highscore1 < _root.score1) {
_root.highscore1 = _root.score1;
}
if (_root.highscore2 < _root.score2) {
_root.highscore2 = _root.score2;
}
if (_root.highscore3 < _root.score3) {
_root.highscore3 = _root.score3;
}
if (_root.highscore4 < _root.score4) {
_root.highscore4 = _root.score4;
}
if (_root.highscore5 < _root.score5) {
_root.highscore5 = _root.score5;
}
if (_root.highscore6 < _root.score6) {
_root.highscore6 = _root.score6;
}
if (_root.highscore7 < _root.score7) {
_root.highscore7 = _root.score7;
}
}
}
instance myCursor of movieClip 109 {
onClipEvent (enterFrame) {
Mouse.hide();
startDrag(this, true);
if (this._x < 400) {
_xscale = -100;
} else {
_xscale = 100;
}
}
}
frame 70 {
stopAllSounds();
_root.gotoAndPlay('intro');
}
frame 71 {
stop();
_root.score5 = 0;
_root.currentSong = 'song5';
_root.songLoaded = false;
Mouse.hide();
if (_root.songLoaded == true) {
_root.mySong5.play();
}
_root.score1 = 0;
_root.score2 = 0;
_root.score3 = 0;
_root.score4 = 0;
_root.score5 = 0;
_root.score6 = 0;
_root.score7 = 0;
}
instance myMask of movieClip 110 {
onClipEvent (load) {
this.play();
}
}
movieClip 194 {
}
movieClip 196 {
}
movieClip 197 {
instance of movieClip 196 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 196 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
}
movieClip 198 {
frame 1 {
_x = random(750) + 25;
_root.score5 += 1;
_parent.myValue = 1;
if (1) {
this._x = random(750) + 25 - _parent._x;
}
}
frame 51 {
stop();
}
}
movieClip 199 {
frame 1 {
myValue = 1;
}
frame 5 {
stop();
}
}
movieClip 200 {
}
movieClip 202 {
}
movieClip 204 {
frame 1 {
_y = random(550) - _parent._y + 25;
_root.score5 += 1;
}
instance of movieClip 196 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 196 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
frame 47 {
stop();
}
}
movieClip 205 {
frame 20 {
stop();
}
}
movieClip 206 {
frame 1 {
stop();
}
frame 1089 {
_root.gotoAndStop('youWin');
}
}
movieClip 207 {
instance of movieClip 196 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
}
movieClip 208 {
}
movieClip 210 {
}
movieClip 211 {
frame 86 {
stop();
}
}
instance of movieClip 29 {
onClipEvent (enterFrame) {
if (_root.songLoaded == true) {
_root.mySong5.play();
}
if (_root.highscore1 < _root.score1) {
_root.highscore1 = _root.score1;
}
if (_root.highscore2 < _root.score2) {
_root.highscore2 = _root.score2;
}
if (_root.highscore3 < _root.score3) {
_root.highscore3 = _root.score3;
}
if (_root.highscore4 < _root.score4) {
_root.highscore4 = _root.score4;
}
if (_root.highscore5 < _root.score5) {
_root.highscore5 = _root.score5;
}
if (_root.highscore6 < _root.score6) {
_root.highscore6 = _root.score6;
}
if (_root.highscore7 < _root.score7) {
_root.highscore7 = _root.score7;
}
}
}
instance myCursor of movieClip 109 {
onClipEvent (enterFrame) {
Mouse.hide();
startDrag(this, true);
if (this._x < 400) {
_xscale = -100;
} else {
_xscale = 100;
}
}
}
frame 80 {
stopAllSounds();
_root.gotoAndPlay('intro');
}
frame 81 {
stop();
_root.score6 = 0;
_root.currentSong = 'song6';
_root.songLoaded = false;
Mouse.hide();
if (_root.songLoaded == true) {
_root.mySong6.play();
}
_root.score1 = 0;
_root.score2 = 0;
_root.score3 = 0;
_root.score4 = 0;
_root.score5 = 0;
_root.score6 = 0;
_root.score7 = 0;
}
instance myMask of movieClip 110 {
onClipEvent (load) {
this.play();
}
}
movieClip 215 {
}
// unknown tag 88 length 216
movieClip 219 {
}
movieClip 221 {
}
movieClip 222 {
}
movieClip 223 {
}
movieClip 225 {
frame 1 {
_y = random(550) - _parent._y + 25;
_root.score6 += 1;
}
instance of movieClip 223 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 223 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 223 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
frame 47 {
stop();
}
}
movieClip 226 {
frame 9 {
stop();
}
}
movieClip 229 {
}
movieClip 230 {
instance of movieClip 223 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 223 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 223 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
}
movieClip 231 {
frame 1 {
_x = random(750) - _parent._x + 20;
_root.score6 += 1;
}
frame 51 {
stop();
}
}
movieClip 232 {
frame 12 {
stop();
}
}
movieClip 235 {
frame 1 {
this._y = _root._ymouse;
}
frame 53 {
stop();
}
}
movieClip 236 {
frame 1 {
stop();
}
frame 1176 {
_root.gotoAndStop('youWin');
}
}
movieClip 237 {
instance of movieClip 223 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
}
movieClip 238 {
}
movieClip 240 {
}
movieClip 241 {
frame 105 {
stop();
}
}
instance of movieClip 29 {
onClipEvent (enterFrame) {
if (_root.songLoaded == true) {
_root.mySong6.play();
}
if (_root.highscore1 < _root.score1) {
_root.highscore1 = _root.score1;
}
if (_root.highscore2 < _root.score2) {
_root.highscore2 = _root.score2;
}
if (_root.highscore3 < _root.score3) {
_root.highscore3 = _root.score3;
}
if (_root.highscore4 < _root.score4) {
_root.highscore4 = _root.score4;
}
if (_root.highscore5 < _root.score5) {
_root.highscore5 = _root.score5;
}
if (_root.highscore6 < _root.score6) {
_root.highscore6 = _root.score6;
}
if (_root.highscore7 < _root.score7) {
_root.highscore7 = _root.score7;
}
}
}
instance myCursor of movieClip 109 {
onClipEvent (enterFrame) {
Mouse.hide();
startDrag(this, true);
if (this._x < 400) {
_xscale = -100;
} else {
_xscale = 100;
}
}
}
frame 91 {
stopAllSounds();
_root.gotoAndPlay('intro');
}
frame 92 {
stop();
_root.score7 = 0;
_root.currentSong = 'song7';
_root.songLoaded = false;
Mouse.hide();
if (_root.songLoaded == true) {
_root.mySong7.play();
}
_root.score1 = 0;
_root.score2 = 0;
_root.score3 = 0;
_root.score4 = 0;
_root.score5 = 0;
_root.score6 = 0;
_root.score7 = 0;
}
instance myMask of movieClip 110 {
onClipEvent (load) {
this.play();
}
}
movieClip 245 {
}
movieClip 248 {
}
movieClip 249 {
instance of movieClip 248 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 248 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
}
movieClip 250 {
frame 1 {
_x = random(750) + 25;
_root.score7 += 1;
_parent.myValue = 1;
if (1) {
this._x = random(750) + 25 - _parent._x;
}
}
frame 51 {
stop();
}
}
movieClip 253 {
instance of movieClip 248 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 248 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 248 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
}
movieClip 254 {
}
movieClip 255 {
frame 1 {
_x = random(750) - _parent._x + 20;
_root.score7 += 1;
}
frame 55 {
stop();
}
}
movieClip 256 {
frame 83 {
stop();
}
}
movieClip 257 {
}
movieClip 259 {
}
movieClip 260 {
}
movieClip 262 {
frame 1 {
_y = random(550) - _parent._y + 25;
_root.score7 += 1;
}
instance of movieClip 248 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 248 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
instance of movieClip 248 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
frame 47 {
stop();
}
}
movieClip 263 {
frame 83 {
stop();
}
}
movieClip 264 {
frame 1 {
stop();
}
frame 1094 {
_root.gotoAndStop('youWin');
}
}
movieClip 265 {
instance of movieClip 248 {
onClipEvent (enterFrame) {
this._visible = false;
if (this.hitTest(_root.myCursor.box)) {
_root.gotoAndStop('gameOver');
}
}
}
}
movieClip 266 {
}
movieClip 268 {
}
movieClip 269 {
frame 104 {
stop();
}
}
instance of movieClip 29 {
onClipEvent (enterFrame) {
if (_root.songLoaded == true) {
_root.mySong7.play();
}
if (_root.highscore1 < _root.score1) {
_root.highscore1 = _root.score1;
}
if (_root.highscore2 < _root.score2) {
_root.highscore2 = _root.score2;
}
if (_root.highscore3 < _root.score3) {
_root.highscore3 = _root.score3;
}
if (_root.highscore4 < _root.score4) {
_root.highscore4 = _root.score4;
}
if (_root.highscore5 < _root.score5) {
_root.highscore5 = _root.score5;
}
if (_root.highscore6 < _root.score6) {
_root.highscore6 = _root.score6;
}
if (_root.highscore7 < _root.score7) {
_root.highscore7 = _root.score7;
}
}
}
instance myCursor of movieClip 109 {
onClipEvent (enterFrame) {
Mouse.hide();
startDrag(this, true);
if (this._x < 400) {
_xscale = -100;
} else {
_xscale = 100;
}
}
}
frame 103 {
_root.gotoAndPlay('intro');
}
frame 104 {
stop();
Mouse.show();
stopAllSounds();
var game = SharedObject.getLocal('game_data');
game.data.score1 = _root.highscore1;
game.data.score2 = _root.highscore2;
game.data.score3 = _root.highscore3;
game.data.score4 = _root.highscore4;
game.data.score5 = _root.highscore5;
game.data.score6 = _root.highscore6;
game.data.score7 = _root.highscore7;
game.data.confirm = true;
game.flush();
}
button 275 {
on (press) {
getURL('http://flashcartoons.org/games.php', '_blank');
}
}
// unknown tag 88 length 12
button 281 {
on (press) {
_root.gotoAndStop(_root.currentSong);
}
}
button 284 {
on (press) {
_root.gotoAndStop('menu');
}
}
movieClip 286 {
}
instance of movieClip 29 {
onClipEvent (enterFrame) {
if (_root.songLoaded == true) {
_root.mySong7.play();
}
if (_root.highscore1 < _root.score1) {
_root.highscore1 = _root.score1;
}
if (_root.highscore2 < _root.score2) {
_root.highscore2 = _root.score2;
}
if (_root.highscore3 < _root.score3) {
_root.highscore3 = _root.score3;
}
if (_root.highscore4 < _root.score4) {
_root.highscore4 = _root.score4;
}
if (_root.highscore5 < _root.score5) {
_root.highscore5 = _root.score5;
}
if (_root.highscore6 < _root.score6) {
_root.highscore6 = _root.score6;
}
if (_root.highscore7 < _root.score7) {
_root.highscore7 = _root.score7;
}
if (_root.currentSong == 'song1') {
_root.score = _root.score1;
} else {
if (_root.currentSong == 'song2') {
_root.score = _root.score2;
} else {
if (_root.currentSong == 'song3') {
_root.score = _root.score3;
} else {
if (_root.currentSong == 'song4') {
_root.score = _root.score4;
} else {
if (_root.currentSong == 'song5') {
_root.score = _root.score5;
} else {
if (_root.currentSong == 'song6') {
_root.score = _root.score6;
} else {
if (_root.currentSong == 'song7') {
_root.score = _root.score7;
}
}
}
}
}
}
}
}
}
frame 115 {
stop();
stopAllSounds();
var game = SharedObject.getLocal('game_data');
game.data.score1 = _root.highscore1;
game.data.score2 = _root.highscore2;
game.data.score3 = _root.highscore3;
game.data.score4 = _root.highscore4;
game.data.score5 = _root.highscore5;
game.data.score6 = _root.highscore6;
game.data.score7 = _root.highscore7;
game.data.confirm = true;
game.flush();
if (_root.currentSong == 'song1') {
_root.score = _root.score1;
} else {
if (_root.currentSong == 'song2') {
_root.score = _root.score2;
} else {
if (_root.currentSong == 'song3') {
_root.score = _root.score3;
} else {
if (_root.currentSong == 'song4') {
_root.score = _root.score4;
} else {
if (_root.currentSong == 'song5') {
_root.score = _root.score5;
} else {
if (_root.currentSong == 'song6') {
_root.score = _root.score6;
} else {
if (_root.currentSong == 'song7') {
_root.score = _root.score7;
}
}
}
}
}
}
}
}
movieClip 290 {
}
instance myCursor of movieClip 109 {
onClipEvent (enterFrame) {
Mouse.hide();
startDrag(this, true);
if (this._x < 400) {
_xscale = -100;
} else {
_xscale = 100;
}
}
}
frame 127 {
Mouse.show();
}
button 295 {
on (release) {
_root.gotoAndStop('splashScreen');
}
}