Combined Code
frame 1 {
fscommand('allowscale', 'false');
stop();
}
button 4 {
on (release) {
getURL('http://www.mikamations.com', '');
}
}
movieClip 5 {
frame 60 {
tellTarget ('_level0') {
play();
}
}
}
button 12 {
on (press) {
gotoAndStop(2);
}
}
button 14 {
on (rollOut) {
gotoAndStop(1);
}
}
button 18 {
on (rollOver) {
gotoAndStop(2);
}
on (release) {
tellTarget ('_level0') {
gotoAndPlay(2);
}
}
}
button 20 {
on (rollOver) {
gotoAndStop(2);
}
on (release) {
fscommand('quit');
}
}
movieClip 21 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 27 {
}
button 29 {
on (release) {
gotoAndStop(2);
}
}
button 31 {
on (releaseOutside, rollOut, dragOut) {
gotoAndStop(1);
}
}
button 33 {
on (rollOver) {
gotoAndStop(2);
}
on (release) {
../AboutWindow._x = 250;
gotoAndStop(1);
}
}
button 35 {
on (rollOver) {
gotoAndStop(2);
}
on (release) {
../HelpWindow._x = 250;
gotoAndStop(1);
}
}
movieClip 36 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
button 39 {
on (release) {
fscommand('fullscreen', 'false');
}
}
movieClip 52 {
frame 19 {
gotoAndPlay(1);
}
}
button 62 {
on (press, keyPress '<Up>') {
if (1 < Number(Instrctns.scroll)) {
count -= 1;
Instrctns.scroll = count;
ScrollHandle._y = int(Instrctns.scroll * 16 / Instrctns.maxscroll);
}
}
}
button 63 {
on (press, keyPress '<Down>') {
if (Number(count) < Number(Instrctns.maxscroll)) {
if (Number(count) == 0) {
count = 1;
}
count = Number(count) + 1;
Instrctns.scroll = count;
ScrollHandle._y = Instrctns.scroll * 16 / Instrctns.maxscroll;
}
}
}
button 66 {
on (press) {
startDrag('../ScrollHandle', false, 6, -4, 6, 16);
}
on (release, releaseOutside) {
HandlePos = ../ScrollHandle._y;
../:Instrctns.scroll = int(../:Instrctns.maxscroll * HandlePos / 13);
../:count = ../:Instrctns.scroll;
stopDrag();
}
}
movieClip 67 {
}
movieClip 69 {
frame 1 {
Instrctns = Rules;
stop();
}
}
button 83 {
on (release) {
gotoAndStop(1);
}
}
button 84 {
on (press) {
startDrag('', false);
}
on (release) {
stopDrag();
}
}
button 87 {
on (release) {
gotoAndStop(2);
}
}
button 89 {
on (release) {
_x = 950;
}
}
button 94 {
on (release) {
getURL('mailto:mikamations@yahoo.com', '');
}
}
movieClip 95 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 102 {
}
movieClip 103 {
}
movieClip 104 {
frame 1 {
stop();
}
instance Needle of movieClip 103 {
onClipEvent (load) {
if (this.hitTest(_root.DartBoard.Swing.Board.Big20)) {
/:LastShot = 20;
/:Score -= 20;
tellTarget ('_root.GrnBoard.Level2.Big20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big1)) {
/:LastShot = 1;
/:Score -= 1;
tellTarget ('_root.GrnBoard.Level2.Big1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big18)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Big18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big4)) {
/:LastShot = 4;
/:Score -= 4;
tellTarget ('_root.GrnBoard.Level2.Big4b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big13)) {
/:LastShot = 13;
/:Score -= 13;
tellTarget ('_root.GrnBoard.Level2.Big13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big6)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Big6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big10)) {
/:LastShot = 10;
/:Score -= 10;
tellTarget ('_root.GrnBoard.Level2.Big10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big15)) {
/:LastShot = 15;
/:Score -= 15;
tellTarget ('_root.GrnBoard.Level2.Big15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big2)) {
/:LastShot = 2;
/:Score -= 2;
tellTarget ('_root.GrnBoard.Level2.Big2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big17)) {
/:LastShot = 17;
/:Score -= 17;
tellTarget ('_root.GrnBoard.Level2.Big17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big3)) {
/:LastShot = 3;
/:Score -= 3;
tellTarget ('_root.GrnBoard.Level2.Big3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big19)) {
/:LastShot = 19;
/:Score -= 19;
tellTarget ('_root.GrnBoard.Level2.Big19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big7)) {
/:LastShot = 7;
/:Score -= 7;
tellTarget ('_root.GrnBoard.Level2.Big7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big16)) {
/:LastShot = 16;
/:Score -= 16;
tellTarget ('_root.GrnBoard.Level2.Big16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big8)) {
/:LastShot = 8;
/:Score -= 8;
tellTarget ('_root.GrnBoard.Level2.Big8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big11)) {
/:LastShot = 11;
/:Score -= 11;
tellTarget ('_root.GrnBoard.Level2.Big11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big14)) {
/:LastShot = 14;
/:Score -= 14;
tellTarget ('_root.GrnBoard.Level2.Big14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big9)) {
/:LastShot = 9;
/:Score -= 9;
tellTarget ('_root.GrnBoard.Level2.Big9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big12)) {
/:LastShot = 12;
/:Score -= 12;
tellTarget ('_root.GrnBoard.Level2.Big12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big5)) {
/:LastShot = 5;
/:Score -= 5;
tellTarget ('_root.GrnBoard.Level2.Big5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little1)) {
/:LastShot = 1;
/:Score -= 1;
tellTarget ('_root.GrnBoard.Level2.Little1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little18)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Little18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little20)) {
/:LastShot = 20;
/:Score -= 20;
tellTarget ('_root.GrnBoard.Level2.Little20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little13)) {
/:LastShot = 13;
/:Score -= 13;
tellTarget ('_root.GrnBoard.Level2.Little13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little6)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Little6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little10)) {
/:LastShot = 10;
/:Score -= 10;
tellTarget ('_root.GrnBoard.Level2.Little10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little15)) {
/:LastShot = 15;
/:Score -= 15;
tellTarget ('_root.GrnBoard.Level2.Little15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little2)) {
/:LastShot = 2;
/:Score -= 2;
tellTarget ('_root.GrnBoard.Level2.Little2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little17)) {
/:LastShot = 17;
/:Score -= 17;
tellTarget ('_root.GrnBoard.Level2.Little17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little3)) {
/:LastShot = 3;
/:Score -= 3;
tellTarget ('_root.GrnBoard.Level2.Little3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little19)) {
/:LastShot = 19;
/:Score -= 19;
tellTarget ('_root.GrnBoard.Level2.Little19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little7)) {
/:LastShot = 7;
/:Score -= 7;
tellTarget ('_root.GrnBoard.Level2.Little7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little16)) {
/:LastShot = 16;
/:Score -= 16;
tellTarget ('_root.GrnBoard.Level2.Little16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little8)) {
/:LastShot = 8;
/:Score -= 8;
tellTarget ('_root.GrnBoard.Level2.Little8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little11)) {
/:LastShot = 11;
/:Score -= 11;
tellTarget ('_root.GrnBoard.Level2.Little11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little14)) {
/:LastShot = 14;
/:Score -= 14;
tellTarget ('_root.GrnBoard.Level2.Little14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little9)) {
/:LastShot = 9;
/:Score -= 9;
tellTarget ('_root.GrnBoard.Level2.Little9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little12)) {
/:LastShot = 12;
/:Score -= 12;
tellTarget ('_root.GrnBoard.Level2.Little12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little5)) {
/:LastShot = 5;
/:Score -= 5;
tellTarget ('_root.GrnBoard.Level2.Little5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double1)) {
/:LastShot = 2;
/:Score -= 2;
tellTarget ('_root.GrnBoard.Level2.Double1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double18)) {
/:LastShot = 36;
/:Score -= 36;
tellTarget ('_root.GrnBoard.Level2.Double18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double20)) {
/:LastShot = 40;
/:Score -= 40;
tellTarget ('_root.GrnBoard.Level2.Double20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double13)) {
/:LastShot = 26;
/:Score -= 26;
tellTarget ('_root.GrnBoard.Level2.Double13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double6)) {
/:LastShot = 12;
/:Score -= 12;
tellTarget ('_root.GrnBoard.Level2.Double6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double10)) {
/:LastShot = 20;
/:Score -= 20;
tellTarget ('_root.GrnBoard.Level2.Double10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double15)) {
/:LastShot = 30;
/:Score -= 30;
tellTarget ('_root.GrnBoard.Level2.Double15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double2)) {
/:LastShot = 4;
/:Score -= 4;
tellTarget ('_root.GrnBoard.Level2.Double2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double17)) {
/:LastShot = 34;
/:Score -= 34;
tellTarget ('_root.GrnBoard.Level2.Double17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double3)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Double3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double19)) {
/:LastShot = 38;
/:Score -= 38;
tellTarget ('_root.GrnBoard.Level2.Double19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double7)) {
/:LastShot = 14;
/:Score -= 14;
tellTarget ('_root.GrnBoard.Level2.Double7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double16)) {
/:LastShot = 32;
/:Score -= 32;
tellTarget ('_root.GrnBoard.Level2.Double16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double8)) {
/:LastShot = 16;
/:Score -= 16;
tellTarget ('_root.GrnBoard.Level2.Double8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double11)) {
/:LastShot = 22;
/:Score -= 22;
tellTarget ('_root.GrnBoard.Level2.Double11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double14)) {
/:LastShot = 28;
/:Score -= 28;
tellTarget ('_root.GrnBoard.Level2.Double14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double9)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Double9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double12)) {
/:LastShot = 24;
/:Score -= 24;
tellTarget ('_root.GrnBoard.Level2.Double12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double5)) {
/:LastShot = 10;
/:Score -= 10;
tellTarget ('_root.GrnBoard.Level2.Double5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple1)) {
/:LastShot = 3;
/:Score -= 3;
tellTarget ('_root.GrnBoard.Level2.Triple1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple18)) {
/:LastShot = 54;
/:Score -= 54;
tellTarget ('_root.GrnBoard.Level2.Triple18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple20)) {
/:LastShot = 60;
/:Score -= 60;
tellTarget ('_root.GrnBoard.Level2.Triple20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple13)) {
/:LastShot = 39;
/:Score -= 39;
tellTarget ('_root.GrnBoard.Level2.Triple13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple6)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Triple6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple10)) {
/:LastShot = 30;
/:Score -= 30;
tellTarget ('_root.GrnBoard.Level2.Triple10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple15)) {
/:LastShot = 45;
/:Score -= 45;
tellTarget ('_root.GrnBoard.Level2.Triple15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple2)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Triple2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple17)) {
/:LastShot = 51;
/:Score -= 51;
tellTarget ('_root.GrnBoard.Level2.Triple17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple3)) {
/:LastShot = 9;
/:Score -= 9;
tellTarget ('_root.GrnBoard.Level2.Triple3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple19)) {
/:LastShot = 57;
/:Score -= 57;
tellTarget ('_root.GrnBoard.Level2.Triple19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple7)) {
/:LastShot = 21;
/:Score -= 21;
tellTarget ('_root.GrnBoard.Level2.Triple7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple16)) {
/:LastShot = 48;
/:Score -= 48;
tellTarget ('_root.GrnBoard.Level2.Triple16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple8)) {
/:LastShot = 24;
/:Score -= 24;
tellTarget ('_root.GrnBoard.Level2.Triple8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple11)) {
/:LastShot = 33;
/:Score -= 33;
tellTarget ('_root.GrnBoard.Level2.Triple11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple14)) {
/:LastShot = 42;
/:Score -= 42;
tellTarget ('_root.GrnBoard.Level2.Triple14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple9)) {
/:LastShot = 27;
/:Score -= 27;
tellTarget ('_root.GrnBoard.Level2.Triple9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple12)) {
/:LastShot = 36;
/:Score -= 36;
tellTarget ('_root.GrnBoard.Level2.Triple12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple5)) {
/:LastShot = 15;
/:Score -= 15;
tellTarget ('_root.GrnBoard.Level2.Triple5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.BullsEye)) {
/:LastShot = 50;
/:Score -= 50;
tellTarget ('_root.GrnBoard.Level2.BullsEyeb') {
gotoAndPlay(2);
}
} else {
/:LastShot = 0;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
/:TotalScore += /:LastShot;
/:ShotAvg = int(/:TotalScore / /:ShotsTaken);
}
}
frame 15 {
if (/:Score != 0 and 0 >= /:ShotsLeft) {
tellTarget ('_Level0') {
gotoAndPlay('You Lose!');
}
}
tellTarget ('../LaunchBttnMC') {
gotoAndStop(1);
}
gotoAndStop(1);
}
}
movieClip 105 {
}
movieClip 106 {
frame 1 {
stop();
}
instance Needle of movieClip 105 {
onClipEvent (load) {
if (this.hitTest(_root.DartBoard.Swing.Board.Big20)) {
/:LastShot = 20;
/:Score -= 20;
tellTarget ('_root.GrnBoard.Level2.Big20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big1)) {
/:LastShot = 1;
/:Score -= 1;
tellTarget ('_root.GrnBoard.Level2.Big1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big18)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Big18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big4)) {
/:LastShot = 4;
/:Score -= 4;
tellTarget ('_root.GrnBoard.Level2.Big4b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big13)) {
/:LastShot = 13;
/:Score -= 13;
tellTarget ('_root.GrnBoard.Level2.Big13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big6)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Big6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big10)) {
/:LastShot = 10;
/:Score -= 10;
tellTarget ('_root.GrnBoard.Level2.Big10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big15)) {
/:LastShot = 15;
/:Score -= 15;
tellTarget ('_root.GrnBoard.Level2.Big15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big2)) {
/:LastShot = 2;
/:Score -= 2;
tellTarget ('_root.GrnBoard.Level2.Big2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big17)) {
/:LastShot = 17;
/:Score -= 17;
tellTarget ('_root.GrnBoard.Level2.Big17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big3)) {
/:LastShot = 3;
/:Score -= 3;
tellTarget ('_root.GrnBoard.Level2.Big3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big19)) {
/:LastShot = 19;
/:Score -= 19;
tellTarget ('_root.GrnBoard.Level2.Big19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big7)) {
/:LastShot = 7;
/:Score -= 7;
tellTarget ('_root.GrnBoard.Level2.Big7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big16)) {
/:LastShot = 16;
/:Score -= 16;
tellTarget ('_root.GrnBoard.Level2.Big16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big8)) {
/:LastShot = 8;
/:Score -= 8;
tellTarget ('_root.GrnBoard.Level2.Big8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big11)) {
/:LastShot = 11;
/:Score -= 11;
tellTarget ('_root.GrnBoard.Level2.Big11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big14)) {
/:LastShot = 14;
/:Score -= 14;
tellTarget ('_root.GrnBoard.Level2.Big14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big9)) {
/:LastShot = 9;
/:Score -= 9;
tellTarget ('_root.GrnBoard.Level2.Big9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big12)) {
/:LastShot = 12;
/:Score -= 12;
tellTarget ('_root.GrnBoard.Level2.Big12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big5)) {
/:LastShot = 5;
/:Score -= 5;
tellTarget ('_root.GrnBoard.Level2.Big5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little1)) {
/:LastShot = 1;
/:Score -= 1;
tellTarget ('_root.GrnBoard.Level2.Little1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little18)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Little18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little20)) {
/:LastShot = 20;
/:Score -= 20;
tellTarget ('_root.GrnBoard.Level2.Little20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little13)) {
/:LastShot = 13;
/:Score -= 13;
tellTarget ('_root.GrnBoard.Level2.Little13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little6)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Little6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little10)) {
/:LastShot = 10;
/:Score -= 10;
tellTarget ('_root.GrnBoard.Level2.Little10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little15)) {
/:LastShot = 15;
/:Score -= 15;
tellTarget ('_root.GrnBoard.Level2.Little15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little2)) {
/:LastShot = 2;
/:Score -= 2;
tellTarget ('_root.GrnBoard.Level2.Little2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little17)) {
/:LastShot = 17;
/:Score -= 17;
tellTarget ('_root.GrnBoard.Level2.Little17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little3)) {
/:LastShot = 3;
/:Score -= 3;
tellTarget ('_root.GrnBoard.Level2.Little3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little19)) {
/:LastShot = 19;
/:Score -= 19;
tellTarget ('_root.GrnBoard.Level2.Little19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little7)) {
/:LastShot = 7;
/:Score -= 7;
tellTarget ('_root.GrnBoard.Level2.Little7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little16)) {
/:LastShot = 16;
/:Score -= 16;
tellTarget ('_root.GrnBoard.Level2.Little16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little8)) {
/:LastShot = 8;
/:Score -= 8;
tellTarget ('_root.GrnBoard.Level2.Little8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little11)) {
/:LastShot = 11;
/:Score -= 11;
tellTarget ('_root.GrnBoard.Level2.Little11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little14)) {
/:LastShot = 14;
/:Score -= 14;
tellTarget ('_root.GrnBoard.Level2.Little14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little9)) {
/:LastShot = 9;
/:Score -= 9;
tellTarget ('_root.GrnBoard.Level2.Little9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little12)) {
/:LastShot = 12;
/:Score -= 12;
tellTarget ('_root.GrnBoard.Level2.Little12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little5)) {
/:LastShot = 5;
/:Score -= 5;
tellTarget ('_root.GrnBoard.Level2.Little5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double1)) {
/:LastShot = 2;
/:Score -= 2;
tellTarget ('_root.GrnBoard.Level2.Double1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double18)) {
/:LastShot = 36;
/:Score -= 36;
tellTarget ('_root.GrnBoard.Level2.Double18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double20)) {
/:LastShot = 40;
/:Score -= 40;
tellTarget ('_root.GrnBoard.Level2.Double20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double13)) {
/:LastShot = 26;
/:Score -= 26;
tellTarget ('_root.GrnBoard.Level2.Double13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double6)) {
/:LastShot = 12;
/:Score -= 12;
tellTarget ('_root.GrnBoard.Level2.Double6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double10)) {
/:LastShot = 20;
/:Score -= 20;
tellTarget ('_root.GrnBoard.Level2.Double10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double15)) {
/:LastShot = 30;
/:Score -= 30;
tellTarget ('_root.GrnBoard.Level2.Double15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double2)) {
/:LastShot = 4;
/:Score -= 4;
tellTarget ('_root.GrnBoard.Level2.Double2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double17)) {
/:LastShot = 34;
/:Score -= 34;
tellTarget ('_root.GrnBoard.Level2.Double17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double3)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Double3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double19)) {
/:LastShot = 38;
/:Score -= 38;
tellTarget ('_root.GrnBoard.Level2.Double19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double7)) {
/:LastShot = 14;
/:Score -= 14;
tellTarget ('_root.GrnBoard.Level2.Double7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double16)) {
/:LastShot = 32;
/:Score -= 32;
tellTarget ('_root.GrnBoard.Level2.Double16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double8)) {
/:LastShot = 16;
/:Score -= 16;
tellTarget ('_root.GrnBoard.Level2.Double8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double11)) {
/:LastShot = 22;
/:Score -= 22;
tellTarget ('_root.GrnBoard.Level2.Double11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double14)) {
/:LastShot = 28;
/:Score -= 28;
tellTarget ('_root.GrnBoard.Level2.Double14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double9)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Double9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double12)) {
/:LastShot = 24;
/:Score -= 24;
tellTarget ('_root.GrnBoard.Level2.Double12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double5)) {
/:LastShot = 10;
/:Score -= 10;
tellTarget ('_root.GrnBoard.Level2.Double5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple1)) {
/:LastShot = 3;
/:Score -= 3;
tellTarget ('_root.GrnBoard.Level2.Triple1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple18)) {
/:LastShot = 54;
/:Score -= 54;
tellTarget ('_root.GrnBoard.Level2.Triple18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple20)) {
/:LastShot = 60;
/:Score -= 60;
tellTarget ('_root.GrnBoard.Level2.Triple20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple13)) {
/:LastShot = 39;
/:Score -= 39;
tellTarget ('_root.GrnBoard.Level2.Triple13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple6)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Triple6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple10)) {
/:LastShot = 30;
/:Score -= 30;
tellTarget ('_root.GrnBoard.Level2.Triple10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple15)) {
/:LastShot = 45;
/:Score -= 45;
tellTarget ('_root.GrnBoard.Level2.Triple15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple2)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Triple2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple17)) {
/:LastShot = 51;
/:Score -= 51;
tellTarget ('_root.GrnBoard.Level2.Triple17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple3)) {
/:LastShot = 9;
/:Score -= 9;
tellTarget ('_root.GrnBoard.Level2.Triple3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple19)) {
/:LastShot = 57;
/:Score -= 57;
tellTarget ('_root.GrnBoard.Level2.Triple19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple7)) {
/:LastShot = 21;
/:Score -= 21;
tellTarget ('_root.GrnBoard.Level2.Triple7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple16)) {
/:LastShot = 48;
/:Score -= 48;
tellTarget ('_root.GrnBoard.Level2.Triple16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple8)) {
/:LastShot = 24;
/:Score -= 24;
tellTarget ('_root.GrnBoard.Level2.Triple8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple11)) {
/:LastShot = 33;
/:Score -= 33;
tellTarget ('_root.GrnBoard.Level2.Triple11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple14)) {
/:LastShot = 42;
/:Score -= 42;
tellTarget ('_root.GrnBoard.Level2.Triple14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple9)) {
/:LastShot = 27;
/:Score -= 27;
tellTarget ('_root.GrnBoard.Level2.Triple9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple12)) {
/:LastShot = 36;
/:Score -= 36;
tellTarget ('_root.GrnBoard.Level2.Triple12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple5)) {
/:LastShot = 15;
/:Score -= 15;
tellTarget ('_root.GrnBoard.Level2.Triple5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.BullsEye)) {
/:LastShot = 50;
/:Score -= 50;
tellTarget ('_root.GrnBoard.Level2.BullsEyeb') {
gotoAndPlay(2);
}
} else {
/:LastShot = 0;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
/:TotalScore += /:LastShot;
/:ShotAvg = int(/:TotalScore / /:ShotsTaken);
}
}
frame 15 {
if (/:Score != 0 and 0 >= /:ShotsLeft) {
tellTarget ('_Level0') {
gotoAndPlay('You Lose!');
}
}
tellTarget ('../LaunchBttnMC') {
gotoAndStop(1);
}
gotoAndStop(1);
}
}
movieClip 107 {
}
movieClip 108 {
frame 1 {
stop();
}
instance Needle of movieClip 107 {
onClipEvent (load) {
if (this.hitTest(_root.DartBoard.Swing.Board.Big20)) {
/:LastShot = 20;
/:Score -= 20;
tellTarget ('_root.GrnBoard.Level2.Big20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big1)) {
/:LastShot = 1;
/:Score -= 1;
tellTarget ('_root.GrnBoard.Level2.Big1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big18)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Big18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big4)) {
/:LastShot = 4;
/:Score -= 4;
tellTarget ('_root.GrnBoard.Level2.Big4b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big13)) {
/:LastShot = 13;
/:Score -= 13;
tellTarget ('_root.GrnBoard.Level2.Big13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big6)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Big6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big10)) {
/:LastShot = 10;
/:Score -= 10;
tellTarget ('_root.GrnBoard.Level2.Big10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big15)) {
/:LastShot = 15;
/:Score -= 15;
tellTarget ('_root.GrnBoard.Level2.Big15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big2)) {
/:LastShot = 2;
/:Score -= 2;
tellTarget ('_root.GrnBoard.Level2.Big2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big17)) {
/:LastShot = 17;
/:Score -= 17;
tellTarget ('_root.GrnBoard.Level2.Big17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big3)) {
/:LastShot = 3;
/:Score -= 3;
tellTarget ('_root.GrnBoard.Level2.Big3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big19)) {
/:LastShot = 19;
/:Score -= 19;
tellTarget ('_root.GrnBoard.Level2.Big19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big7)) {
/:LastShot = 7;
/:Score -= 7;
tellTarget ('_root.GrnBoard.Level2.Big7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big16)) {
/:LastShot = 16;
/:Score -= 16;
tellTarget ('_root.GrnBoard.Level2.Big16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big8)) {
/:LastShot = 8;
/:Score -= 8;
tellTarget ('_root.GrnBoard.Level2.Big8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big11)) {
/:LastShot = 11;
/:Score -= 11;
tellTarget ('_root.GrnBoard.Level2.Big11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big14)) {
/:LastShot = 14;
/:Score -= 14;
tellTarget ('_root.GrnBoard.Level2.Big14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big9)) {
/:LastShot = 9;
/:Score -= 9;
tellTarget ('_root.GrnBoard.Level2.Big9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big12)) {
/:LastShot = 12;
/:Score -= 12;
tellTarget ('_root.GrnBoard.Level2.Big12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big5)) {
/:LastShot = 5;
/:Score -= 5;
tellTarget ('_root.GrnBoard.Level2.Big5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little1)) {
/:LastShot = 1;
/:Score -= 1;
tellTarget ('_root.GrnBoard.Level2.Little1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little18)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Little18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little20)) {
/:LastShot = 20;
/:Score -= 20;
tellTarget ('_root.GrnBoard.Level2.Little20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little13)) {
/:LastShot = 13;
/:Score -= 13;
tellTarget ('_root.GrnBoard.Level2.Little13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little6)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Little6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little10)) {
/:LastShot = 10;
/:Score -= 10;
tellTarget ('_root.GrnBoard.Level2.Little10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little15)) {
/:LastShot = 15;
/:Score -= 15;
tellTarget ('_root.GrnBoard.Level2.Little15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little2)) {
/:LastShot = 2;
/:Score -= 2;
tellTarget ('_root.GrnBoard.Level2.Little2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little17)) {
/:LastShot = 17;
/:Score -= 17;
tellTarget ('_root.GrnBoard.Level2.Little17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little3)) {
/:LastShot = 3;
/:Score -= 3;
tellTarget ('_root.GrnBoard.Level2.Little3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little19)) {
/:LastShot = 19;
/:Score -= 19;
tellTarget ('_root.GrnBoard.Level2.Little19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little7)) {
/:LastShot = 7;
/:Score -= 7;
tellTarget ('_root.GrnBoard.Level2.Little7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little16)) {
/:LastShot = 16;
/:Score -= 16;
tellTarget ('_root.GrnBoard.Level2.Little16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little8)) {
/:LastShot = 8;
/:Score -= 8;
tellTarget ('_root.GrnBoard.Level2.Little8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little11)) {
/:LastShot = 11;
/:Score -= 11;
tellTarget ('_root.GrnBoard.Level2.Little11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little14)) {
/:LastShot = 14;
/:Score -= 14;
tellTarget ('_root.GrnBoard.Level2.Little14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little9)) {
/:LastShot = 9;
/:Score -= 9;
tellTarget ('_root.GrnBoard.Level2.Little9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little12)) {
/:LastShot = 12;
/:Score -= 12;
tellTarget ('_root.GrnBoard.Level2.Little12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little5)) {
/:LastShot = 5;
/:Score -= 5;
tellTarget ('_root.GrnBoard.Level2.Little5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double1)) {
/:LastShot = 2;
/:Score -= 2;
tellTarget ('_root.GrnBoard.Level2.Double1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double18)) {
/:LastShot = 36;
/:Score -= 36;
tellTarget ('_root.GrnBoard.Level2.Double18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double20)) {
/:LastShot = 40;
/:Score -= 40;
tellTarget ('_root.GrnBoard.Level2.Double20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double13)) {
/:LastShot = 26;
/:Score -= 26;
tellTarget ('_root.GrnBoard.Level2.Double13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double6)) {
/:LastShot = 12;
/:Score -= 12;
tellTarget ('_root.GrnBoard.Level2.Double6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double10)) {
/:LastShot = 20;
/:Score -= 20;
tellTarget ('_root.GrnBoard.Level2.Double10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double15)) {
/:LastShot = 30;
/:Score -= 30;
tellTarget ('_root.GrnBoard.Level2.Double15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double2)) {
/:LastShot = 4;
/:Score -= 4;
tellTarget ('_root.GrnBoard.Level2.Double2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double17)) {
/:LastShot = 34;
/:Score -= 34;
tellTarget ('_root.GrnBoard.Level2.Double17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double3)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Double3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double19)) {
/:LastShot = 38;
/:Score -= 38;
tellTarget ('_root.GrnBoard.Level2.Double19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double7)) {
/:LastShot = 14;
/:Score -= 14;
tellTarget ('_root.GrnBoard.Level2.Double7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double16)) {
/:LastShot = 32;
/:Score -= 32;
tellTarget ('_root.GrnBoard.Level2.Double16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double8)) {
/:LastShot = 16;
/:Score -= 16;
tellTarget ('_root.GrnBoard.Level2.Double8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double11)) {
/:LastShot = 22;
/:Score -= 22;
tellTarget ('_root.GrnBoard.Level2.Double11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double14)) {
/:LastShot = 28;
/:Score -= 28;
tellTarget ('_root.GrnBoard.Level2.Double14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double9)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Double9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double12)) {
/:LastShot = 24;
/:Score -= 24;
tellTarget ('_root.GrnBoard.Level2.Double12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double5)) {
/:LastShot = 10;
/:Score -= 10;
tellTarget ('_root.GrnBoard.Level2.Double5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple1)) {
/:LastShot = 3;
/:Score -= 3;
tellTarget ('_root.GrnBoard.Level2.Triple1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple18)) {
/:LastShot = 54;
/:Score -= 54;
tellTarget ('_root.GrnBoard.Level2.Triple18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple20)) {
/:LastShot = 60;
/:Score -= 60;
tellTarget ('_root.GrnBoard.Level2.Triple20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple13)) {
/:LastShot = 39;
/:Score -= 39;
tellTarget ('_root.GrnBoard.Level2.Triple13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple6)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Triple6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple10)) {
/:LastShot = 30;
/:Score -= 30;
tellTarget ('_root.GrnBoard.Level2.Triple10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple15)) {
/:LastShot = 45;
/:Score -= 45;
tellTarget ('_root.GrnBoard.Level2.Triple15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple2)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Triple2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple17)) {
/:LastShot = 51;
/:Score -= 51;
tellTarget ('_root.GrnBoard.Level2.Triple17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple3)) {
/:LastShot = 9;
/:Score -= 9;
tellTarget ('_root.GrnBoard.Level2.Triple3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple19)) {
/:LastShot = 57;
/:Score -= 57;
tellTarget ('_root.GrnBoard.Level2.Triple19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple7)) {
/:LastShot = 21;
/:Score -= 21;
tellTarget ('_root.GrnBoard.Level2.Triple7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple16)) {
/:LastShot = 48;
/:Score -= 48;
tellTarget ('_root.GrnBoard.Level2.Triple16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple8)) {
/:LastShot = 24;
/:Score -= 24;
tellTarget ('_root.GrnBoard.Level2.Triple8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple11)) {
/:LastShot = 33;
/:Score -= 33;
tellTarget ('_root.GrnBoard.Level2.Triple11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple14)) {
/:LastShot = 42;
/:Score -= 42;
tellTarget ('_root.GrnBoard.Level2.Triple14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple9)) {
/:LastShot = 27;
/:Score -= 27;
tellTarget ('_root.GrnBoard.Level2.Triple9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple12)) {
/:LastShot = 36;
/:Score -= 36;
tellTarget ('_root.GrnBoard.Level2.Triple12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple5)) {
/:LastShot = 15;
/:Score -= 15;
tellTarget ('_root.GrnBoard.Level2.Triple5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.BullsEye)) {
/:LastShot = 50;
/:Score -= 50;
tellTarget ('_root.GrnBoard.Level2.BullsEyeb') {
gotoAndPlay(2);
}
} else {
/:LastShot = 0;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
/:TotalScore += /:LastShot;
/:ShotAvg = int(/:TotalScore / /:ShotsTaken);
}
}
frame 15 {
if (/:Score != 0 and 0 >= /:ShotsLeft) {
tellTarget ('_Level0') {
gotoAndPlay('You Lose!');
}
}
tellTarget ('../LaunchBttnMC') {
gotoAndStop(1);
}
gotoAndStop(1);
}
}
movieClip 109 {
frame 1 {
stop();
}
frame 18 {
if (/:Score != 0 and 0 >= /:ShotsLeft) {
tellTarget ('_Level0') {
gotoAndPlay('You Lose!');
}
}
tellTarget ('../LaunchBttnMC') {
gotoAndStop(1);
}
/:LastShot = 0;
gotoAndStop(1);
}
}
movieClip 110 {
}
movieClip 111 {
frame 1 {
stop();
}
instance Needle of movieClip 110 {
onClipEvent (load) {
if (this.hitTest(_root.DartBoard.Swing.Board.Big20)) {
/:LastShot = 20;
/:Score -= 20;
tellTarget ('_root.GrnBoard.Level2.Big20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big1)) {
/:LastShot = 1;
/:Score -= 1;
tellTarget ('_root.GrnBoard.Level2.Big1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big18)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Big18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big4)) {
/:LastShot = 4;
/:Score -= 4;
tellTarget ('_root.GrnBoard.Level2.Big4b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big13)) {
/:LastShot = 13;
/:Score -= 13;
tellTarget ('_root.GrnBoard.Level2.Big13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big6)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Big6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big10)) {
/:LastShot = 10;
/:Score -= 10;
tellTarget ('_root.GrnBoard.Level2.Big10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big15)) {
/:LastShot = 15;
/:Score -= 15;
tellTarget ('_root.GrnBoard.Level2.Big15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big2)) {
/:LastShot = 2;
/:Score -= 2;
tellTarget ('_root.GrnBoard.Level2.Big2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big17)) {
/:LastShot = 17;
/:Score -= 17;
tellTarget ('_root.GrnBoard.Level2.Big17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big3)) {
/:LastShot = 3;
/:Score -= 3;
tellTarget ('_root.GrnBoard.Level2.Big3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big19)) {
/:LastShot = 19;
/:Score -= 19;
tellTarget ('_root.GrnBoard.Level2.Big19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big7)) {
/:LastShot = 7;
/:Score -= 7;
tellTarget ('_root.GrnBoard.Level2.Big7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big16)) {
/:LastShot = 16;
/:Score -= 16;
tellTarget ('_root.GrnBoard.Level2.Big16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big8)) {
/:LastShot = 8;
/:Score -= 8;
tellTarget ('_root.GrnBoard.Level2.Big8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big11)) {
/:LastShot = 11;
/:Score -= 11;
tellTarget ('_root.GrnBoard.Level2.Big11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big14)) {
/:LastShot = 14;
/:Score -= 14;
tellTarget ('_root.GrnBoard.Level2.Big14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big9)) {
/:LastShot = 9;
/:Score -= 9;
tellTarget ('_root.GrnBoard.Level2.Big9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big12)) {
/:LastShot = 12;
/:Score -= 12;
tellTarget ('_root.GrnBoard.Level2.Big12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big5)) {
/:LastShot = 5;
/:Score -= 5;
tellTarget ('_root.GrnBoard.Level2.Big5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little1)) {
/:LastShot = 1;
/:Score -= 1;
tellTarget ('_root.GrnBoard.Level2.Little1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little18)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Little18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little20)) {
/:LastShot = 20;
/:Score -= 20;
tellTarget ('_root.GrnBoard.Level2.Little20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little13)) {
/:LastShot = 13;
/:Score -= 13;
tellTarget ('_root.GrnBoard.Level2.Little13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little6)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Little6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little10)) {
/:LastShot = 10;
/:Score -= 10;
tellTarget ('_root.GrnBoard.Level2.Little10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little15)) {
/:LastShot = 15;
/:Score -= 15;
tellTarget ('_root.GrnBoard.Level2.Little15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little2)) {
/:LastShot = 2;
/:Score -= 2;
tellTarget ('_root.GrnBoard.Level2.Little2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little17)) {
/:LastShot = 17;
/:Score -= 17;
tellTarget ('_root.GrnBoard.Level2.Little17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little3)) {
/:LastShot = 3;
/:Score -= 3;
tellTarget ('_root.GrnBoard.Level2.Little3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little19)) {
/:LastShot = 19;
/:Score -= 19;
tellTarget ('_root.GrnBoard.Level2.Little19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little7)) {
/:LastShot = 7;
/:Score -= 7;
tellTarget ('_root.GrnBoard.Level2.Little7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little16)) {
/:LastShot = 16;
/:Score -= 16;
tellTarget ('_root.GrnBoard.Level2.Little16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little8)) {
/:LastShot = 8;
/:Score -= 8;
tellTarget ('_root.GrnBoard.Level2.Little8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little11)) {
/:LastShot = 11;
/:Score -= 11;
tellTarget ('_root.GrnBoard.Level2.Little11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little14)) {
/:LastShot = 14;
/:Score -= 14;
tellTarget ('_root.GrnBoard.Level2.Little14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little9)) {
/:LastShot = 9;
/:Score -= 9;
tellTarget ('_root.GrnBoard.Level2.Little9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little12)) {
/:LastShot = 12;
/:Score -= 12;
tellTarget ('_root.GrnBoard.Level2.Little12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little5)) {
/:LastShot = 5;
/:Score -= 5;
tellTarget ('_root.GrnBoard.Level2.Little5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double1)) {
/:LastShot = 2;
/:Score -= 2;
tellTarget ('_root.GrnBoard.Level2.Double1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double18)) {
/:LastShot = 36;
/:Score -= 36;
tellTarget ('_root.GrnBoard.Level2.Double18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double20)) {
/:LastShot = 40;
/:Score -= 40;
tellTarget ('_root.GrnBoard.Level2.Double20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double13)) {
/:LastShot = 26;
/:Score -= 26;
tellTarget ('_root.GrnBoard.Level2.Double13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double6)) {
/:LastShot = 12;
/:Score -= 12;
tellTarget ('_root.GrnBoard.Level2.Double6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double10)) {
/:LastShot = 20;
/:Score -= 20;
tellTarget ('_root.GrnBoard.Level2.Double10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double15)) {
/:LastShot = 30;
/:Score -= 30;
tellTarget ('_root.GrnBoard.Level2.Double15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double2)) {
/:LastShot = 4;
/:Score -= 4;
tellTarget ('_root.GrnBoard.Level2.Double2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double17)) {
/:LastShot = 34;
/:Score -= 34;
tellTarget ('_root.GrnBoard.Level2.Double17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double3)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Double3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double19)) {
/:LastShot = 38;
/:Score -= 38;
tellTarget ('_root.GrnBoard.Level2.Double19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double7)) {
/:LastShot = 14;
/:Score -= 14;
tellTarget ('_root.GrnBoard.Level2.Double7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double16)) {
/:LastShot = 32;
/:Score -= 32;
tellTarget ('_root.GrnBoard.Level2.Double16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double8)) {
/:LastShot = 16;
/:Score -= 16;
tellTarget ('_root.GrnBoard.Level2.Double8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double11)) {
/:LastShot = 22;
/:Score -= 22;
tellTarget ('_root.GrnBoard.Level2.Double11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double14)) {
/:LastShot = 28;
/:Score -= 28;
tellTarget ('_root.GrnBoard.Level2.Double14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double9)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Double9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double12)) {
/:LastShot = 24;
/:Score -= 24;
tellTarget ('_root.GrnBoard.Level2.Double12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double5)) {
/:LastShot = 10;
/:Score -= 10;
tellTarget ('_root.GrnBoard.Level2.Double5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple1)) {
/:LastShot = 3;
/:Score -= 3;
tellTarget ('_root.GrnBoard.Level2.Triple1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple18)) {
/:LastShot = 54;
/:Score -= 54;
tellTarget ('_root.GrnBoard.Level2.Triple18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple20)) {
/:LastShot = 60;
/:Score -= 60;
tellTarget ('_root.GrnBoard.Level2.Triple20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple13)) {
/:LastShot = 39;
/:Score -= 39;
tellTarget ('_root.GrnBoard.Level2.Triple13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple6)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Triple6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple10)) {
/:LastShot = 30;
/:Score -= 30;
tellTarget ('_root.GrnBoard.Level2.Triple10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple15)) {
/:LastShot = 45;
/:Score -= 45;
tellTarget ('_root.GrnBoard.Level2.Triple15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple2)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Triple2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple17)) {
/:LastShot = 51;
/:Score -= 51;
tellTarget ('_root.GrnBoard.Level2.Triple17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple3)) {
/:LastShot = 9;
/:Score -= 9;
tellTarget ('_root.GrnBoard.Level2.Triple3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple19)) {
/:LastShot = 57;
/:Score -= 57;
tellTarget ('_root.GrnBoard.Level2.Triple19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple7)) {
/:LastShot = 21;
/:Score -= 21;
tellTarget ('_root.GrnBoard.Level2.Triple7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple16)) {
/:LastShot = 48;
/:Score -= 48;
tellTarget ('_root.GrnBoard.Level2.Triple16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple8)) {
/:LastShot = 24;
/:Score -= 24;
tellTarget ('_root.GrnBoard.Level2.Triple8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple11)) {
/:LastShot = 33;
/:Score -= 33;
tellTarget ('_root.GrnBoard.Level2.Triple11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple14)) {
/:LastShot = 42;
/:Score -= 42;
tellTarget ('_root.GrnBoard.Level2.Triple14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple9)) {
/:LastShot = 27;
/:Score -= 27;
tellTarget ('_root.GrnBoard.Level2.Triple9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple12)) {
/:LastShot = 36;
/:Score -= 36;
tellTarget ('_root.GrnBoard.Level2.Triple12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple5)) {
/:LastShot = 15;
/:Score -= 15;
tellTarget ('_root.GrnBoard.Level2.Triple5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.BullsEye)) {
/:LastShot = 50;
/:Score -= 50;
tellTarget ('_root.GrnBoard.Level2.BullsEyeb') {
gotoAndPlay(2);
}
} else {
/:LastShot = 0;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
/:TotalScore += /:LastShot;
/:ShotAvg = int(/:TotalScore / /:ShotsTaken);
}
}
frame 15 {
if (/:Score != 0 and 0 >= /:ShotsLeft) {
tellTarget ('_Level0') {
gotoAndPlay('You Lose!');
}
}
tellTarget ('../LaunchBttnMC') {
gotoAndStop(1);
}
gotoAndStop(1);
}
}
movieClip 112 {
}
movieClip 113 {
frame 1 {
stop();
}
instance Needle of movieClip 112 {
onClipEvent (load) {
if (this.hitTest(_root.DartBoard.Swing.Board.Big20)) {
/:LastShot = 20;
/:Score -= 20;
tellTarget ('_root.GrnBoard.Level2.Big20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big1)) {
/:LastShot = 1;
/:Score -= 1;
tellTarget ('_root.GrnBoard.Level2.Big1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big18)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Big18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big4)) {
/:LastShot = 4;
/:Score -= 4;
tellTarget ('_root.GrnBoard.Level2.Big4b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big13)) {
/:LastShot = 13;
/:Score -= 13;
tellTarget ('_root.GrnBoard.Level2.Big13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big6)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Big6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big10)) {
/:LastShot = 10;
/:Score -= 10;
tellTarget ('_root.GrnBoard.Level2.Big10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big15)) {
/:LastShot = 15;
/:Score -= 15;
tellTarget ('_root.GrnBoard.Level2.Big15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big2)) {
/:LastShot = 2;
/:Score -= 2;
tellTarget ('_root.GrnBoard.Level2.Big2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big17)) {
/:LastShot = 17;
/:Score -= 17;
tellTarget ('_root.GrnBoard.Level2.Big17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big3)) {
/:LastShot = 3;
/:Score -= 3;
tellTarget ('_root.GrnBoard.Level2.Big3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big19)) {
/:LastShot = 19;
/:Score -= 19;
tellTarget ('_root.GrnBoard.Level2.Big19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big7)) {
/:LastShot = 7;
/:Score -= 7;
tellTarget ('_root.GrnBoard.Level2.Big7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big16)) {
/:LastShot = 16;
/:Score -= 16;
tellTarget ('_root.GrnBoard.Level2.Big16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big8)) {
/:LastShot = 8;
/:Score -= 8;
tellTarget ('_root.GrnBoard.Level2.Big8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big11)) {
/:LastShot = 11;
/:Score -= 11;
tellTarget ('_root.GrnBoard.Level2.Big11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big14)) {
/:LastShot = 14;
/:Score -= 14;
tellTarget ('_root.GrnBoard.Level2.Big14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big9)) {
/:LastShot = 9;
/:Score -= 9;
tellTarget ('_root.GrnBoard.Level2.Big9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big12)) {
/:LastShot = 12;
/:Score -= 12;
tellTarget ('_root.GrnBoard.Level2.Big12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big5)) {
/:LastShot = 5;
/:Score -= 5;
tellTarget ('_root.GrnBoard.Level2.Big5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little1)) {
/:LastShot = 1;
/:Score -= 1;
tellTarget ('_root.GrnBoard.Level2.Little1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little18)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Little18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little20)) {
/:LastShot = 20;
/:Score -= 20;
tellTarget ('_root.GrnBoard.Level2.Little20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little13)) {
/:LastShot = 13;
/:Score -= 13;
tellTarget ('_root.GrnBoard.Level2.Little13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little6)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Little6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little10)) {
/:LastShot = 10;
/:Score -= 10;
tellTarget ('_root.GrnBoard.Level2.Little10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little15)) {
/:LastShot = 15;
/:Score -= 15;
tellTarget ('_root.GrnBoard.Level2.Little15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little2)) {
/:LastShot = 2;
/:Score -= 2;
tellTarget ('_root.GrnBoard.Level2.Little2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little17)) {
/:LastShot = 17;
/:Score -= 17;
tellTarget ('_root.GrnBoard.Level2.Little17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little3)) {
/:LastShot = 3;
/:Score -= 3;
tellTarget ('_root.GrnBoard.Level2.Little3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little19)) {
/:LastShot = 19;
/:Score -= 19;
tellTarget ('_root.GrnBoard.Level2.Little19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little7)) {
/:LastShot = 7;
/:Score -= 7;
tellTarget ('_root.GrnBoard.Level2.Little7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little16)) {
/:LastShot = 16;
/:Score -= 16;
tellTarget ('_root.GrnBoard.Level2.Little16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little8)) {
/:LastShot = 8;
/:Score -= 8;
tellTarget ('_root.GrnBoard.Level2.Little8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little11)) {
/:LastShot = 11;
/:Score -= 11;
tellTarget ('_root.GrnBoard.Level2.Little11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little14)) {
/:LastShot = 14;
/:Score -= 14;
tellTarget ('_root.GrnBoard.Level2.Little14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little9)) {
/:LastShot = 9;
/:Score -= 9;
tellTarget ('_root.GrnBoard.Level2.Little9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little12)) {
/:LastShot = 12;
/:Score -= 12;
tellTarget ('_root.GrnBoard.Level2.Little12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little5)) {
/:LastShot = 5;
/:Score -= 5;
tellTarget ('_root.GrnBoard.Level2.Little5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double1)) {
/:LastShot = 2;
/:Score -= 2;
tellTarget ('_root.GrnBoard.Level2.Double1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double18)) {
/:LastShot = 36;
/:Score -= 36;
tellTarget ('_root.GrnBoard.Level2.Double18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double20)) {
/:LastShot = 40;
/:Score -= 40;
tellTarget ('_root.GrnBoard.Level2.Double20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double13)) {
/:LastShot = 26;
/:Score -= 26;
tellTarget ('_root.GrnBoard.Level2.Double13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double6)) {
/:LastShot = 12;
/:Score -= 12;
tellTarget ('_root.GrnBoard.Level2.Double6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double10)) {
/:LastShot = 20;
/:Score -= 20;
tellTarget ('_root.GrnBoard.Level2.Double10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double15)) {
/:LastShot = 30;
/:Score -= 30;
tellTarget ('_root.GrnBoard.Level2.Double15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double2)) {
/:LastShot = 4;
/:Score -= 4;
tellTarget ('_root.GrnBoard.Level2.Double2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double17)) {
/:LastShot = 34;
/:Score -= 34;
tellTarget ('_root.GrnBoard.Level2.Double17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double3)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Double3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double19)) {
/:LastShot = 38;
/:Score -= 38;
tellTarget ('_root.GrnBoard.Level2.Double19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double7)) {
/:LastShot = 14;
/:Score -= 14;
tellTarget ('_root.GrnBoard.Level2.Double7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double16)) {
/:LastShot = 32;
/:Score -= 32;
tellTarget ('_root.GrnBoard.Level2.Double16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double8)) {
/:LastShot = 16;
/:Score -= 16;
tellTarget ('_root.GrnBoard.Level2.Double8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double11)) {
/:LastShot = 22;
/:Score -= 22;
tellTarget ('_root.GrnBoard.Level2.Double11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double14)) {
/:LastShot = 28;
/:Score -= 28;
tellTarget ('_root.GrnBoard.Level2.Double14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double9)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Double9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double12)) {
/:LastShot = 24;
/:Score -= 24;
tellTarget ('_root.GrnBoard.Level2.Double12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double5)) {
/:LastShot = 10;
/:Score -= 10;
tellTarget ('_root.GrnBoard.Level2.Double5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple1)) {
/:LastShot = 3;
/:Score -= 3;
tellTarget ('_root.GrnBoard.Level2.Triple1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple18)) {
/:LastShot = 54;
/:Score -= 54;
tellTarget ('_root.GrnBoard.Level2.Triple18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple20)) {
/:LastShot = 60;
/:Score -= 60;
tellTarget ('_root.GrnBoard.Level2.Triple20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple13)) {
/:LastShot = 39;
/:Score -= 39;
tellTarget ('_root.GrnBoard.Level2.Triple13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple6)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Triple6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple10)) {
/:LastShot = 30;
/:Score -= 30;
tellTarget ('_root.GrnBoard.Level2.Triple10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple15)) {
/:LastShot = 45;
/:Score -= 45;
tellTarget ('_root.GrnBoard.Level2.Triple15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple2)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Triple2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple17)) {
/:LastShot = 51;
/:Score -= 51;
tellTarget ('_root.GrnBoard.Level2.Triple17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple3)) {
/:LastShot = 9;
/:Score -= 9;
tellTarget ('_root.GrnBoard.Level2.Triple3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple19)) {
/:LastShot = 57;
/:Score -= 57;
tellTarget ('_root.GrnBoard.Level2.Triple19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple7)) {
/:LastShot = 21;
/:Score -= 21;
tellTarget ('_root.GrnBoard.Level2.Triple7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple16)) {
/:LastShot = 48;
/:Score -= 48;
tellTarget ('_root.GrnBoard.Level2.Triple16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple8)) {
/:LastShot = 24;
/:Score -= 24;
tellTarget ('_root.GrnBoard.Level2.Triple8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple11)) {
/:LastShot = 33;
/:Score -= 33;
tellTarget ('_root.GrnBoard.Level2.Triple11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple14)) {
/:LastShot = 42;
/:Score -= 42;
tellTarget ('_root.GrnBoard.Level2.Triple14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple9)) {
/:LastShot = 27;
/:Score -= 27;
tellTarget ('_root.GrnBoard.Level2.Triple9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple12)) {
/:LastShot = 36;
/:Score -= 36;
tellTarget ('_root.GrnBoard.Level2.Triple12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple5)) {
/:LastShot = 15;
/:Score -= 15;
tellTarget ('_root.GrnBoard.Level2.Triple5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.BullsEye)) {
/:LastShot = 50;
/:Score -= 50;
tellTarget ('_root.GrnBoard.Level2.BullsEyeb') {
gotoAndPlay(2);
}
} else {
/:LastShot = 0;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
/:TotalScore += /:LastShot;
/:ShotAvg = int(/:TotalScore / /:ShotsTaken);
}
}
frame 15 {
if (/:Score != 0 and 0 >= /:ShotsLeft) {
tellTarget ('_Level0') {
gotoAndPlay('You Lose!');
}
}
tellTarget ('../LaunchBttnMC') {
gotoAndStop(1);
}
gotoAndStop(1);
}
}
movieClip 114 {
}
movieClip 115 {
frame 1 {
stop();
}
instance Needle of movieClip 114 {
onClipEvent (load) {
if (this.hitTest(_root.DartBoard.Swing.Board.Big20)) {
/:LastShot = 20;
/:Score -= 20;
tellTarget ('_root.GrnBoard.Level2.Big20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big1)) {
/:LastShot = 1;
/:Score -= 1;
tellTarget ('_root.GrnBoard.Level2.Big1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big18)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Big18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big4)) {
/:LastShot = 4;
/:Score -= 4;
tellTarget ('_root.GrnBoard.Level2.Big4b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big13)) {
/:LastShot = 13;
/:Score -= 13;
tellTarget ('_root.GrnBoard.Level2.Big13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big6)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Big6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big10)) {
/:LastShot = 10;
/:Score -= 10;
tellTarget ('_root.GrnBoard.Level2.Big10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big15)) {
/:LastShot = 15;
/:Score -= 15;
tellTarget ('_root.GrnBoard.Level2.Big15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big2)) {
/:LastShot = 2;
/:Score -= 2;
tellTarget ('_root.GrnBoard.Level2.Big2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big17)) {
/:LastShot = 17;
/:Score -= 17;
tellTarget ('_root.GrnBoard.Level2.Big17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big3)) {
/:LastShot = 3;
/:Score -= 3;
tellTarget ('_root.GrnBoard.Level2.Big3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big19)) {
/:LastShot = 19;
/:Score -= 19;
tellTarget ('_root.GrnBoard.Level2.Big19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big7)) {
/:LastShot = 7;
/:Score -= 7;
tellTarget ('_root.GrnBoard.Level2.Big7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big16)) {
/:LastShot = 16;
/:Score -= 16;
tellTarget ('_root.GrnBoard.Level2.Big16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big8)) {
/:LastShot = 8;
/:Score -= 8;
tellTarget ('_root.GrnBoard.Level2.Big8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big11)) {
/:LastShot = 11;
/:Score -= 11;
tellTarget ('_root.GrnBoard.Level2.Big11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big14)) {
/:LastShot = 14;
/:Score -= 14;
tellTarget ('_root.GrnBoard.Level2.Big14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big9)) {
/:LastShot = 9;
/:Score -= 9;
tellTarget ('_root.GrnBoard.Level2.Big9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big12)) {
/:LastShot = 12;
/:Score -= 12;
tellTarget ('_root.GrnBoard.Level2.Big12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Big5)) {
/:LastShot = 5;
/:Score -= 5;
tellTarget ('_root.GrnBoard.Level2.Big5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little1)) {
/:LastShot = 1;
/:Score -= 1;
tellTarget ('_root.GrnBoard.Level2.Little1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little18)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Little18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little20)) {
/:LastShot = 20;
/:Score -= 20;
tellTarget ('_root.GrnBoard.Level2.Little20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little13)) {
/:LastShot = 13;
/:Score -= 13;
tellTarget ('_root.GrnBoard.Level2.Little13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little6)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Little6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little10)) {
/:LastShot = 10;
/:Score -= 10;
tellTarget ('_root.GrnBoard.Level2.Little10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little15)) {
/:LastShot = 15;
/:Score -= 15;
tellTarget ('_root.GrnBoard.Level2.Little15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little2)) {
/:LastShot = 2;
/:Score -= 2;
tellTarget ('_root.GrnBoard.Level2.Little2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little17)) {
/:LastShot = 17;
/:Score -= 17;
tellTarget ('_root.GrnBoard.Level2.Little17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little3)) {
/:LastShot = 3;
/:Score -= 3;
tellTarget ('_root.GrnBoard.Level2.Little3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little19)) {
/:LastShot = 19;
/:Score -= 19;
tellTarget ('_root.GrnBoard.Level2.Little19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little7)) {
/:LastShot = 7;
/:Score -= 7;
tellTarget ('_root.GrnBoard.Level2.Little7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little16)) {
/:LastShot = 16;
/:Score -= 16;
tellTarget ('_root.GrnBoard.Level2.Little16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little8)) {
/:LastShot = 8;
/:Score -= 8;
tellTarget ('_root.GrnBoard.Level2.Little8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little11)) {
/:LastShot = 11;
/:Score -= 11;
tellTarget ('_root.GrnBoard.Level2.Little11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little14)) {
/:LastShot = 14;
/:Score -= 14;
tellTarget ('_root.GrnBoard.Level2.Little14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little9)) {
/:LastShot = 9;
/:Score -= 9;
tellTarget ('_root.GrnBoard.Level2.Little9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little12)) {
/:LastShot = 12;
/:Score -= 12;
tellTarget ('_root.GrnBoard.Level2.Little12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Little5)) {
/:LastShot = 5;
/:Score -= 5;
tellTarget ('_root.GrnBoard.Level2.Little5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double1)) {
/:LastShot = 2;
/:Score -= 2;
tellTarget ('_root.GrnBoard.Level2.Double1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double18)) {
/:LastShot = 36;
/:Score -= 36;
tellTarget ('_root.GrnBoard.Level2.Double18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double20)) {
/:LastShot = 40;
/:Score -= 40;
tellTarget ('_root.GrnBoard.Level2.Double20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double13)) {
/:LastShot = 26;
/:Score -= 26;
tellTarget ('_root.GrnBoard.Level2.Double13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double6)) {
/:LastShot = 12;
/:Score -= 12;
tellTarget ('_root.GrnBoard.Level2.Double6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double10)) {
/:LastShot = 20;
/:Score -= 20;
tellTarget ('_root.GrnBoard.Level2.Double10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double15)) {
/:LastShot = 30;
/:Score -= 30;
tellTarget ('_root.GrnBoard.Level2.Double15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double2)) {
/:LastShot = 4;
/:Score -= 4;
tellTarget ('_root.GrnBoard.Level2.Double2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double17)) {
/:LastShot = 34;
/:Score -= 34;
tellTarget ('_root.GrnBoard.Level2.Double17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double3)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Double3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double19)) {
/:LastShot = 38;
/:Score -= 38;
tellTarget ('_root.GrnBoard.Level2.Double19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double7)) {
/:LastShot = 14;
/:Score -= 14;
tellTarget ('_root.GrnBoard.Level2.Double7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double16)) {
/:LastShot = 32;
/:Score -= 32;
tellTarget ('_root.GrnBoard.Level2.Double16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double8)) {
/:LastShot = 16;
/:Score -= 16;
tellTarget ('_root.GrnBoard.Level2.Double8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double11)) {
/:LastShot = 22;
/:Score -= 22;
tellTarget ('_root.GrnBoard.Level2.Double11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double14)) {
/:LastShot = 28;
/:Score -= 28;
tellTarget ('_root.GrnBoard.Level2.Double14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double9)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Double9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double12)) {
/:LastShot = 24;
/:Score -= 24;
tellTarget ('_root.GrnBoard.Level2.Double12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Double5)) {
/:LastShot = 10;
/:Score -= 10;
tellTarget ('_root.GrnBoard.Level2.Double5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple1)) {
/:LastShot = 3;
/:Score -= 3;
tellTarget ('_root.GrnBoard.Level2.Triple1b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple18)) {
/:LastShot = 54;
/:Score -= 54;
tellTarget ('_root.GrnBoard.Level2.Triple18b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple20)) {
/:LastShot = 60;
/:Score -= 60;
tellTarget ('_root.GrnBoard.Level2.Triple20b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple13)) {
/:LastShot = 39;
/:Score -= 39;
tellTarget ('_root.GrnBoard.Level2.Triple13b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple6)) {
/:LastShot = 18;
/:Score -= 18;
tellTarget ('_root.GrnBoard.Level2.Triple6b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple10)) {
/:LastShot = 30;
/:Score -= 30;
tellTarget ('_root.GrnBoard.Level2.Triple10b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple15)) {
/:LastShot = 45;
/:Score -= 45;
tellTarget ('_root.GrnBoard.Level2.Triple15b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple2)) {
/:LastShot = 6;
/:Score -= 6;
tellTarget ('_root.GrnBoard.Level2.Triple2b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple17)) {
/:LastShot = 51;
/:Score -= 51;
tellTarget ('_root.GrnBoard.Level2.Triple17b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple3)) {
/:LastShot = 9;
/:Score -= 9;
tellTarget ('_root.GrnBoard.Level2.Triple3b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple19)) {
/:LastShot = 57;
/:Score -= 57;
tellTarget ('_root.GrnBoard.Level2.Triple19b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple7)) {
/:LastShot = 21;
/:Score -= 21;
tellTarget ('_root.GrnBoard.Level2.Triple7b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple16)) {
/:LastShot = 48;
/:Score -= 48;
tellTarget ('_root.GrnBoard.Level2.Triple16b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple8)) {
/:LastShot = 24;
/:Score -= 24;
tellTarget ('_root.GrnBoard.Level2.Triple8b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple11)) {
/:LastShot = 33;
/:Score -= 33;
tellTarget ('_root.GrnBoard.Level2.Triple11b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple14)) {
/:LastShot = 42;
/:Score -= 42;
tellTarget ('_root.GrnBoard.Level2.Triple14b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple9)) {
/:LastShot = 27;
/:Score -= 27;
tellTarget ('_root.GrnBoard.Level2.Triple9b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple12)) {
/:LastShot = 36;
/:Score -= 36;
tellTarget ('_root.GrnBoard.Level2.Triple12b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.Triple5)) {
/:LastShot = 15;
/:Score -= 15;
tellTarget ('_root.GrnBoard.Level2.Triple5b') {
gotoAndPlay(2);
}
} else {
if (this.hittest(_root.DartBoard.Swing.Board.BullsEye)) {
/:LastShot = 50;
/:Score -= 50;
tellTarget ('_root.GrnBoard.Level2.BullsEyeb') {
gotoAndPlay(2);
}
} else {
/:LastShot = 0;
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
/:TotalScore += /:LastShot;
/:ShotAvg = int(/:TotalScore / /:ShotsTaken);
}
}
frame 16 {
if (/:Score != 0 and 0 >= /:ShotsLeft) {
tellTarget ('_Level0') {
gotoAndPlay('You Lose!');
}
}
tellTarget ('../LaunchBttnMC') {
gotoAndStop(1);
}
gotoAndStop(1);
}
}
movieClip 119 {
frame 1 {
stop();
}
frame 10 {
gotoAndStop(1);
}
}
button 123 {
on (press) {
TimeA = getTimer();
}
on (release) {
tellTarget ('../LauncherMC') {
play();
}
TimeB = getTimer();
TimeElapsed = int(TimeB - TimeA) / 1000;
if (0.5 >= Number(TimeElapsed)) {
tellTarget ('../ShootSlow') {
play();
}
} else {
if (0.5 < Number(TimeElapsed) and 1 >= Number(TimeElapsed)) {
tellTarget ('../ShootSlowMed') {
play();
}
} else {
if (1 < Number(TimeElapsed) and 1.5 >= Number(TimeElapsed)) {
tellTarget ('../ShootMedSlow') {
play();
}
} else {
if (1.5 < Number(TimeElapsed) and 2 >= Number(TimeElapsed)) {
tellTarget ('../ShootCenter') {
play();
}
} else {
if (2 < Number(TimeElapsed) and 2.5 >= Number(TimeElapsed)) {
tellTarget ('../ShootMed') {
play();
}
} else {
if (2.5 < Number(TimeElapsed) and 3 >= Number(TimeElapsed)) {
tellTarget ('../ShootFast') {
play();
}
} else {
if (3 < Number(TimeElapsed)) {
tellTarget ('../ShootHigh') {
play();
}
}
}
}
}
}
}
}
/:ShotsLeft -= 1;
/:ShotsTaken += 1;
gotoAndStop(2);
}
}
movieClip 125 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 126 {
}
movieClip 131 {
}
movieClip 132 {
frame 13 {
stop();
}
}
button 133 {
on (release) {
gotoAndStop(2);
}
}
button 137 {
on (release) {
gotoAndStop(1);
}
}
movieClip 138 {
frame 1 {
stop();
}
frame 2 {
stopAllSounds();
stop();
}
}
movieClip 141 {
frame 1 {
stop();
}
frame 21 {
gotoAndStop(1);
}
}
movieClip 145 {
frame 1 {
stop();
}
frame 2 {
if (/:Score != 0 and 0 >= /:ShotsLeft) {
tellTarget ('_Level0') {
gotoAndPlay('You Lose!');
}
} else {
if (/:Score == 0 and /:ShotsLeft >= 0) {
tellTarget ('_Level0') {
gotoAndPlay('You Win!');
}
}
}
if (/:Score < 0) {
tellTarget ('_root.Bust') {
gotoAndPlay(2);
}
/:Score += /:LastShot;
}
}
frame 41 {
gotoAndStop(1);
}
}
movieClip 149 {
frame 1 {
stop();
}
frame 2 {
if (/:Score != 0 and 0 >= /:ShotsLeft) {
tellTarget ('_Level0') {
gotoAndPlay('You Lose!');
}
} else {
if (/:Score == 0 and /:ShotsLeft >= 0) {
tellTarget ('_Level0') {
gotoAndPlay('You Win!');
}
}
}
if (/:Score < 0) {
tellTarget ('_root.Bust') {
gotoAndPlay(2);
}
/:Score += /:LastShot;
}
}
frame 41 {
gotoAndStop(1);
}
}
movieClip 152 {
frame 1 {
stop();
}
frame 2 {
if (/:Score != 0 and 0 >= /:ShotsLeft) {
tellTarget ('_Level0') {
gotoAndPlay('You Lose!');
}
} else {
if (/:Score == 0 and /:ShotsLeft >= 0) {
tellTarget ('_Level0') {
gotoAndPlay('You Win!');
}
}
}
if (/:Score < 0) {
tellTarget ('_root.Bust') {
gotoAndPlay(2);
}
/:Score += /:LastShot;
}
}
frame 41 {
gotoAndStop(1);
}
}
movieClip 155 {
frame 1 {
stop();
}
frame 2 {
if (/:Score != 0 and 0 >= /:ShotsLeft) {
tellTarget ('_Level0') {
gotoAndPlay('You Lose!');
}
} else {
if (/:Score == 0 and /:ShotsLeft >= 0) {
tellTarget ('_Level0') {
gotoAndPlay('You Win!');
}
}
}
if (/:Score < 0) {
tellTarget ('_root.Bust') {
gotoAndPlay(2);
}
/:Score += /:LastShot;
}
}
frame 41 {
gotoAndStop(1);
}
}
movieClip 158 {
frame 1 {
stop();
}
frame 2 {
if (/:Score != 0 and 0 >= /:ShotsLeft) {
tellTarget ('_Level0') {
gotoAndPlay('You Lose!');
}
} else {
if (/:Score == 0 and /:ShotsLeft >= 0) {
tellTarget ('_Level0') {
gotoAndPlay('You Win!');
}
}
}
if (/:Score < 0) {
tellTarget ('_root.Bust') {
gotoAndPlay(2);
}
/:Score += /:LastShot;
}
}
frame 41 {
gotoAndStop(1);
}
}
movieClip 161 {
frame 1 {
stop();
}
frame 2 {
if (/:Score != 0 and 0 >= /:ShotsLeft) {
tellTarget ('_Level0') {
gotoAndPlay('You Lose!');
}
} else {
if (/:Score == 0 and /:ShotsLeft >= 0) {
tellTarget ('_Level0') {
gotoAndPlay('You Win!');
}
}
}
if (/:Score < 0) {
tellTarget ('_root.Bust') {
gotoAndPlay(2);
}
/:Score += /:LastShot;
}
}
frame 41 {
gotoAndStop(1);
}
}
movieClip 165 {
frame 1 {
stop();
}
frame 2 {
if (/:Score != 0 and 0 >= /:ShotsLeft) {
tellTarget ('_Level0') {
gotoAndPlay('You Lose!');
}
} else {
if (/:Score == 0 and /:ShotsLeft >= 0) {
tellTarget ('_Level0') {
gotoAndPlay('You Win!');
}
}
}
if (/:Score < 0) {
tellTarget ('_root.Bust') {
gotoAndPlay(2);
}
/:Score += /:LastShot;
}
}
frame 21 {
gotoAndStop(1);
}
}
movieClip 168 {
frame 1 {
stop();
}
frame 2 {
if (/:Score != 0 and 0 >= /:ShotsLeft) {
tellTarget ('_Level0') {
gotoAndPlay('You Lose!');
}
} else {
if (/:Score == 0 and /:ShotsLeft >= 0) {
tellTarget ('_Level0') {
gotoAndPlay('You Win!');
}
}
}
if (/:Score < 0) {
tellTarget ('_root.Bust') {
gotoAndPlay(2);
}
/:Score += /:LastShot;
}
}
frame 21 {
gotoAndStop(1);
}
}
movieClip 171 {
frame 1 {
stop();
}
frame 2 {
if (/:Score != 0 and 0 >= /:ShotsLeft) {
tellTarget ('_Level0') {
gotoAndPlay('You Lose!');
}
} else {
if (/:Score == 0 and /:ShotsLeft >= 0) {
tellTarget ('_Level0') {
gotoAndPlay('You Win!');
}
}
}
if (/:Score < 0) {
tellTarget ('_root.Bust') {
gotoAndPlay(2);
}
/:Score += /:LastShot;
}
}
frame 41 {
gotoAndStop(1);
}
}
movieClip 173 {
}
button 198 {
on (release) {
getURL('www.mikamations.com', '_blank');
}
}
button 201 {
on (rollOver) {
startDrag('_root.Launcher', true, 255, 515, 545, 515);
}
on (rollOut) {
stopDrag();
}
}
movieClip 203 {
frame 1 {
stop();
}
frame 2 {
if (/:Score != 0 and 0 >= /:ShotsLeft) {
tellTarget ('_Level0') {
gotoAndPlay('You Lose!');
}
} else {
if (/:Score == 0 and /:ShotsLeft >= 0) {
tellTarget ('_Level0') {
gotoAndPlay('You Win!');
}
}
}
if (/:Score < 0) {
tellTarget ('_root.Bust') {
gotoAndPlay(2);
}
/:Score += /:LastShot;
}
}
frame 41 {
gotoAndStop(1);
}
}
movieClip 204 {
}
movieClip 205 {
}
movieClip 206 {
}
movieClip 207 {
frame 60 {
gotoAndPlay(1);
}
}
button 208 {
on (release) {
tellTarget ('_root.Music') {
gotoAndStop(2);
}
getURL('http://www.mikamations.com', '_blank');
}
}
movieClip 209 {
}
button 215 {
on (release) {
getURL('http://www.mikamations.com', '_blank');
}
}
movieClip 216 {
}
frame 56 {
ShotsLeft = 30;
Score = 301;
LastShot = '-';
ShotsTaken = 0;
}
movieClip 218 {
}
frame 57 {
stop();
}
movieClip 220 {
frame 1 {
stop();
}
frame 10 {
gotoAndStop(1);
}
}
movieClip 224 {
frame 26 {
stop();
}
}
movieClip 232 {
}
frame 94 {
stop();
}
button 235 {
on (release) {
gotoAndPlay(56);
}
}
button 238 {
on (release) {
fscommand('quit');
}
}
frame 101 {
stop();
}
movieClip 247 {
frame 45 {
gotoAndPlay(15);
}
}