Frame 1
function set100() {
Stage.scaleMode = "noScale";
}
function deadClick() {
}
focusRect = false;
tabEnabled = false;
var my_cm = new ContextMenu();
var nop = new ContextMenuItem("Anonymous D", deadClick);
nop.separatorBefore = false;
my_cm.customItems.push(nop);
var nop = new ContextMenuItem("Loop-D-Loop", deadClick);
nop.separatorBefore = false;
my_cm.customItems.push(nop);
var nop = new ContextMenuItem("Music:", deadClick);
nop.separatorBefore = true;
my_cm.customItems.push(nop);
var nop = new ContextMenuItem("Ben Folds w/ Regina Spektor - You Don't Know Me", deadClick);
nop.separatorBefore = false;
my_cm.customItems.push(nop);
var nop = new ContextMenuItem("100% (No Scale)", set100);
nop.separatorBefore = true;
my_cm.customItems.push(nop);
_root.menu = my_cm;
stop();
totalmask._xscale = (bg._xscale = (bgmask._xscale = Stage.width));
totalmask._yscale = (bg._yscale = (bgmask._yscale = Stage.height));
music = new Sound();
music.attachSound("music");
music.start(0, 9999);
mout = new Array(0, 656, 1357, 1710, 8250, 8951, 9608, 9981);
fout = new Array(303, 1016, 1534, 8610, 9281, 9806, 10667);
mfill = new Array(4077, 4242, 4624, 4990, 5198, 5383, 6809, 7009, 7369, 7725, 7900, 8132);
ffill = new Array(2744, 3062, 3434, 3784, 5514, 5822, 6167, 6515, 7900, 8132);
Instance of Symbol 21 MovieClip in Frame 1
onClipEvent (enterFrame) {
this.f1._x = this.f1._x - 2;
this.m1._x = this.m1._x - 2;
this.f2._x = this.f2._x - 2;
this.m2._x = this.m2._x - 2;
if (this.f1._x == -440) {
this.f1._x = 440;
}
if (this.m1._x == -440) {
this.m1._x = 440;
}
if (this.f2._x == -440) {
this.f2._x = 440;
}
if (this.m2._x == -440) {
this.m2._x = 440;
}
cp = _root.music.position;
if ((cp > _root.mout[0]) && (Math.abs(cp - _root.mout[0]) < 2000)) {
front = _root.mout.slice(0, 1);
_root.mout.splice(0, 1);
_root.mout = _root.mout.concat(front);
this.m1.outln.gotoAndPlay(2);
this.m2.outln.gotoAndPlay(2);
}
if ((cp > _root.fout[0]) && (Math.abs(cp - _root.fout[0]) < 2000)) {
front = _root.fout.slice(0, 1);
_root.fout.splice(0, 1);
_root.fout = _root.fout.concat(front);
this.f1.outln.gotoAndPlay(2);
this.f2.outln.gotoAndPlay(2);
}
if ((cp > _root.mfill[0]) && (Math.abs(cp - _root.mfill[0]) < 2000)) {
front = _root.mfill.slice(0, 1);
_root.mfill.splice(0, 1);
_root.mfill = _root.mfill.concat(front);
this.m1.fil.gotoAndPlay(2);
this.m2.fil.gotoAndPlay(2);
}
if ((cp > _root.ffill[0]) && (Math.abs(cp - _root.ffill[0]) < 2000)) {
front = _root.ffill.slice(0, 1);
_root.ffill.splice(0, 1);
_root.ffill = _root.ffill.concat(front);
this.f1.fil.gotoAndPlay(2);
this.f2.fil.gotoAndPlay(2);
}
}
Symbol 4 MovieClip Frame 1
stop();
Symbol 7 MovieClip Frame 1
stop();
Symbol 11 MovieClip Frame 1
stop();
Symbol 14 MovieClip Frame 1
stop();
Symbol 19 MovieClip Frame 1
stop();