Frame 1
stop();
Frame 2
stop();
Frame 3
stop();
_root._quality = "HIGH";
Instance of Symbol 84 MovieClip in Frame 3
onClipEvent (load) {
_root.perfectcombo = 0;
_root.goodcombo = 0;
_root.averagecombo = 0;
_root.boocombo = 0;
_root.misscombo = 0;
_root.maxperfect = 0;
_root.maxgood = 0;
_root.maxaverage = 0;
_root.maxboo = 0;
_root.maxmiss = 0;
_root.pcount.gotoAndStop(2);
_root.grcount.gotoAndStop(2);
_root.gcount.gotoAndStop(2);
_root.bcount.gotoAndStop(2);
_root.mcount.gotoAndStop(2);
}
Frame 4
_root.score = 0;
_root.life = 50;
_root.combo = 0;
_root.maxcombo = 0;
_root.perfectcombo = 0;
_root.goodcombo = 0;
_root.averagecombo = 0;
_root.boocombo = 0;
_root.misscombo = 0;
_root.maxperfect = 0;
_root.maxgood = 0;
_root.maxaverage = 0;
_root.maxboo = 0;
_root.maxmiss = 0;
Instance of Symbol 96 MovieClip "notebackleft" in Frame 4
onClipEvent (enterFrame) {
if (!Key.isDown(37)) {
this.lefthit = false;
}
}
onClipEvent (enterFrame) {
if (this._xscale < 100) {
this._xscale = this._xscale + 5;
this._yscale = this._yscale + 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (this.lefthit == false)) {
this._xscale = 75;
this._yscale = 75;
this.lefthit == true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.lefthit = true;
}
}
Instance of Symbol 97 MovieClip "notebackdown" in Frame 4
onClipEvent (enterFrame) {
if (!Key.isDown(Key.down)) {
this.downhit = false;
}
}
onClipEvent (enterFrame) {
if (this._xscale < 100) {
this._xscale = this._xscale + 5;
this._yscale = this._yscale + 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.down) && (this.downhit == false)) {
this._xscale = 75;
this._yscale = 75;
this.downhit == true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.down)) {
this.downhit = true;
}
}
Instance of Symbol 98 MovieClip "notebackup" in Frame 4
onClipEvent (enterFrame) {
if (!Key.isDown(Key.up)) {
this.uphit = false;
}
}
onClipEvent (enterFrame) {
if (this._xscale < 100) {
this._xscale = this._xscale + 5;
this._yscale = this._yscale + 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.up) && (this.uphit == false)) {
this._xscale = 75;
this._yscale = 75;
this.uphit == true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.up)) {
this.uphit = true;
}
}
Instance of Symbol 99 MovieClip "notebackright" in Frame 4
onClipEvent (enterFrame) {
if (!Key.isDown(Key.right)) {
this.righthit = false;
}
}
onClipEvent (enterFrame) {
if (this._xscale < 100) {
this._xscale = this._xscale + 5;
this._yscale = this._yscale + 5;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.right) && (this.righthit == false)) {
this._xscale = 75;
this._yscale = 75;
this.righthit == true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.right)) {
this.righthit = true;
}
}
Instance of Symbol 104 MovieClip "left" in Frame 4
onClipEvent (load) {
this.hit = false;
}
onClipEvent (load) {
if (this._y < 0) {
this.hit = true;
}
}
onClipEvent (enterFrame) {
if (this.hit == true) {
this.removeMovieClip();
} else {
this._y = this._y - (_root.bpm / 15);
}
}
onClipEvent (enterFrame) {
if (!Key.isDown(37)) {
this.lefthit = false;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(37) && (this.lefthit == false)) && (_root.bestgrade.hitTest(this._x, this._y, true))) {
this.hit = true;
_root.score = _root.score + Math.round((_root.feet * 1000000) / _root.totalfeet);
_root.life = _root.life + 2;
_root.combo = _root.combo + 1;
_root.perfectcombo = _root.perfectcombo + 1;
_root.notebackleft.play();
_root.signs.gotoandstop(1);
_root.signs._alpha = 100;
this.lefthit == true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(37) && (this.lefthit == false)) && (_root.secondgrade.hitTest(this._x, this._y, true))) {
this.hit = true;
_root.score = _root.score + Math.round(((_root.feet * 1000000) / _root.totalfeet) / 2);
_root.life = _root.life + 1;
_root.combo = _root.combo + 1;
_root.goodcombo = _root.goodcombo + 1;
_root.notebackleft.play();
_root.signs.gotoandstop(2);
_root.signs._alpha = 100;
this.lefthit == true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(37) && (this.lefthit == false)) && (_root.goodgrade.hitTest(this._x, this._y, true))) {
this.hit = true;
_root.score = _root.score + Math.round(((_root.feet * 1000000) / _root.totalfeet) / 3);
_root.combo = _root.combo + 1;
_root.averagecombo = _root.averagecombo + 1;
_root.notebackleft.play();
_root.signs.gotoandstop(3);
_root.signs._alpha = 100;
this.lefthit == true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(37) && (this.lefthit == false)) && (_root.boograde.hitTest(this._x, this._y, true))) {
this.hit = true;
_root.score = _root.score + Math.round(((_root.feet * 1000000) / _root.totalfeet) / 3);
_root.combo = 0;
_root.boocombo = _root.boocombo + 1;
_root.notebackleft.play();
_root.signs.gotoandstop(5);
_root.signs._alpha = 100;
this.lefthit == true;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.missline)) {
_root.misscombo = _root.misscombo + 1;
_root.life = _root.life - 4;
_root.signs.gotoandstop(4);
_root.signs._alpha = 100;
_root.combo = 0;
this.removeMovieClip();
this.lefthit == true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37)) {
this.lefthit = true;
}
}
Instance of Symbol 105 MovieClip "down" in Frame 4
onClipEvent (load) {
this.hit = false;
}
onClipEvent (load) {
if (this._y < 0) {
this.hit = true;
}
}
onClipEvent (enterFrame) {
if (this.hit == true) {
this.removeMovieClip();
} else {
this._y = this._y - (_root.bpm / 15);
}
}
onClipEvent (enterFrame) {
if (!Key.isDown(Key.down)) {
this.downhit = false;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.down) && (this.downhit == false)) && (_root.bestgrade.hitTest(this._x, this._y, true))) {
this.hit = true;
_root.score = _root.score + Math.round((_root.feet * 1000000) / _root.totalfeet);
_root.life = _root.life + 2;
_root.perfectcombo = _root.perfectcombo + 1;
_root.combo = _root.combo + 1;
_root.notebackdown.play();
_root.signs.gotoandstop(1);
_root.signs._alpha = 100;
this.downhit == true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.down) && (this.downhit == false)) && (_root.secondgrade.hitTest(this._x, this._y, true))) {
this.hit = true;
_root.score = _root.score + Math.round(((_root.feet * 1000000) / _root.totalfeet) / 2);
_root.life = _root.life + 1;
_root.goodcombo = _root.goodcombo + 1;
_root.combo = _root.combo + 1;
_root.notebackdown.play();
_root.signs.gotoandstop(2);
_root.signs._alpha = 100;
this.downhit == true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.down) && (this.downhit == false)) && (_root.goodgrade.hitTest(this._x, this._y, true))) {
this.hit = true;
_root.score = _root.score + Math.round(((_root.feet * 1000000) / _root.totalfeet) / 3);
_root.combo = _root.combo + 1;
_root.averagecombo = _root.averagecombo + 1;
_root.notebackdown.play();
_root.signs.gotoandstop(3);
_root.signs._alpha = 100;
this.downhit == true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.down) && (this.downhit == false)) && (_root.boograde.hitTest(this._x, this._y, true))) {
this.hit = true;
_root.score = _root.score + Math.round(((_root.feet * 1000000) / _root.totalfeet) / 3);
_root.combo = 0;
_root.boocombo = _root.boocombo + 1;
_root.notebackdown.play();
_root.signs.gotoandstop(5);
_root.signs._alpha = 100;
this.downhit == true;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.missline)) {
_root.misscombo = _root.misscombo + 1;
_root.life = _root.life - 4;
_root.signs.gotoandstop(4);
_root.signs._alpha = 100;
_root.combo = 0;
this.removeMovieClip();
this.downhit == true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.down)) {
this.downhit = true;
}
}
Instance of Symbol 106 MovieClip "up" in Frame 4
onClipEvent (load) {
this.hit = false;
}
onClipEvent (load) {
if (this._y < 0) {
this.hit = true;
}
}
onClipEvent (enterFrame) {
if (this.hit == true) {
this.removeMovieClip();
} else {
this._y = this._y - (_root.bpm / 15);
}
}
onClipEvent (enterFrame) {
if (!Key.isDown(Key.up)) {
this.uphit = false;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.up) && (this.uphit == false)) && (_root.bestgrade.hitTest(this._x, this._y, true))) {
this.hit = true;
_root.score = _root.score + Math.round((_root.feet * 1000000) / _root.totalfeet);
_root.life = _root.life + 2;
_root.combo = _root.combo + 1;
_root.perfectcombo = _root.perfectcombo + 1;
_root.notebackup.play();
_root.signs.gotoandstop(1);
_root.signs._alpha = 100;
this.uphit == true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.up) && (this.uphit == false)) && (_root.secondgrade.hitTest(this._x, this._y, true))) {
this.hit = true;
_root.score = _root.score + Math.round(((_root.feet * 1000000) / _root.totalfeet) / 2);
_root.life = _root.life + 1;
_root.combo = _root.combo + 1;
_root.goodcombo = _root.goodcombo + 1;
_root.notebackup.play();
_root.signs.gotoandstop(2);
_root.signs._alpha = 100;
this.uphit == true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.up) && (this.uphit == false)) && (_root.goodgrade.hitTest(this._x, this._y, true))) {
this.hit = true;
_root.score = _root.score + Math.round(((_root.feet * 1000000) / _root.totalfeet) / 3);
_root.combo = _root.combo + 1;
_root.averagecombo = _root.averagecombo + 1;
_root.notebackup.play();
_root.signs.gotoandstop(3);
_root.signs._alpha = 100;
this.uphit == true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.up) && (this.uphit == false)) && (_root.boograde.hitTest(this._x, this._y, true))) {
this.hit = true;
_root.score = _root.score + Math.round((_root.feet * 1000000) / _root.totalfeet);
_root.boocombo = _root.boocombo + 1;
_root.combo = 0;
_root.notebackup.play();
_root.signs.gotoandstop(5);
_root.signs._alpha = 100;
this.uphit == true;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.missline)) {
_root.misscombo = _root.misscombo + 1;
_root.life = _root.life - 4;
_root.signs.gotoandstop(4);
_root.signs._alpha = 100;
_root.combo = 0;
this.removeMovieClip();
this.uphit == true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.up)) {
this.uphit = true;
}
}
Instance of Symbol 107 MovieClip "right" in Frame 4
onClipEvent (load) {
this.hit = false;
}
onClipEvent (load) {
if (this._y < 0) {
this.hit = true;
}
}
onClipEvent (enterFrame) {
if (this.hit == true) {
this.removeMovieClip();
} else {
this._y = this._y - (_root.bpm / 15);
}
}
onClipEvent (enterFrame) {
if (!Key.isDown(Key.right)) {
this.righthit = false;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.right) && (this.righthit == false)) && (_root.bestgrade.hitTest(this._x, this._y, true))) {
this.hit = true;
_root.score = _root.score + Math.round((_root.feet * 1000000) / _root.totalfeet);
_root.life = _root.life + 2;
_root.combo = _root.combo + 1;
_root.perfectcombo = _root.perfectcombo + 1;
_root.notebackright.play();
_root.signs.gotoandstop(1);
_root.signs._alpha = 100;
this.righthit == true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.right) && (this.righthit == false)) && (_root.secondgrade.hitTest(this._x, this._y, true))) {
this.hit = true;
_root.score = _root.score + Math.round(((_root.feet * 1000000) / _root.totalfeet) / 2);
_root.life = _root.life + 1;
_root.combo = _root.combo + 1;
_root.goodcombo = _root.goodcombo + 1;
_root.notebackright.play();
_root.signs.gotoandstop(2);
_root.signs._alpha = 100;
this.righthit == true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.right) && (this.righthit == false)) && (_root.goodgrade.hitTest(this._x, this._y, true))) {
this.hit = true;
_root.score = _root.score + Math.round(((_root.feet * 1000000) / _root.totalfeet) / 3);
_root.combo = _root.combo + 1;
_root.averagecombo = _root.averagecombo + 1;
_root.notebackright.play();
_root.signs.gotoandstop(3);
_root.signs._alpha = 100;
this.righthit == true;
}
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.right) && (this.righthit == false)) && (_root.boograde.hitTest(this._x, this._y, true))) {
this.hit = true;
_root.score = _root.score + Math.round((_root.feet * 1000000) / _root.totalfeet);
_root.boocombo = _root.boocombo + 1;
_root.combo = 0;
_root.notebackright.play();
_root.signs.gotoandstop(5);
_root.signs._alpha = 100;
this.righthit == true;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.missline)) {
_root.misscombo = _root.misscombo + 1;
_root.life = _root.life - 4;
_root.signs.gotoandstop(4);
_root.signs._alpha = 100;
_root.combo = 0;
this.removeMovieClip();
this.righthit == true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.right)) {
this.righthit = true;
}
}
Instance of Symbol 114 MovieClip "kkrmeter" in Frame 4
onClipEvent (load) {
this.swapDepths(100000);
}
onClipEvent (enterFrame) {
this._xscale = _root.life;
if (_root.life > 100) {
_root.life = 100;
}
}
onClipEvent (enterFrame) {
if (_root.life < 0) {
_root.gotoandstop("lose");
this.removeMovieClip();
}
}
onClipEvent (enterFrame) {
if (_root.life == 100) {
this.gotoandstop(2);
} else if (_root.life < 20) {
this.gotoandstop(3);
} else {
this.gotoandstop(1);
}
}
Instance of Symbol 129 MovieClip "scorebar" in Frame 4
onClipEvent (load) {
this.swapDepths(10020000);
}
onClipEvent (enterFrame) {
this.score = _root.score;
}
onClipEvent (enterFrame) {
if (_root.combo > _root.maxcombo) {
_root.maxcombo = _root.combo;
}
}
Instance of Symbol 132 MovieClip "meterbar" in Frame 4
onClipEvent (load) {
this.swapDepths(10010000);
}
Instance of Symbol 148 MovieClip "signs" in Frame 4
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this._alpha > 0) {
this._alpha = this._alpha - 4;
}
}
Instance of Symbol 152 MovieClip in Frame 4
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this.perfectcombo = _root.perfectcombo;
}
onClipEvent (enterFrame) {
if (_root.combo > 0) {
_root.perfectcombo.gotoAndStop(2);
this._alpha = this._alpha + 10;
} else {
this._alpha = 0;
_root.perfectcombo.gotoAndStop(1);
}
}
Instance of Symbol 154 MovieClip in Frame 4
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this.goodcombo = _root.goodcombo;
}
onClipEvent (enterFrame) {
if (_root.combo > 0) {
_root.goodcombo.gotoAndStop(2);
this._alpha = this._alpha + 10;
} else {
this._alpha = 0;
_root.goodcombo.gotoAndStop(1);
}
}
Instance of Symbol 156 MovieClip in Frame 4
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this.averagecombo = _root.averagecombo;
}
onClipEvent (enterFrame) {
if (_root.combo > 0) {
_root.averagecombo.gotoAndStop(2);
this._alpha = this._alpha + 10;
} else {
this._alpha = 0;
_root.averagecombo.gotoAndStop(1);
}
}
Instance of Symbol 158 MovieClip in Frame 4
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this.boocombo = _root.boocombo;
}
onClipEvent (enterFrame) {
if (_root.combo > 0) {
_root.boocombo.gotoAndStop(2);
this._alpha = this._alpha + 10;
} else {
this._alpha = 0;
_root.boocombo.gotoAndStop(1);
}
}
Instance of Symbol 160 MovieClip in Frame 4
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this.misscombo = _root.misscombo;
}
onClipEvent (enterFrame) {
if (_root.combo > 0) {
_root.misscombo.gotoAndStop(2);
this._alpha = this._alpha + 10;
} else {
this._alpha = 0;
_root.misscombo.gotoAndStop(1);
}
}
Instance of Symbol 169 MovieClip in Frame 4
onClipEvent (load) {
_root.perfectcombo._alpha = 0;
}
onClipEvent (load) {
_root.perfectcombo = 0;
_root.goodcombo = 0;
_root.averagecombo = 0;
_root.boocombo = 0;
_root.misscombo = 0;
_root.maxperfect = 0;
_root.maxgood = 0;
_root.maxaverage = 0;
_root.maxboo = 0;
_root.maxmiss = 0;
}
Instance of Symbol 178 MovieClip "combonumb" in Frame 48
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this.combo = _root.combo;
}
onClipEvent (enterFrame) {
if (_root.combo > 4) {
_root.combonumb.gotoAndStop(2);
this._alpha = this._alpha + 10;
} else {
this._alpha = 0;
_root.combonumb.gotoAndStop(1);
}
}
Frame 73
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 82
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 92
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 103
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 113
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 122
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 132
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 141
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 146
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 151
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 156
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 160
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 170
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 175
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 179
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 189
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 190
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 199
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 208
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 209
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 220
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 227
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 236
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 237
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 245
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 251
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 254
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 264
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 265
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 267
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 273
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 278
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 282
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 287
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 292
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 293
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 304
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 307
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 313
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 318
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 322
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 331
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 332
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 342
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 345
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 347
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 351
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 357
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 363
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 369
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 377
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 382
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 385
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 392
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 393
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 401
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 402
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 415
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 422
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 425
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 432
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 442
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 445
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 452
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 456
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 461
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 470
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 479
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 485
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 489
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 490
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 499
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 509
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 510
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 519
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 525
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 529
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 539
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 540
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 549
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 554
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 559
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 565
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 569
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 570
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 579
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 584
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 589
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 594
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 599
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 604
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 605
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 609
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 618
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 623
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 627
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 636
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 637
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 645
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 646
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 656
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 661
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 666
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 676
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 677
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 685
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 695
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 696
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 705
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 706
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 715
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 716
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 723
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 725
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 726
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 735
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 745
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 746
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 755
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 759
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 763
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 765
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 775
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 776
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 783
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 785
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 789
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 795
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 800
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 803
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 805
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 815
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 825
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 826
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 834
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 835
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 841
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 843
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 848
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 852
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 858
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 862
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 868
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 872
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 879
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 882
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 885
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 892
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 893
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 898
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 902
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 909
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 917
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 918
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 926
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 927
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 935
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 936
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 940
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 944
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 953
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 954
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 955
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 962
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 971
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 974
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 976
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 980
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 989
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 990
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 993
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 999
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1009
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1012
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1014
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1019
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1029
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1031
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1034
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1038
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1047
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1049
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1052
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1057
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1066
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1068
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1071
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1076
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1085
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1086
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1095
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1096
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1104
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1105
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1110
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1114
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1124
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1125
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1133
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1134
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1142
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1145
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1149
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1152
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1158
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1162
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1167
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1172
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1177
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1182
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1185
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1191
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1196
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1200
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1204
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1209
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1213
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1218
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1223
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1228
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1238
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1242
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1243
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1247
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1252
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1256
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1261
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1266
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1271
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1276
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1279
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1281
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1286
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1291
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1295
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1298
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1301
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1305
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1314
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1317
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1319
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1324
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1333
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1335
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1338
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1343
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1352
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1353
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1357
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1361
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1370
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1372
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1374
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1379
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1384
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1389
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1391
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1398
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1404
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1408
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1411
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1418
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1423
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1427
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1433
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1437
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1446
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1447
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1451
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1455
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1464
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1469
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1473
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1482
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1487
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1491
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1496
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1500
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1504
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1509
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1510
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1518
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1522
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1527
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1537
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1542
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1546
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1548
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1555
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1560
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1564
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1567
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1570
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1573
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1582
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1583
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1586
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1591
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1592
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1600
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1605
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1609
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1614
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1618
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1624
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1627
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1631
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1636
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1642
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1643
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1645
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1654
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1655
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1661
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1663
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1664
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1672
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1679
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1681
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1686
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1690
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1697
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1699
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1700
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1708
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1713
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1715
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1717
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1722
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1726
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1732
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1733
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1735
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1740
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1744
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1749
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1751
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1753
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1762
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1769
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1771
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1772
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1780
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1781
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1787
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1789
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1790
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1798
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1804
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1805
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1807
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1816
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1820
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1823
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1825
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1830
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1835
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1840
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1842
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1844
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1849
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1853
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1861
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1862
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1867
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1871
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1880
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1881
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1889
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1894
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1898
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1899
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1903
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1907
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1916
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1917
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1918
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1925
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1930
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1934
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1937
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1939
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1943
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1952
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1955
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1957
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1961
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1970
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1973
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1974
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1979
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1984
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1988
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1991
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 1993
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 1997
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2006
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2009
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2011
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2015
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2021
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2024
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2027
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2033
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2034
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2042
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2045
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2051
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2052
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2060
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2061
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2063
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2069
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2078
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2081
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2083
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2087
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2096
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2099
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2101
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2105
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2114
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2117
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2118
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2123
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2128
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2132
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2135
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2141
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2146
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2150
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2153
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 2) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2155
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2159
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2164
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2168
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2173
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 2) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2177
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2181
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2186
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2191
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2193
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2195
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2204
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2209
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2211
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2213
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2219
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2222
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2229
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2231
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2232
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2240
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2245
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2247
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2249
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2258
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2263
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2265
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2267
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2276
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2283
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2285
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2289
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2294
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2299
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2301
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2303
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2309
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2312
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2319
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2321
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2322
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2330
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2337
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2339
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2340
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2348
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2355
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2357
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2362
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2366
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2373
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2375
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2380
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2384
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2391
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2393
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2397
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2402
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2407
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2409
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2411
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2420
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2422
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2427
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2429
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2430
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2441
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2446
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2447
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2452
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2456
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2465
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2470
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2474
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2483
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2484
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2488
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2492
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2497
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2501
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2502
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2510
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2515
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2519
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2521
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2528
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2533
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2537
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2540
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2546
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2551
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2555
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2559
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2564
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2569
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2573
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2577
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2582
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2587
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2591
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2595
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2600
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2601
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2609
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2610
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2613
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2618
if (_root.diff == 3) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2623
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2627
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2632
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2636
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2645
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2650
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2651
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2652
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2654
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2659
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2663
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2669
if (_root.diff == 2) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2670
if (_root.diff == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2672
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2681
if (_root.diff == 3) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2686
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2687
if (_root.diff == 2) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2688
if (_root.diff == 2) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2690
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2699
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2701
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2708
if (_root.diff == 4) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2717
if (_root.diff == 4) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2718
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2726
if (_root.diff == 4) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2734
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
Frame 2735
if (_root.diff == 3) {
_root.choose = random(0);
if (_root.choose == 0) {
duplicateMovieClip (left, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackleft._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 1) {
duplicateMovieClip (down, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackdown._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 2) {
duplicateMovieClip (up, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackup._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
} else if (_root.choose == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
}
if (_root.diff == 4) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2736
if (_root.diff == 3) {
duplicateMovieClip (right, _root._currentframe, _root._currentframe);
setProperty(_root._currentframe, _x , _root.notebackright._x);
setProperty(_root._currentframe, _y , _root.spawnline._y);
}
Frame 2874
stop();
stop();
_root._quality = "HIGH";
Instance of Symbol 182 MovieClip "pcount" in Frame 2874
onClipEvent (load) {
this.swapDepths(10010000);
}
onClipEvent (enterFrame) {
if (_root.perfectcombo > _root.maxperfect) {
_root.maxperfect = _root.perfectcombo;
}
}
Instance of Symbol 184 MovieClip "grcount" in Frame 2874
onClipEvent (load) {
this.swapDepths(1003000);
}
onClipEvent (enterFrame) {
if (_root.goodcombo > _root.maxgood) {
_root.maxgood = _root.goodcombo;
}
}
Instance of Symbol 186 MovieClip "gcount" in Frame 2874
onClipEvent (load) {
this.swapDepths(1004000);
}
onClipEvent (enterFrame) {
if (_root.averagecombo > _root.maxaverage) {
_root.maxaverage = _root.averagecombo;
}
}
Instance of Symbol 188 MovieClip "mcount" in Frame 2874
onClipEvent (load) {
this.swapDepths(1006000);
}
onClipEvent (enterFrame) {
if (_root.misscombo > _root.maxmiss) {
_root.maxmiss = _root.misscombo;
}
}
Instance of Symbol 190 MovieClip "bcount" in Frame 2874
onClipEvent (load) {
this.swapDepths(1005000);
}
onClipEvent (enterFrame) {
if (_root.boocombo > _root.maxboo) {
_root.maxboo = _root.boocombo;
}
}
Instance of Symbol 211 MovieClip "diffgrade" in Frame 2874
onClipEvent (load) {
this.gotoandstop(_root.diff);
}
Instance of Symbol 219 MovieClip in Frame 2874
onClipEvent (load) {
this.gotoandstop(_root.diff);
}
Instance of Symbol 229 MovieClip "end1" in Frame 2874
onClipEvent (load) {
this.swapDepths(10020000);
}
onClipEvent (enterFrame) {
this.score = _root.score;
}
onClipEvent (enterFrame) {
if (_root.combo > _root.maxcombo) {
_root.maxcombo = _root.combo;
}
}
Instance of Symbol 239 MovieClip in Frame 2874
onClipEvent (enterFrame) {
_root.scorebar.gotoAndStop(2);
_root.kkrmeter.gotoAndStop(4);
_root.meterbar.gotoAndStop(2);
}
Frame 2875
_root.scorebar.play();
_root.kkrmeter.gotoAndPlay(4);
_root.meterbar.play();
stop();
Symbol 11 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 11 MovieClip Frame 2
gotoAndPlay (1);
Symbol 11 MovieClip Frame 3
_root.play();
Symbol 13 MovieClip Frame 75
_root.play();
Symbol 18 MovieClip Frame 20
gotoAndPlay (1);
Symbol 18 MovieClip Frame 34
stop();
_root.score = _root.score + Math.round((_root.feet * 1000000) / _root.totalfeet);
_root.life = _root.life + 2;
_root.combo = _root.combo + 1;
this.removeMovieClip();
Symbol 18 MovieClip Frame 48
stop();
_root.score = _root.score + Math.round(((_root.feet * 1000000) / _root.totalfeet) / 2);
_root.life = _root.life + 1;
_root.combo = _root.combo + 1;
this.removeMovieClip();
Symbol 18 MovieClip Frame 62
stop();
_root.score = _root.score + Math.round(((_root.feet * 1000000) / _root.totalfeet) / 3);
_root.combo = 0;
this.removeMovieClip();
Symbol 25 MovieClip Frame 15
stop();
Symbol 33 Button
on (press) {
stopAllSounds();
_root.bpm = 176.589;
_root.feet = 10;
_root.totalfeet = 666;
_root.diff = 4;
_root.play();
}
Symbol 36 Button
on (press) {
stopAllSounds();
_root.bpm = 151.362;
_root.feet = 8;
_root.totalfeet = 333;
_root.diff = 3;
_root.play();
}
Symbol 39 Button
on (press) {
stopAllSounds();
_root.bpm = 75.681;
_root.feet = 5;
_root.totalfeet = 222;
_root.diff = 2;
_root.play();
}
Symbol 43 Button
on (release) {
play();
}
Symbol 51 Button
on (release) {
nextFrame();
}
Symbol 53 Button
on (release) {
_root.tutorial.play();
}
Symbol 57 Button
on (release) {
prevFrame();
}
Symbol 58 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 2
stop();
Symbol 59 Button
on (press) {
stopAllSounds();
_root.bpm = 75.681;
_root.feet = 5;
_root.totalfeet = 222;
_root.diff = 2;
play();
}
Symbol 60 Button
on (press) {
stopAllSounds();
_root.bpm = 151.362;
_root.feet = 8;
_root.totalfeet = 333;
_root.diff = 3;
play();
}
Symbol 61 Button
on (press) {
stopAllSounds();
_root.bpm = 75.681;
_root.feet = 10;
_root.totalfeet = 666;
_root.diff = 4;
play();
}
Symbol 62 MovieClip Frame 1
stop();
Symbol 62 MovieClip Frame 32
stop();
Symbol 62 MovieClip Frame 60
gotoAndStop (1);
Symbol 69 Button
on (release) {
getURL ("http://www.pleygo.com", "http://www.pleygo.com");
}
Symbol 71 Button
on (release) {
play();
}
Symbol 72 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 19
stop();
Symbol 72 MovieClip Frame 35
gotoAndStop (1);
Symbol 78 MovieClip Frame 15
stop();
Symbol 81 Button
on (release) {
toggleHighQuality();
}
Symbol 82 MovieClip Frame 10
stop();
Symbol 87 MovieClip Frame 20
stop();
Symbol 89 MovieClip Frame 65
stop();
Symbol 96 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 8
gotoAndStop (1);
Symbol 97 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 8
gotoAndStop (1);
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 8
gotoAndStop (1);
Symbol 99 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 8
gotoAndStop (1);
Symbol 104 MovieClip Frame 69
gotoAndPlay (1);
Symbol 105 MovieClip Frame 69
gotoAndPlay (1);
Symbol 106 MovieClip Frame 69
gotoAndPlay (1);
Symbol 107 MovieClip Frame 69
gotoAndPlay (1);
Symbol 114 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 4
stop();
removeMovieClip("");
Symbol 129 MovieClip Frame 1
stop();
Instance of Symbol 125 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (load) {
this.gotoandstop(_root.diff);
}
Symbol 129 MovieClip Frame 2
stop();
Symbol 132 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 2
stop();
Symbol 148 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 1
stop();
Symbol 154 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 2
stop();
Symbol 182 MovieClip Frame 1
stop();
Symbol 182 MovieClip Frame 2
stop();
Symbol 184 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 2
stop();
Symbol 186 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 2
stop();
Symbol 188 MovieClip Frame 1
stop();
Symbol 188 MovieClip Frame 2
stop();
Symbol 190 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 2
stop();
Symbol 210 MovieClip Frame 1
stop();
Instance of Symbol 210 MovieClip "lettergrade" in Symbol 211 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.maxmiss > -1) {
_root.diffgrade.lettergrade.gotoAndStop(3);
}
if (_root.maxmiss > 0) {
_root.diffgrade.lettergrade.gotoAndStop(4);
}
if (_root.maxmiss > 2) {
_root.diffgrade.lettergrade.gotoAndStop(5);
}
if (_root.maxmiss > 4) {
_root.diffgrade.lettergrade.gotoAndStop(6);
}
if (_root.maxmiss > 6) {
_root.diffgrade.lettergrade.gotoAndStop(7);
}
}
Symbol 214 Button
on (keyPress "<Space>") {
stopAllSounds();
_root.end1.gotoAndStop(2);
_root.pcount.gotoAndStop(2);
_root.grcount.gotoAndStop(2);
_root.gcount.gotoAndStop(2);
_root.bcount.gotoAndStop(2);
_root.mcount.gotoAndStop(2);
_root.perfectcombo = 0;
_root.goodcombo = 0;
_root.averagecombo = 0;
_root.boocombo = 0;
_root.misscombo = 0;
_root.maxperfect = 0;
_root.maxgood = 0;
_root.maxaverage = 0;
_root.maxboo = 0;
_root.maxmiss = 0;
gotoAndPlay (3);
}
Symbol 223 MovieClip Frame 10
stop();
Symbol 229 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 2
stop();
Symbol 244 Button
on (release) {
_root.gotoAndPlay(3);
}
Symbol 245 MovieClip Frame 83
stop();