Frame 1
stop();
Instance of Symbol 23 MovieClip "Loader" in Frame 1
onClipEvent (enterFrame) {
function itemHandler1(obj, item) {
getURL ("http://newgrounds.com/portal/view/306596");
}
function itemHandler2(obj, item) {
getURL ("http://www.TeamStandby.com");
}
function itemHandler0(obj, item) {
}
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
myMenu.customItems.push(new ContextMenuItem(("Load Status: " + ((_root.getBytesLoaded() / _root.getBytesTotal()) * 100)) + "%", itemHandler0));
myMenu.customItems.push(new ContextMenuItem("Play Mealy Mixer 2006", itemHandler1));
myMenu.customItems.push(new ContextMenuItem("Visit TeamStandby.com", itemHandler2));
myMenu.customItems[1].separatorBefore = true;
_root.menu = myMenu;
_root.Loader.Info = ((_root.getBytesLoaded() + " out of ") + _root.getBytesTotal()) + " bytes loaded.";
_root.Loader.Bar._width = _root.Loader.Bar._width * (_root.getBytesLoaded() / _root.getBytesTotal());
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
this.gotoAndStop("2");
}
}
on (release) {
if (this._currentframe == "2") {
_root.gotoAndPlay("2");
}
}
Frame 2
function itemHandler1(obj, item) {
getURL ("http://newgrounds.com/portal/view/306596");
}
function itemHandler2(obj, item) {
getURL ("http://www.TeamStandby.com");
}
function itemHandler0(obj, item) {
getURL ("http://www.TeamStandby.com");
}
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
myMenu.customItems.push(new ContextMenuItem("Brought to you by TeamStandby.com", itemHandler0));
myMenu.customItems.push(new ContextMenuItem("Play Mealy Mixer 2006", itemHandler1));
myMenu.customItems.push(new ContextMenuItem("Visit TeamStandby.com", itemHandler2));
myMenu.customItems[1].separatorBefore = true;
_root.menu = myMenu;
Frame 51
function itemHandler1(obj, item) {
getURL ("http://newgrounds.com/portal/view/306596");
}
function itemHandler2(obj, item) {
getURL ("http://www.TeamStandby.com");
}
function itemHandler0(obj, item) {
}
var myMenu = new ContextMenu();
myMenu.hideBuiltInItems();
myMenu.customItems.push(new ContextMenuItem("Main Menu", itemHandler0));
myMenu.customItems.push(new ContextMenuItem("Play Mealy Mixer 2006", itemHandler1));
myMenu.customItems.push(new ContextMenuItem("Visit TeamStandby.com", itemHandler2));
myMenu.customItems[1].separatorBefore = true;
_root.menu = myMenu;
stop();
_root.Cursor.gotoAndStop("1");
Object.prototype.setCookie = function (c, n, v) {
var _local1 = SharedObject.getLocal(c);
_local1.data[n] = v;
_local1.flush();
};
Object.prototype.getCookie = function (c, n) {
var _local1 = SharedObject.getLocal(c);
return(_local1.data[n]);
};
Instance of Symbol 132 MovieClip "Area" in Frame 51
onClipEvent (enterFrame) {
bgSound.setVolume(180);
if (_root.Area.Fast.selected) {
_root.Area.Speed = "3";
}
if (_root.Area.Med.selected) {
_root.Area.Speed = "2";
}
if (_root.Area.Slow.selected) {
_root.Area.Speed = "1";
}
}
Instance of Symbol 148 MovieClip "Cursor" in Frame 51
onClipEvent (enterFrame) {
Mouse.hide();
_x = _root._xmouse;
_y = _root._ymouse;
}
Symbol 23 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 13
stop();
Instance of Symbol 93 MovieClip in Symbol 99 MovieClip Frame 13
on (release) {
_root.Area.Name = getCookie("name", "SongName");
_root.Area.Loop = getCookie("name", "Loops");
_root.Area.BG1._x = getCookie("name", "BG1x");
_root.Area.BG1._y = getCookie("name", "BG1y");
_root.Area.BG2._x = getCookie("name", "BG2x");
_root.Area.BG2._y = getCookie("name", "BG2y");
_root.Area.BG3._x = getCookie("name", "BG3x");
_root.Area.BG3._y = getCookie("name", "BG3y");
_root.Area.BG4._x = getCookie("name", "BG4x");
_root.Area.BG4._y = getCookie("name", "BG4y");
_root.Area.BG5._x = getCookie("name", "BG5x");
_root.Area.BG5._y = getCookie("name", "BG5y");
_root.Area.BG6._x = getCookie("name", "BG6x");
_root.Area.BG6._y = getCookie("name", "BG6y");
_root.Area.Sound1._x = getCookie("name", "Sound1x");
_root.Area.Sound1._y = getCookie("name", "Sound1y");
_root.Area.Sound2._x = getCookie("name", "Sound2x");
_root.Area.Sound2._y = getCookie("name", "Sound2y");
_root.Area.Sound3._x = getCookie("name", "Sound3x");
_root.Area.Sound3._y = getCookie("name", "Sound3y");
_root.Area.Sound4._x = getCookie("name", "Sound4x");
_root.Area.Sound4._y = getCookie("name", "Sound4y");
_root.Area.Sound5._x = getCookie("name", "Sound5x");
_root.Area.Sound5._y = getCookie("name", "Sound5y");
_root.Area.Sound6._x = getCookie("name", "Sound6x");
_root.Area.Sound6._y = getCookie("name", "Sound6y");
_root.Area.LoadConfirm.gotoAndPlay("14");
}
Instance of Symbol 95 MovieClip in Symbol 99 MovieClip Frame 13
on (release) {
setProperty(_root.Area.LoadButton, _visible , true);
setProperty(_root.Area.SaveButton, _visible , true);
_root.Area.LoadConfirm.gotoAndStop("1");
}
Symbol 99 MovieClip Frame 21
stop();
Instance of Symbol 93 MovieClip in Symbol 99 MovieClip Frame 21
on (release) {
setProperty(_root.Area.LoadButton, _visible , true);
setProperty(_root.Area.SaveButton, _visible , true);
_root.Area.LoadConfirm.gotoAndStop("1");
}
Symbol 120 MovieClip Frame 1
stop();
Symbol 131 MovieClip Frame 1
stop();
Symbol 131 MovieClip Frame 13
stop();
Instance of Symbol 93 MovieClip in Symbol 131 MovieClip Frame 13
on (release) {
setCookie("name", "SongName", _root.Area.Name);
setCookie("name", "Loops", _root.Area.Loop);
setCookie("name", "BG1x", _root.Area.BG1._x);
setCookie("name", "BG1y", _root.Area.BG1._y);
setCookie("name", "BG2x", _root.Area.BG2._x);
setCookie("name", "BG2y", _root.Area.BG2._y);
setCookie("name", "BG3x", _root.Area.BG3._x);
setCookie("name", "BG3y", _root.Area.BG3._y);
setCookie("name", "BG4x", _root.Area.BG4._x);
setCookie("name", "BG4y", _root.Area.BG4._y);
setCookie("name", "BG5x", _root.Area.BG5._x);
setCookie("name", "BG5y", _root.Area.BG5._y);
setCookie("name", "BG6x", _root.Area.BG6._x);
setCookie("name", "BG6y", _root.Area.BG6._y);
setCookie("name", "Sound1x", _root.Area.Sound1._x);
setCookie("name", "Sound1y", _root.Area.Sound1._y);
setCookie("name", "Sound2x", _root.Area.Sound2._x);
setCookie("name", "Sound2y", _root.Area.Sound2._y);
setCookie("name", "Sound3x", _root.Area.Sound3._x);
setCookie("name", "Sound3y", _root.Area.Sound3._y);
setCookie("name", "Sound4x", _root.Area.Sound4._x);
setCookie("name", "Sound4y", _root.Area.Sound4._y);
setCookie("name", "Sound5x", _root.Area.Sound5._x);
setCookie("name", "Sound5y", _root.Area.Sound5._y);
setCookie("name", "Sound6x", _root.Area.Sound1._x);
setCookie("name", "Sound6y", _root.Area.Sound1._y);
_root.Area.SaveConfirm.gotoAndPlay("14");
}
Instance of Symbol 95 MovieClip in Symbol 131 MovieClip Frame 13
on (release) {
setProperty(_root.Area.LoadButton, _visible , true);
setProperty(_root.Area.SaveButton, _visible , true);
_root.Area.SaveConfirm.gotoAndPlay("1");
}
Symbol 131 MovieClip Frame 22
stop();
Instance of Symbol 93 MovieClip in Symbol 131 MovieClip Frame 22
on (release) {
setProperty(_root.Area.LoadButton, _visible , true);
setProperty(_root.Area.SaveButton, _visible , true);
_root.Area.SaveConfirm.gotoAndStop("1");
}
Symbol 132 MovieClip Frame 20
stop();
Instance of Symbol 49 MovieClip in Symbol 132 MovieClip Frame 20
on (release) {
_root.Area.gotoAndStop("22");
}
Instance of Symbol 52 MovieClip in Symbol 132 MovieClip Frame 20
on (release) {
_root.Area.gotoAndStop("21");
}
Instance of Symbol 70 MovieClip in Symbol 132 MovieClip Frame 20
on (rollOver) {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Goto TeamStandby.com";
}
on (rollOut) {
_root.Cursor.gotoAndStop("1");
}
on (press, release) {
getURL ("http://www.teamstandby.com");
}
Symbol 132 MovieClip Frame 21
stopAllSounds();
BG1.gotoAndStop("1");
BG2.gotoAndStop("1");
BG3.gotoAndStop("1");
BG4.gotoAndStop("1");
BG5.gotoAndStop("1");
BG6.gotoAndStop("1");
Sound1.gotoAndStop("1");
Sound2.gotoAndStop("1");
Sound3.gotoAndStop("1");
Sound4.gotoAndStop("1");
Sound5.gotoAndStop("1");
Sound6.gotoAndStop("1");
BG3._x = BG1._x;
BG5._x = BG3._x;
BG2._y = BG1._y;
BG4._y = BG3._y;
BG6._y = BG5._y;
Sound1._x = BG1._x;
Sound3._x = Sound1._x;
Sound5._x = Sound3._x;
Loop = "3";
BG1.Text = "Complete Devestation";
BG2.Text = "Drum Test 2";
BG3.Text = "Death of Zelda";
BG4.Text = "Revolution Begun";
BG5.Text = "Self Destructor";
BG6.Text = "Role Model";
Sound1.Text = "Simple Scratch";
Sound2.Text = "Losing You";
Sound3.Text = "Last Song";
Sound4.Text = "Don't give a ...";
Sound5.Text = "Best for You";
Sound6.Text = "Lady Bug";
BG1.Play.onRelease = function () {
bgSound = new Sound(this);
bgSound.stop();
bgSound.attachSound("BG1");
bgSound.start(0, _root.Area.Loop);
};
BG1.Play.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Play this sound";
};
BG1.Play.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
BG1.Stop.onRelease = function () {
bgSound.stop();
};
BG1.Stop.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Stop this sound";
};
BG1.Stop.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
BG2.Play.onRelease = function () {
bgSound = new Sound(this);
bgSound.stop();
bgSound.attachSound("BG2");
bgSound.start(0, _root.Area.Loop);
};
BG2.Play.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Play this sound";
};
BG2.Play.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
BG2.Stop.onRelease = function () {
bgSound.stop();
};
BG2.Stop.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Stop this sound";
};
BG2.Stop.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
BG3.Play.onRelease = function () {
bgSound = new Sound(this);
bgSound.stop();
bgSound.attachSound("BG3");
bgSound.start(0, _root.Area.Loop);
};
BG3.Play.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Play this sound";
};
BG3.Play.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
BG3.Stop.onRelease = function () {
bgSound.stop();
};
BG3.Stop.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Stop this sound";
};
BG3.Stop.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
BG4.Play.onRelease = function () {
bgSound = new Sound(this);
bgSound.stop();
bgSound.attachSound("BG4");
bgSound.start(0, _root.Area.Loop);
};
BG4.Play.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Play this sound";
};
BG4.Play.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
BG4.Stop.onRelease = function () {
bgSound.stop();
};
BG4.Stop.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Stop this sound";
};
BG4.Stop.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
BG5.Play.onRelease = function () {
bgSound = new Sound(this);
bgSound.stop();
bgSound.attachSound("BG5");
bgSound.start(0, _root.Area.Loop);
};
BG5.Play.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Play this sound";
};
BG5.Play.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
BG5.Stop.onRelease = function () {
bgSound.stop();
};
BG5.Stop.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Stop this sound";
};
BG5.Stop.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
BG6.Play.onRelease = function () {
bgSound = new Sound(this);
bgSound.stop();
bgSound.attachSound("BG6");
bgSound.start(0, _root.Area.Loop);
};
BG6.Play.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Play this sound";
};
BG6.Play.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
BG6.Stop.onRelease = function () {
bgSound.stop();
};
BG6.Stop.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Stop this sound";
};
BG6.Stop.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
Sound1.Play.onRelease = function () {
Sound1 = new Sound(this);
Sound1.stop();
Sound1.attachSound("Sound1");
Sound1.start(0.3, 1);
};
Sound1.Play.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Play this sound";
};
Sound1.Play.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
Sound1.Stop.onRelease = function () {
Sound1.stop();
};
Sound1.Stop.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Stop this sound";
};
Sound1.Stop.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
Sound2.Play.onRelease = function () {
Sound2 = new Sound(this);
Sound2.stop();
Sound2.attachSound("Sound2");
Sound2.start(0, 1);
};
Sound2.Play.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Play this sound";
};
Sound2.Play.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
Sound2.Stop.onRelease = function () {
Sound2.stop();
};
Sound2.Stop.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Stop this sound";
};
Sound2.Stop.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
Sound3.Play.onRelease = function () {
Sound3 = new Sound(this);
Sound3.stop();
Sound3.attachSound("Sound3");
Sound3.start(0, 1);
};
Sound3.Play.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Play this sound";
};
Sound3.Play.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
Sound3.Stop.onRelease = function () {
bgSound.stop();
};
Sound3.Stop.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Stop this sound";
};
Sound3.Stop.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
Sound4.Play.onRelease = function () {
Sound4 = new Sound(this);
Sound4.stop();
Sound4.attachSound("Sound4");
Sound4.start(0, 1);
};
Sound4.Play.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Play this sound";
};
Sound4.Play.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
Sound4.Stop.onRelease = function () {
Sound4.stop();
};
Sound4.Stop.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Stop this sound";
};
Sound4.Stop.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
Sound5.Play.onRelease = function () {
Sound5 = new Sound(this);
Sound5.stop();
Sound5.attachSound("Sound5");
Sound5.start(0, 1);
};
Sound5.Play.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Play this sound";
};
Sound5.Play.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
Sound5.Stop.onRelease = function () {
Sound5.stop();
};
Sound5.Stop.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Stop this sound";
};
Sound5.Stop.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
Sound6.Play.onRelease = function () {
Sound6 = new Sound(this);
Sound6.stop();
Sound6.attachSound("Sound6");
Sound6.start(0, 1);
};
Sound6.Play.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Play this sound";
};
Sound6.Play.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
Sound6.Stop.onRelease = function () {
Sound6.stop();
};
Sound6.Stop.onRollOver = function () {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Stop this sound";
};
Sound6.Stop.onRollOut = function () {
_root.Cursor.gotoAndStop("1");
};
stop();
Instance of Symbol 49 MovieClip in Symbol 132 MovieClip Frame 21
on (rollOver) {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Play this mode!";
}
on (rollOut) {
_root.Cursor.gotoAndStop("1");
}
on (release) {
_root.Area.gotoAndStop("22");
}
Symbol 132 MovieClip Frame 22
stop();
stopAllSounds();
Probe._x = -4;
BG1.Text = "Complete Devestation";
BG2.Text = "Drum Test 2";
BG3.Text = "Death of Zelda";
BG4.Text = "Revolution Begun";
BG5.Text = "Self Destructor";
BG6.Text = "Role Model";
Sound1.Text = "Simple Scratch";
Sound2.Text = "Losing You";
Sound3.Text = "Last Song";
Sound4.Text = "Don't give a ...";
Sound5.Text = "Best for You";
Sound6.Text = "Lady Bug";
BG1.gotoAndStop("2");
BG2.gotoAndStop("2");
BG3.gotoAndStop("2");
BG4.gotoAndStop("2");
BG5.gotoAndStop("2");
BG6.gotoAndStop("2");
Sound1.gotoAndStop("2");
Sound2.gotoAndStop("2");
Sound3.gotoAndStop("2");
Sound4.gotoAndStop("2");
Sound5.gotoAndStop("2");
Sound6.gotoAndStop("2");
Loop = "3";
Playing = "No";
Instance of Symbol 108 MovieClip "LoadButton" in Symbol 132 MovieClip Frame 22
on (release) {
setProperty(_root.Area.SaveButton, _visible , false);
setProperty(_root.Area.LoadButton, _visible , false);
_root.Area.LoadConfirm.gotoAndPlay("2");
}
Instance of Symbol 111 MovieClip "SaveButton" in Symbol 132 MovieClip Frame 22
on (release) {
setProperty(_root.Area.SaveButton, _visible , false);
setProperty(_root.Area.LoadButton, _visible , false);
_root.Area.SaveConfirm.gotoAndPlay("2");
}
Instance of Symbol 87 MovieClip "BG1" in Symbol 132 MovieClip Frame 22
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
}
onClipEvent (enterFrame) {
XDiff = this._x - _root.Area.Probe._x;
YDiff = this._y - _root.Area.Probe._y;
if ((((XDiff < 0.5) and (XDiff > -0.5)) and (_root.Area.BG1._y < 187.2)) and (_root.Area.Playing == "Yes")) {
bgSound = new Sound(this);
bgSound.attachSound("BG1");
bgSound.start(0, _root.Area.Loop);
}
}
Instance of Symbol 87 MovieClip "BG5" in Symbol 132 MovieClip Frame 22
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
}
onClipEvent (enterFrame) {
XDiff = this._x - _root.Area.Probe._x;
YDiff = this._y - _root.Area.Probe._y;
if ((((XDiff < 0.5) and (XDiff > -0.5)) and (_root.Area.BG5._y < 187.2)) and (_root.Area.Playing == "Yes")) {
bgSound = new Sound(this);
bgSound.attachSound("BG5");
bgSound.start(0, _root.Area.Loop);
}
}
Instance of Symbol 87 MovieClip "BG3" in Symbol 132 MovieClip Frame 22
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
}
onClipEvent (enterFrame) {
XDiff = this._x - _root.Area.Probe._x;
YDiff = this._y - _root.Area.Probe._y;
if ((((XDiff < 0.5) and (XDiff > -0.5)) and (_root.Area.BG3._y < 187.2)) and (_root.Area.Playing == "Yes")) {
bgSound = new Sound(this);
bgSound.attachSound("BG3");
bgSound.start(0, _root.Area.Loop);
}
}
Instance of Symbol 87 MovieClip "BG2" in Symbol 132 MovieClip Frame 22
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
}
onClipEvent (enterFrame) {
XDiff = this._x - _root.Area.Probe._x;
YDiff = this._y - _root.Area.Probe._y;
if ((((XDiff < 0.5) and (XDiff > -0.5)) and (_root.Area.BG2._y < 187.2)) and (_root.Area.Playing == "Yes")) {
bgSound = new Sound(this);
bgSound.attachSound("BG2");
bgSound.start(0, _root.Area.Loop);
}
}
Instance of Symbol 87 MovieClip "BG6" in Symbol 132 MovieClip Frame 22
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
}
onClipEvent (enterFrame) {
XDiff = this._x - _root.Area.Probe._x;
YDiff = this._y - _root.Area.Probe._y;
if ((((XDiff < 0.5) and (XDiff > -0.5)) and (_root.Area.BG6._y < 187.2)) and (_root.Area.Playing == "Yes")) {
bgSound = new Sound(this);
bgSound.attachSound("BG6");
bgSound.start(0, _root.Area.Loop);
}
}
Instance of Symbol 87 MovieClip "BG4" in Symbol 132 MovieClip Frame 22
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
}
onClipEvent (enterFrame) {
XDiff = this._x - _root.Area.Probe._x;
YDiff = this._y - _root.Area.Probe._y;
if ((((XDiff < 0.5) and (XDiff > -0.5)) and (_root.Area.BG4._y < 187.2)) and (_root.Area.Playing == "Yes")) {
bgSound = new Sound(this);
bgSound.attachSound("BG4");
bgSound.start(0, _root.Area.Loop);
}
}
Instance of Symbol 87 MovieClip "Sound1" in Symbol 132 MovieClip Frame 22
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
}
onClipEvent (enterFrame) {
XDiff = this._x - _root.Area.Probe._x;
YDiff = this._y - _root.Area.Probe._y;
if ((((XDiff < 0.5) and (XDiff > -0.5)) and (_root.Area.Sound1._y < 187.2)) and (_root.Area.Playing == "Yes")) {
bgSound = new Sound(this);
bgSound.attachSound("Sound1");
bgSound.start(0, 1);
}
}
Instance of Symbol 87 MovieClip "Sound5" in Symbol 132 MovieClip Frame 22
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
}
onClipEvent (enterFrame) {
XDiff = this._x - _root.Area.Probe._x;
YDiff = this._y - _root.Area.Probe._y;
if ((((XDiff < 0.5) and (XDiff > -0.5)) and (_root.Area.Sound5._y < 187.2)) and (_root.Area.Playing == "Yes")) {
bgSound = new Sound(this);
bgSound.attachSound("Sound5");
bgSound.start(0, 1);
}
}
Instance of Symbol 87 MovieClip "Sound3" in Symbol 132 MovieClip Frame 22
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
}
onClipEvent (enterFrame) {
XDiff = this._x - _root.Area.Probe._x;
YDiff = this._y - _root.Area.Probe._y;
if ((((XDiff < 0.5) and (XDiff > -0.5)) and (_root.Area.Sound3._y < 187.2)) and (_root.Area.Playing == "Yes")) {
bgSound = new Sound(this);
bgSound.attachSound("Sound3");
bgSound.start(0, 1);
}
}
Instance of Symbol 87 MovieClip "Sound2" in Symbol 132 MovieClip Frame 22
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
}
onClipEvent (enterFrame) {
XDiff = this._x - _root.Area.Probe._x;
YDiff = this._y - _root.Area.Probe._y;
if ((((XDiff < 0.5) and (XDiff > -0.5)) and (_root.Area.Sound2._y < 187.2)) and (_root.Area.Playing == "Yes")) {
bgSound = new Sound(this);
bgSound.attachSound("Sound2");
bgSound.start(0, 1);
}
}
Instance of Symbol 87 MovieClip "Sound6" in Symbol 132 MovieClip Frame 22
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
}
onClipEvent (enterFrame) {
XDiff = this._x - _root.Area.Probe._x;
YDiff = this._y - _root.Area.Probe._y;
if ((((XDiff < 0.5) and (XDiff > -0.5)) and (_root.Area.Sound6._y < 187.2)) and (_root.Area.Playing == "Yes")) {
bgSound = new Sound(this);
bgSound.attachSound("Sound6");
bgSound.start(0, 1);
}
}
Instance of Symbol 87 MovieClip "Sound4" in Symbol 132 MovieClip Frame 22
on (press) {
this.startDrag();
}
on (release) {
this.stopDrag();
}
onClipEvent (enterFrame) {
XDiff = this._x - _root.Area.Probe._x;
YDiff = this._y - _root.Area.Probe._y;
if ((((XDiff < 0.5) and (XDiff > -0.5)) and (_root.Area.Sound4._y < 187.2)) and (_root.Area.Playing == "Yes")) {
bgSound = new Sound(this);
bgSound.attachSound("Sound4");
bgSound.start(0, 1);
}
}
Instance of Symbol 52 MovieClip in Symbol 132 MovieClip Frame 22
on (rollOver) {
_root.Cursor.gotoAndStop("2");
_root.Cursor.Text = "Play this mode!";
}
on (rollOut) {
_root.Cursor.gotoAndStop("1");
}
on (release) {
_root.Area.gotoAndStop("21");
}
Instance of Symbol 120 MovieClip "Probe" in Symbol 132 MovieClip Frame 22
onClipEvent (enterFrame) {
if (_root.Area.Playing == "Yes") {
_root.Area.Probe._x = _root.Area.Probe._x + 1;
}
if (_x > 517.6) {
_root.Area.Playing = "No";
stopAllSounds();
_root.Area.Probe._x = -4;
}
}
Instance of Symbol 122 MovieClip in Symbol 132 MovieClip Frame 22
on (release) {
_root.Area.Playing = "Yes";
}
on (rollOver) {
_root.Cursor.gotoAndStop("3");
_root.Cursor.Text = "PLAY SONG";
}
on (rollOut) {
_root.Cursor.gotoAndStop("1");
}
Instance of Symbol 124 MovieClip in Symbol 132 MovieClip Frame 22
on (release) {
_root.Area.Playing = "No";
stopAllSounds();
_root.Area.Probe._x = -4;
}
on (rollOver) {
_root.Cursor.gotoAndStop("3");
_root.Cursor.Text = "STOP SONG";
}
on (rollOut) {
_root.Cursor.gotoAndStop("1");
}
Symbol 148 MovieClip Frame 1
stop();