STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228128
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/25732985?noj=FRM25732985-14DC" width="1" height="1"></div>

Hack Hack Revolution.swf

This is the info page for
Flash #64153

(Click the ID number above for more basic data on this flash file.)


Text
Loading 1.59 MB

Loading 1.59 MB

Song:  Burnin' the Floor - Naoki

TUTORIAL

TUTORIAL

TUTORIAL

Press on the correct directional buttons on your
keyboard that corresponds to the arrows that appear
on-screen. The correct arrow must be pressed when
it crosses the permanent arrows at the upper part of
the screen.

NEXT >

MAIN MENU

Build up your groove meter, clear the stage, and
continue to the score board, where you can view
your results.
However, if you continue to miss arrows, the groove
meter level drops. If the gauge drops to zero, the
game will end.

< BACK

C
R
E
D
I
T
S

Matt McManis - Designer/Programmer
Randy Snow - Beta Tester
Music: Burnin' the Floor by Naoki
Other Music by Matt McManis
Special Thanks to:  Konami

www.pleygo.com

www.pleygo.com

SELECT STEP DIFFICULTY

v 0.1

Q

LIGHT

LIGHT

STANDARD

STANDARD

HEAVY

HEAVY

0

PERFECT!!

PERFECT!!

GREAT!

GREAT!

GOOD

GOOD

MISS

MISS

BOO!!

BOO!!

0

0

0

0

0

0

0

Combo!

0

0

0

0

0

Extreme to the MAX!

You are ka-ka-krunk!!!

Super Fantastic!

Good job! You rock!

Come on, try harder...

Haha! You suck!

Press SPACE to continue

Result

0

0

perfect

GREAT

GOOD

BOO

MISS

TRY AGAIN?

ActionScript [AS1/AS2]

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();

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:Timeline
Symbol 3 GraphicUsed by:11
Symbol 4 GraphicUsed by:11 13
Symbol 5 GraphicUsed by:6 89
Symbol 6 MovieClipUses:5Used by:11
Symbol 7 GraphicUsed by:11
Symbol 8 FontUsed by:9 10 23 41 42 45 64 65 67 68 74 80 128 133 134 136 137 139 140 142 143 145 146 151 153 155 157 159 243
Symbol 9 TextUses:8Used by:11
Symbol 10 TextUses:8Used by:11
Symbol 11 MovieClipUses:3 4 6 7 9 10Used by:Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 MovieClipUses:4Used by:Timeline
Symbol 14 GraphicUsed by:18
Symbol 15 GraphicUsed by:18
Symbol 16 GraphicUsed by:18
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:14 15 16 17Used by:19 104 105 106 107
Symbol 19 MovieClipUses:18Used by:Timeline
Symbol 20 BitmapUsed by:21
Symbol 21 GraphicUses:20Used by:Timeline
Symbol 22 GraphicUsed by:24
Symbol 23 TextUses:8Used by:24
Symbol 24 MovieClipUses:22 23Used by:25
Symbol 25 MovieClipUses:24Used by:Timeline
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 BitmapUsed by:29
Symbol 29 GraphicUses:28Used by:33 61 62
Symbol 30 BitmapUsed by:31
Symbol 31 GraphicUses:30Used by:32 33 36 39 59 60 61
Symbol 32 MovieClipUses:31Used by:33 36 39 59 60 61
Symbol 33 ButtonUses:29 32 31Used by:62
Symbol 34 BitmapUsed by:35
Symbol 35 GraphicUses:34Used by:36 60 62
Symbol 36 ButtonUses:35 32 31Used by:62
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:39 59 62
Symbol 39 ButtonUses:38 32 31Used by:62
Symbol 40 GraphicUsed by:43 62
Symbol 41 TextUses:8Used by:43 62
Symbol 42 TextUses:8Used by:43 62
Symbol 43 ButtonUses:40 41 42Used by:62
Symbol 44 GraphicUsed by:58
Symbol 45 TextUses:8Used by:58
Symbol 46 FontUsed by:47 55
Symbol 47 TextUses:46Used by:58
Symbol 48 GraphicUsed by:51 53 57
Symbol 49 FontUsed by:50 52 56 212
Symbol 50 TextUses:49Used by:51
Symbol 51 ButtonUses:48 50Used by:58
Symbol 52 TextUses:49Used by:53
Symbol 53 ButtonUses:48 52Used by:58
Symbol 54 FontUsed by:55
Symbol 55 TextUses:46 54Used by:58
Symbol 56 TextUses:49Used by:57
Symbol 57 ButtonUses:48 56Used by:58
Symbol 58 MovieClipUses:44 45 47 51 53 55 57Used by:62
Symbol 59 ButtonUses:38 32 31Used by:62
Symbol 60 ButtonUses:35 32 31Used by:62
Symbol 61 ButtonUses:29 32 31Used by:62
Symbol 62 MovieClipUses:33 36 39 43 38 40 41 42 35 29 58 59 60 61Used by:Timeline
Symbol 63 GraphicUsed by:70
Symbol 64 TextUses:8Used by:70
Symbol 65 TextUses:8Used by:70
Symbol 66 GraphicUsed by:69 71
Symbol 67 TextUses:8Used by:69
Symbol 68 TextUses:8Used by:69
Symbol 69 ButtonUses:66 67 68Used by:70
Symbol 70 MovieClipUses:63 64 65 69Used by:72
Symbol 71 ButtonUses:66Used by:72
Symbol 72 MovieClipUses:70 71Used by:Timeline
Symbol 73 GraphicUsed by:77
Symbol 74 TextUses:8Used by:77
Symbol 75 FontUsed by:76 181 183 185 187 189
Symbol 76 TextUses:75Used by:77
Symbol 77 MovieClipUses:73 74 76Used by:78
Symbol 78 MovieClipUses:77Used by:Timeline
Symbol 79 GraphicUsed by:81
Symbol 80 TextUses:8Used by:81
Symbol 81 ButtonUses:79 80Used by:82
Symbol 82 MovieClipUses:81Used by:Timeline
Symbol 83 GraphicUsed by:84 169
Symbol 84 MovieClipUses:83Used by:Timeline
Symbol 85 SoundUsed by:Timeline
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:89
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:5 87 88Used by:Timeline
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:92
Symbol 92 MovieClipUses:91Used by:Timeline
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:93Used by:96 97 98 99
Symbol 95 GraphicUsed by:96 97 98 99
Symbol 96 MovieClipUses:94 95Used by:Timeline
Symbol 97 MovieClipUses:94 95Used by:Timeline
Symbol 98 MovieClipUses:94 95Used by:Timeline
Symbol 99 MovieClipUses:94 95Used by:Timeline
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:Timeline
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:Timeline
Symbol 104 MovieClipUses:18Used by:Timeline
Symbol 105 MovieClipUses:18Used by:Timeline
Symbol 106 MovieClipUses:18Used by:Timeline
Symbol 107 MovieClipUses:18Used by:Timeline
Symbol 108 GraphicUsed by:Timeline
Symbol 109 GraphicUsed by:114
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:110Used by:114
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:114
Symbol 114 MovieClipUses:109 111 113Used by:Timeline
Symbol 115 GraphicUsed by:125
Symbol 116 FontUsed by:117 118 120 121 123 124
Symbol 117 TextUses:116Used by:125
Symbol 118 TextUses:116Used by:125
Symbol 119 GraphicUsed by:125
Symbol 120 TextUses:116Used by:125
Symbol 121 TextUses:116Used by:125
Symbol 122 GraphicUsed by:125
Symbol 123 TextUses:116Used by:125
Symbol 124 TextUses:116Used by:125
Symbol 125 MovieClipUses:115 117 118 119 120 121 122 123 124Used by:129
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:129
Symbol 128 EditableTextUses:8Used by:129
Symbol 129 MovieClipUses:125 127 128Used by:Timeline
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130Used by:132
Symbol 132 MovieClipUses:131Used by:Timeline
Symbol 133 TextUses:8Used by:135
Symbol 134 TextUses:8Used by:135
Symbol 135 MovieClipUses:133 134Used by:148
Symbol 136 TextUses:8Used by:138
Symbol 137 TextUses:8Used by:138
Symbol 138 MovieClipUses:136 137Used by:148
Symbol 139 TextUses:8Used by:141
Symbol 140 TextUses:8Used by:141
Symbol 141 MovieClipUses:139 140Used by:148
Symbol 142 TextUses:8Used by:144
Symbol 143 TextUses:8Used by:144
Symbol 144 MovieClipUses:142 143Used by:148
Symbol 145 TextUses:8Used by:147
Symbol 146 TextUses:8Used by:147
Symbol 147 MovieClipUses:145 146Used by:148
Symbol 148 MovieClipUses:135 138 141 144 147Used by:Timeline
Symbol 149 BitmapUsed by:150
Symbol 150 GraphicUses:149Used by:Timeline
Symbol 151 EditableTextUses:8Used by:152
Symbol 152 MovieClipUses:151Used by:Timeline
Symbol 153 EditableTextUses:8Used by:154
Symbol 154 MovieClipUses:153Used by:Timeline
Symbol 155 EditableTextUses:8Used by:156
Symbol 156 MovieClipUses:155Used by:Timeline
Symbol 157 EditableTextUses:8Used by:158
Symbol 158 MovieClipUses:157Used by:Timeline
Symbol 159 EditableTextUses:8Used by:160
Symbol 160 MovieClipUses:159Used by:Timeline
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:161Used by:Timeline
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:163Used by:Timeline
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:165Used by:Timeline
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:167Used by:Timeline
Symbol 169 MovieClipUses:83Used by:Timeline
Symbol 170 SoundUsed by:Timeline
Symbol 171 FontUsed by:172 173 174 194 197 200 203 206 209 224 225
Symbol 172 EditableTextUses:171Used by:178
Symbol 173 EditableTextUses:171Used by:178
Symbol 174 TextUses:171Used by:178
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:175Used by:178
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:172 173 174 176 177Used by:Timeline
Symbol 179 BitmapUsed by:180
Symbol 180 GraphicUses:179Used by:Timeline
Symbol 181 EditableTextUses:75Used by:182
Symbol 182 MovieClipUses:181Used by:Timeline
Symbol 183 EditableTextUses:75Used by:184
Symbol 184 MovieClipUses:183Used by:Timeline
Symbol 185 EditableTextUses:75Used by:186
Symbol 186 MovieClipUses:185Used by:Timeline
Symbol 187 EditableTextUses:75Used by:188
Symbol 188 MovieClipUses:187Used by:Timeline
Symbol 189 EditableTextUses:75Used by:190
Symbol 190 MovieClipUses:189Used by:Timeline
Symbol 191 GraphicUsed by:211
Symbol 192 BitmapUsed by:193
Symbol 193 GraphicUses:192Used by:210
Symbol 194 TextUses:171Used by:210
Symbol 195 BitmapUsed by:196
Symbol 196 GraphicUses:195Used by:210
Symbol 197 TextUses:171Used by:210
Symbol 198 BitmapUsed by:199
Symbol 199 GraphicUses:198Used by:210
Symbol 200 TextUses:171Used by:210
Symbol 201 BitmapUsed by:202
Symbol 202 GraphicUses:201Used by:210
Symbol 203 TextUses:171Used by:210
Symbol 204 BitmapUsed by:205
Symbol 205 GraphicUses:204Used by:210
Symbol 206 TextUses:171Used by:210
Symbol 207 BitmapUsed by:208
Symbol 208 GraphicUses:207Used by:210
Symbol 209 TextUses:171Used by:210
Symbol 210 MovieClipUses:193 194 196 197 199 200 202 203 205 206 208 209Used by:211
Symbol 211 MovieClipUses:191 210Used by:Timeline
Symbol 212 TextUses:49Used by:213 214
Symbol 213 MovieClipUses:212Used by:214
Symbol 214 ButtonUses:213 212Used by:Timeline
Symbol 215 GraphicUsed by:219
Symbol 216 GraphicUsed by:219
Symbol 217 BitmapUsed by:218
Symbol 218 GraphicUses:217Used by:219
Symbol 219 MovieClipUses:215 216 218Used by:Timeline
Symbol 220 GraphicUsed by:223
Symbol 221 FontUsed by:222
Symbol 222 TextUses:221Used by:223
Symbol 223 MovieClipUses:220 222Used by:Timeline
Symbol 224 EditableTextUses:171Used by:229
Symbol 225 EditableTextUses:171Used by:229
Symbol 226 BitmapUsed by:228
Symbol 227 BitmapUsed by:228
Symbol 228 GraphicUses:226 227Used by:229
Symbol 229 MovieClipUses:224 225 228Used by:Timeline
Symbol 230 BitmapUsed by:231
Symbol 231 GraphicUses:230Used by:Timeline
Symbol 232 FontUsed by:233 234 235 236 237
Symbol 233 TextUses:232Used by:Timeline
Symbol 234 TextUses:232Used by:Timeline
Symbol 235 TextUses:232Used by:Timeline
Symbol 236 TextUses:232Used by:Timeline
Symbol 237 TextUses:232Used by:Timeline
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:238Used by:Timeline
Symbol 240 SoundUsed by:Timeline
Symbol 241 BitmapUsed by:242
Symbol 242 GraphicUses:241Used by:245
Symbol 243 TextUses:8Used by:244 245
Symbol 244 ButtonUses:243Used by:245
Symbol 245 MovieClipUses:242 243 244Used by:Timeline
Streaming Sound 1Used by:Timeline

Instance Names

"tutorial"Frame 3Symbol 62 MovieClip
"notebackleft"Frame 4Symbol 96 MovieClip
"notebackdown"Frame 4Symbol 97 MovieClip
"notebackup"Frame 4Symbol 98 MovieClip
"notebackright"Frame 4Symbol 99 MovieClip
"spawnline"Frame 4Symbol 101 MovieClip
"missline"Frame 4Symbol 103 MovieClip
"left"Frame 4Symbol 104 MovieClip
"down"Frame 4Symbol 105 MovieClip
"up"Frame 4Symbol 106 MovieClip
"right"Frame 4Symbol 107 MovieClip
"kkrmeter"Frame 4Symbol 114 MovieClip
"scorebar"Frame 4Symbol 129 MovieClip
"meterbar"Frame 4Symbol 132 MovieClip
"signs"Frame 4Symbol 148 MovieClip
"boograde"Frame 4Symbol 162 MovieClip
"goodgrade"Frame 4Symbol 164 MovieClip
"secondgrade"Frame 4Symbol 166 MovieClip
"bestgrade"Frame 4Symbol 168 MovieClip
"combonumb"Frame 48Symbol 178 MovieClip
"pcount"Frame 2874Symbol 182 MovieClip
"grcount"Frame 2874Symbol 184 MovieClip
"gcount"Frame 2874Symbol 186 MovieClip
"mcount"Frame 2874Symbol 188 MovieClip
"bcount"Frame 2874Symbol 190 MovieClip
"diffgrade"Frame 2874Symbol 211 MovieClip
"end1"Frame 2874Symbol 229 MovieClip
"bar"Symbol 11 MovieClip Frame 1Symbol 6 MovieClip
"lesson"Symbol 62 MovieClip Frame 17Symbol 58 MovieClip
"perfect"Symbol 148 MovieClip Frame 1Symbol 135 MovieClip
"good"Symbol 148 MovieClip Frame 2Symbol 138 MovieClip
"average"Symbol 148 MovieClip Frame 3Symbol 141 MovieClip
"miss"Symbol 148 MovieClip Frame 4Symbol 144 MovieClip
"boo"Symbol 148 MovieClip Frame 5Symbol 147 MovieClip
"lettergrade"Symbol 211 MovieClip Frame 1Symbol 210 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$Af$P/9mPwQVD73x5na.d6CMY1."

Labels

"left"Frame 73
"left"Frame 73
"left"Frame 73
"up"Frame 82
"down"Frame 92
"down"Frame 92
"up"Frame 103
"left"Frame 113
"left"Frame 113
"left"Frame 113
"up"Frame 122
"down"Frame 132
"down"Frame 132
"left"Frame 141
"up"Frame 146
"right"Frame 151
"right"Frame 151
"right"Frame 151
"right"Frame 156
"up"Frame 160
"up"Frame 160
"down"Frame 170
"down"Frame 170
"up"Frame 175
"up"Frame 179
"up"Frame 179
"right"Frame 189
"right"Frame 189
"right"Frame 189
"left"Frame 190
"left"Frame 190
"up"Frame 199
"up"Frame 199
"down"Frame 208
"down"Frame 208
"up"Frame 209
"up"Frame 209
"left"Frame 220
"down"Frame 227
"down"Frame 227
"down"Frame 227
"down"Frame 236
"down"Frame 236
"up"Frame 237
"down"Frame 245
"down"Frame 245
"left"Frame 251
"up"Frame 254
"up"Frame 254
"right"Frame 264
"right"Frame 264
"up"Frame 265
"up"Frame 265
"right"Frame 267
"up"Frame 273
"up"Frame 273
"left"Frame 278
"up"Frame 282
"right"Frame 287
"down"Frame 292
"down"Frame 292
"up"Frame 293
"up"Frame 293
"up"Frame 304
"up"Frame 304
"up"Frame 307
"up"Frame 307
"down"Frame 313
"down"Frame 313
"right"Frame 318
"left"Frame 322
"left"Frame 322
"right"Frame 331
"right"Frame 331
"left"Frame 332
"left"Frame 332
"left"Frame 342
"left"Frame 342
"left"Frame 345
"right"Frame 347
"down"Frame 351
"down"Frame 351
"right"Frame 357
"up"Frame 363
"up"Frame 363
"left"Frame 369
"right"Frame 377
"up"Frame 382
"right"Frame 385
"right"Frame 392
"right"Frame 392
"left"Frame 393
"left"Frame 393
"right"Frame 401
"right"Frame 401
"left"Frame 402
"left"Frame 402
"down"Frame 415
"right"Frame 422
"right"Frame 422
"right"Frame 425
"left"Frame 425
"left"Frame 432
"left"Frame 432
"down"Frame 442
"down"Frame 445
"down"Frame 452
"down"Frame 452
"down"Frame 456
"down"Frame 456
"left"Frame 461
"left"Frame 461
"down"Frame 470
"down"Frame 470
"left"Frame 479
"left"Frame 479
"left"Frame 485
"left"Frame 489
"left"Frame 489
"right"Frame 490
"right"Frame 499
"right"Frame 499
"down"Frame 509
"down"Frame 509
"right"Frame 510
"up"Frame 519
"up"Frame 519
"left"Frame 525
"right"Frame 525
"left"Frame 529
"left"Frame 529
"right"Frame 539
"right"Frame 539
"up"Frame 540
"left"Frame 549
"left"Frame 549
"up"Frame 554
"right"Frame 559
"right"Frame 559
"down"Frame 565
"down"Frame 569
"down"Frame 569
"up"Frame 570
"up"Frame 570
"up"Frame 579
"up"Frame 579
"right"Frame 584
"left"Frame 589
"left"Frame 589
"left"Frame 594
"right"Frame 599
"right"Frame 599
"right"Frame 604
"down"Frame 605
"right"Frame 609
"right"Frame 609
"left"Frame 618
"left"Frame 618
"up"Frame 623
"right"Frame 627
"right"Frame 627
"left"Frame 636
"left"Frame 636
"down"Frame 637
"right"Frame 645
"right"Frame 646
"right"Frame 646
"left"Frame 656
"left"Frame 656
"left"Frame 661
"down"Frame 666
"down"Frame 666
"down"Frame 676
"down"Frame 676
"left"Frame 677
"left"Frame 677
"up"Frame 685
"left"Frame 695
"left"Frame 695
"right"Frame 696
"right"Frame 696
"left"Frame 705
"left"Frame 705
"right"Frame 706
"right"Frame 706
"right"Frame 715
"right"Frame 715
"left"Frame 716
"left"Frame 716
"left"Frame 723
"down"Frame 725
"down"Frame 725
"left"Frame 726
"left"Frame 726
"up"Frame 735
"up"Frame 735
"left"Frame 745
"left"Frame 745
"right"Frame 746
"right"Frame 746
"up"Frame 755
"up"Frame 755
"up"Frame 759
"left"Frame 763
"right"Frame 763
"left"Frame 765
"left"Frame 765
"right"Frame 775
"right"Frame 775
"down"Frame 776
"down"Frame 776
"right"Frame 783
"left"Frame 783
"down"Frame 785
"down"Frame 785
"up"Frame 789
"up"Frame 795
"up"Frame 795
"down"Frame 800
"up"Frame 803
"left"Frame 805
"left"Frame 805
"right"Frame 815
"right"Frame 815
"right"Frame 825
"right"Frame 825
"left"Frame 826
"left"Frame 834
"left"Frame 834
"right"Frame 835
"right"Frame 835
"up"Frame 841
"right"Frame 843
"right"Frame 843
"up"Frame 848
"left"Frame 852
"left"Frame 852
"up"Frame 858
"right"Frame 862
"right"Frame 862
"down"Frame 868
"left"Frame 872
"left"Frame 872
"left"Frame 879
"down"Frame 882
"down"Frame 882
"up"Frame 885
"down"Frame 892
"down"Frame 892
"right"Frame 893
"right"Frame 893
"down"Frame 898
"up"Frame 902
"up"Frame 902
"down"Frame 909
"left"Frame 917
"left"Frame 917
"left"Frame 917
"right"Frame 918
"right"Frame 918
"down"Frame 926
"down"Frame 926
"up"Frame 927
"up"Frame 927
"up"Frame 935
"up"Frame 935
"down"Frame 936
"up"Frame 940
"right"Frame 944
"right"Frame 944
"down"Frame 953
"down"Frame 953
"up"Frame 954
"left"Frame 955
"right"Frame 962
"right"Frame 962
"up"Frame 971
"up"Frame 971
"down"Frame 974
"up"Frame 976
"down"Frame 980
"down"Frame 980
"left"Frame 989
"left"Frame 989
"right"Frame 990
"right"Frame 990
"right"Frame 993
"down"Frame 999
"down"Frame 999
"down"Frame 1009
"down"Frame 1009
"up"Frame 1012
"up"Frame 1014
"down"Frame 1019
"down"Frame 1019
"up"Frame 1029
"up"Frame 1029
"right"Frame 1031
"right"Frame 1034
"up"Frame 1038
"up"Frame 1038
"left"Frame 1047
"left"Frame 1047
"up"Frame 1049
"down"Frame 1052
"right"Frame 1057
"right"Frame 1057
"left"Frame 1066
"left"Frame 1066
"right"Frame 1068
"up"Frame 1071
"right"Frame 1076
"right"Frame 1076
"left"Frame 1085
"left"Frame 1085
"up"Frame 1086
"right"Frame 1095
"right"Frame 1095
"up"Frame 1096
"left"Frame 1104
"left"Frame 1104
"down"Frame 1105
"right"Frame 1110
"down"Frame 1114
"down"Frame 1114
"up"Frame 1124
"up"Frame 1124
"left"Frame 1125
"right"Frame 1133
"right"Frame 1133
"left"Frame 1134
"left"Frame 1134
"down"Frame 1142
"down"Frame 1142
"down"Frame 1145
"left"Frame 1149
"down"Frame 1152
"down"Frame 1152
"up"Frame 1158
"left"Frame 1162
"left"Frame 1162
"down"Frame 1167
"left"Frame 1172
"left"Frame 1172
"down"Frame 1177
"up"Frame 1182
"up"Frame 1182
"right"Frame 1185
"up"Frame 1185
"up"Frame 1191
"up"Frame 1191
"left"Frame 1196
"right"Frame 1200
"right"Frame 1200
"left"Frame 1204
"right"Frame 1209
"right"Frame 1209
"up"Frame 1213
"left"Frame 1218
"left"Frame 1218
"down"Frame 1223
"right"Frame 1223
"left"Frame 1228
"left"Frame 1228
"right"Frame 1238
"right"Frame 1238
"up"Frame 1242
"up"Frame 1243
"up"Frame 1247
"up"Frame 1247
"right"Frame 1252
"down"Frame 1256
"down"Frame 1256
"right"Frame 1261
"left"Frame 1266
"left"Frame 1266
"down"Frame 1271
"down"Frame 1276
"down"Frame 1276
"down"Frame 1279
"right"Frame 1281
"up"Frame 1286
"up"Frame 1286
"left"Frame 1291
"left"Frame 1295
"left"Frame 1295
"down"Frame 1298
"up"Frame 1301
"right"Frame 1305
"right"Frame 1305
"down"Frame 1314
"down"Frame 1314
"right"Frame 1317
"left"Frame 1319
"up"Frame 1324
"up"Frame 1324
"left"Frame 1333
"left"Frame 1333
"right"Frame 1335
"right"Frame 1338
"right"Frame 1343
"right"Frame 1343
"up"Frame 1352
"up"Frame 1352
"up"Frame 1353
"down"Frame 1357
"right"Frame 1361
"right"Frame 1361
"up"Frame 1370
"up"Frame 1370
"up"Frame 1372
"left"Frame 1374
"down"Frame 1379
"down"Frame 1379
"up"Frame 1384
"right"Frame 1389
"right"Frame 1389
"left"Frame 1391
"right"Frame 1391
"left"Frame 1398
"left"Frame 1398
"up"Frame 1404
"down"Frame 1408
"down"Frame 1408
"down"Frame 1411
"up"Frame 1418
"up"Frame 1418
"down"Frame 1423
"left"Frame 1427
"left"Frame 1427
"up"Frame 1433
"right"Frame 1437
"right"Frame 1437
"right"Frame 1446
"right"Frame 1446
"left"Frame 1447
"left"Frame 1447
"down"Frame 1451
"right"Frame 1455
"right"Frame 1455
"up"Frame 1464
"up"Frame 1464
"down"Frame 1469
"right"Frame 1473
"right"Frame 1473
"up"Frame 1482
"up"Frame 1482
"left"Frame 1487
"up"Frame 1491
"right"Frame 1491
"right"Frame 1491
"up"Frame 1496
"up"Frame 1500
"up"Frame 1500
"down"Frame 1504
"left"Frame 1509
"left"Frame 1509
"up"Frame 1510
"up"Frame 1518
"up"Frame 1518
"down"Frame 1522
"left"Frame 1527
"left"Frame 1527
"up"Frame 1537
"up"Frame 1537
"down"Frame 1542
"left"Frame 1546
"left"Frame 1546
"left"Frame 1548
"up"Frame 1555
"up"Frame 1555
"left"Frame 1560
"down"Frame 1564
"down"Frame 1564
"down"Frame 1567
"down"Frame 1570
"down"Frame 1570
"up"Frame 1573
"up"Frame 1573
"down"Frame 1582
"down"Frame 1582
"up"Frame 1583
"left"Frame 1586
"up"Frame 1591
"up"Frame 1591
"down"Frame 1592
"left"Frame 1600
"left"Frame 1600
"down"Frame 1605
"right"Frame 1609
"right"Frame 1609
"up"Frame 1614
"down"Frame 1618
"down"Frame 1618
"right"Frame 1624
"up"Frame 1627
"up"Frame 1627
"down"Frame 1631
"left"Frame 1636
"left"Frame 1636
"up"Frame 1642
"right"Frame 1643
"right"Frame 1645
"right"Frame 1645
"up"Frame 1654
"up"Frame 1654
"down"Frame 1655
"down"Frame 1655
"up"Frame 1661
"up"Frame 1663
"up"Frame 1663
"down"Frame 1664
"down"Frame 1664
"down"Frame 1672
"down"Frame 1672
"down"Frame 1679
"left"Frame 1681
"left"Frame 1681
"right"Frame 1686
"down"Frame 1690
"down"Frame 1690
"left"Frame 1697
"left"Frame 1699
"left"Frame 1699
"right"Frame 1700
"down"Frame 1708
"down"Frame 1708
"right"Frame 1713
"up"Frame 1715
"left"Frame 1717
"left"Frame 1717
"up"Frame 1722
"right"Frame 1726
"right"Frame 1726
"down"Frame 1732
"left"Frame 1733
"right"Frame 1735
"right"Frame 1735
"left"Frame 1740
"up"Frame 1744
"up"Frame 1744
"down"Frame 1749
"down"Frame 1751
"up"Frame 1753
"up"Frame 1753
"down"Frame 1762
"down"Frame 1762
"up"Frame 1769
"left"Frame 1771
"left"Frame 1771
"down"Frame 1772
"right"Frame 1780
"right"Frame 1780
"down"Frame 1781
"right"Frame 1787
"up"Frame 1789
"up"Frame 1789
"down"Frame 1790
"down"Frame 1798
"down"Frame 1798
"right"Frame 1804
"down"Frame 1805
"left"Frame 1807
"left"Frame 1807
"right"Frame 1816
"right"Frame 1816
"down"Frame 1820
"up"Frame 1823
"right"Frame 1825
"right"Frame 1825
"up"Frame 1830
"up"Frame 1830
"left"Frame 1835
"left"Frame 1835
"down"Frame 1840
"right"Frame 1842
"down"Frame 1844
"down"Frame 1844
"up"Frame 1849
"down"Frame 1853
"down"Frame 1853
"up"Frame 1861
"left"Frame 1862
"left"Frame 1862
"up"Frame 1867
"right"Frame 1871
"right"Frame 1871
"right"Frame 1880
"right"Frame 1880
"right"Frame 1880
"left"Frame 1881
"left"Frame 1881
"up"Frame 1889
"up"Frame 1889
"right"Frame 1894
"up"Frame 1898
"up"Frame 1898
"up"Frame 1899
"down"Frame 1903
"up"Frame 1907
"up"Frame 1907
"right"Frame 1916
"right"Frame 1916
"down"Frame 1917
"right"Frame 1918
"left"Frame 1925
"left"Frame 1925
"up"Frame 1930
"right"Frame 1934
"right"Frame 1934
"right"Frame 1937
"down"Frame 1939
"left"Frame 1943
"left"Frame 1943
"right"Frame 1952
"right"Frame 1952
"up"Frame 1955
"down"Frame 1957
"left"Frame 1961
"left"Frame 1961
"left"Frame 1970
"left"Frame 1970
"down"Frame 1973
"right"Frame 1974
"down"Frame 1979
"down"Frame 1979
"right"Frame 1984
"left"Frame 1988
"left"Frame 1988
"left"Frame 1991
"down"Frame 1993
"down"Frame 1997
"down"Frame 1997
"left"Frame 2006
"left"Frame 2006
"up"Frame 2009
"right"Frame 2011
"down"Frame 2015
"down"Frame 2015
"up"Frame 2021
"down"Frame 2024
"down"Frame 2024
"right"Frame 2027
"up"Frame 2033
"up"Frame 2033
"right"Frame 2034
"right"Frame 2034
"up"Frame 2042
"up"Frame 2042
"left"Frame 2045
"down"Frame 2051
"down"Frame 2051
"left"Frame 2052
"left"Frame 2052
"left"Frame 2060
"left"Frame 2060
"right"Frame 2061
"right"Frame 2063
"left"Frame 2069
"left"Frame 2069
"down"Frame 2078
"down"Frame 2078
"left"Frame 2081
"right"Frame 2083
"left"Frame 2087
"left"Frame 2087
"down"Frame 2096
"down"Frame 2096
"right"Frame 2099
"right"Frame 2101
"left"Frame 2105
"left"Frame 2105
"down"Frame 2114
"down"Frame 2114
"left"Frame 2117
"up"Frame 2118
"down"Frame 2123
"down"Frame 2123
"left"Frame 2128
"up"Frame 2132
"up"Frame 2132
"down"Frame 2135
"left"Frame 2141
"left"Frame 2141
"right"Frame 2146
"down"Frame 2150
"down"Frame 2150
"down"Frame 2153
"right"Frame 2153
"up"Frame 2155
"right"Frame 2159
"right"Frame 2159
"up"Frame 2164
"up"Frame 2168
"up"Frame 2168
"down"Frame 2173
"right"Frame 2173
"left"Frame 2177
"left"Frame 2177
"down"Frame 2181
"down"Frame 2186
"down"Frame 2186
"up"Frame 2191
"right"Frame 2193
"right"Frame 2195
"right"Frame 2195
"up"Frame 2204
"up"Frame 2204
"down"Frame 2209
"right"Frame 2211
"left"Frame 2213
"left"Frame 2213
"up"Frame 2219
"down"Frame 2222
"down"Frame 2222
"right"Frame 2229
"right"Frame 2231
"right"Frame 2231
"left"Frame 2232
"left"Frame 2232
"up"Frame 2240
"up"Frame 2240
"down"Frame 2245
"left"Frame 2247
"left"Frame 2249
"left"Frame 2249
"up"Frame 2258
"up"Frame 2258
"down"Frame 2263
"left"Frame 2265
"left"Frame 2267
"left"Frame 2267
"up"Frame 2276
"up"Frame 2276
"left"Frame 2283
"left"Frame 2285
"left"Frame 2285
"up"Frame 2289
"right"Frame 2294
"right"Frame 2294
"down"Frame 2299
"up"Frame 2301
"up"Frame 2303
"up"Frame 2303
"right"Frame 2309
"down"Frame 2312
"down"Frame 2312
"down"Frame 2319
"up"Frame 2321
"up"Frame 2321
"right"Frame 2322
"right"Frame 2330
"right"Frame 2330
"left"Frame 2337
"up"Frame 2339
"up"Frame 2339
"right"Frame 2340
"down"Frame 2348
"down"Frame 2348
"right"Frame 2355
"up"Frame 2357
"up"Frame 2357
"right"Frame 2362
"left"Frame 2366
"left"Frame 2366
"left"Frame 2373
"right"Frame 2373
"left"Frame 2375
"left"Frame 2375
"down"Frame 2380
"left"Frame 2384
"left"Frame 2384
"left"Frame 2391
"right"Frame 2391
"right"Frame 2393
"right"Frame 2393
"up"Frame 2397
"right"Frame 2402
"right"Frame 2402
"down"Frame 2407
"down"Frame 2409
"up"Frame 2409
"right"Frame 2411
"right"Frame 2411
"up"Frame 2420
"up"Frame 2420
"down"Frame 2422
"left"Frame 2427
"up"Frame 2429
"up"Frame 2429
"right"Frame 2430
"none"Frame 2438
"none"Frame 2438
"up"Frame 2441
"down"Frame 2446
"up"Frame 2447
"up"Frame 2447
"down"Frame 2452
"up"Frame 2456
"up"Frame 2456
"up"Frame 2465
"left"Frame 2465
"left"Frame 2465
"down"Frame 2470
"down"Frame 2474
"down"Frame 2474
"left"Frame 2483
"left"Frame 2483
"right"Frame 2484
"up"Frame 2488
"down"Frame 2492
"down"Frame 2492
"up"Frame 2497
"left"Frame 2501
"left"Frame 2501
"left"Frame 2502
"right"Frame 2510
"right"Frame 2510
"down"Frame 2515
"right"Frame 2519
"right"Frame 2519
"down"Frame 2521
"up"Frame 2528
"up"Frame 2528
"right"Frame 2533
"up"Frame 2537
"up"Frame 2537
"up"Frame 2540
"down"Frame 2546
"down"Frame 2546
"right"Frame 2551
"left"Frame 2555
"left"Frame 2555
"right"Frame 2559
"right"Frame 2564
"right"Frame 2564
"left"Frame 2569
"up"Frame 2573
"up"Frame 2573
"up"Frame 2577
"down"Frame 2582
"down"Frame 2582
"right"Frame 2587
"left"Frame 2591
"left"Frame 2591
"up"Frame 2595
"right"Frame 2600
"right"Frame 2600
"left"Frame 2601
"left"Frame 2601
"right"Frame 2609
"right"Frame 2609
"left"Frame 2610
"left"Frame 2610
"down"Frame 2613
"up"Frame 2618
"up"Frame 2618
"down"Frame 2623
"left"Frame 2627
"left"Frame 2627
"left"Frame 2632
"down"Frame 2636
"down"Frame 2636
"down"Frame 2645
"down"Frame 2645
"left"Frame 2650
"down"Frame 2651
"up"Frame 2652
"right"Frame 2654
"right"Frame 2654
"down"Frame 2659
"left"Frame 2663
"left"Frame 2663
"down"Frame 2669
"up"Frame 2670
"down"Frame 2672
"down"Frame 2672
"down"Frame 2681
"down"Frame 2681
"left"Frame 2686
"right"Frame 2687
"left"Frame 2688
"right"Frame 2690
"right"Frame 2690
"none"Frame 2699
"left"Frame 2699
"right"Frame 2701
"left"Frame 2708
"none"Frame 2717
"down"Frame 2717
"up"Frame 2718
"up"Frame 2726
"left"Frame 2734
"left"Frame 2735
"right"Frame 2735
"right"Frame 2736
"lose"Frame 2875
"loaded"Symbol 11 MovieClip Frame 3
"hit"Symbol 18 MovieClip Frame 34
"hit2"Symbol 18 MovieClip Frame 48

Dynamic Text Variables

scoreSymbol 128 EditableText"0"
perfectcomboSymbol 151 EditableText"0"
perfectcomboSymbol 153 EditableText"0"
averagecomboSymbol 155 EditableText"0"
boocomboSymbol 157 EditableText"0"
misscomboSymbol 159 EditableText"0"
comboSymbol 172 EditableText"0"
comboSymbol 173 EditableText"0"
_root.maxperfectSymbol 181 EditableText"0"
_root.maxgoodSymbol 183 EditableText"0"
_root.maxaverageSymbol 185 EditableText"0"
_root.maxmissSymbol 187 EditableText"0"
_root.maxbooSymbol 189 EditableText"0"
scoreSymbol 224 EditableText"0"
_root.maxcomboSymbol 225 EditableText"0"




http://swfchan.com/13/64153/info.shtml
Created: 13/4 -2019 07:58:56 Last modified: 13/4 -2019 07:58:56 Server time: 14/05 -2024 05:45:32