Frame 1
function stopNudges() {
with (_root.nudge1) {
gotoAndStop(20);
}
with (_root.nudge2) {
gotoAndStop(20);
}
with (_root.nudge3) {
gotoAndStop(20);
}
}
function stopHolds() {
with ((_root.hold1 and _root.hold2) and _root.hold3) {
gotoAndStop(20);
}
}
fscommand ("allowscale", false);
with (reel1) {
gotoAndStop(1);
}
with (reel2) {
gotoAndStop(2);
}
with (reel3) {
gotoAndStop(3);
}
with (hold1) {
gotoAndStop(20);
}
with (hold2) {
gotoAndStop(20);
}
with (hold3) {
gotoAndStop(20);
}
with (nudge1) {
gotoAndStop(20);
}
with (nudge2) {
gotoAndStop(20);
}
with (nudge3) {
gotoAndStop(20);
}
_root.nudger.count = 3;
_root.credit = 100;
Frame 2
if ((((credit < 0) and (_root.randoms.reel1status == 0)) and (_root.randoms.reel2status == 0)) and (_root.randoms.reel3status == 0)) {
_root.stopNudges();
gotoAndStop (4);
}
Frame 3
if ((((credit < 0) and (_root.randoms.reel1status == 0)) and (_root.randoms.reel2status == 0)) and (_root.randoms.reel3status == 0)) {
_root.stopNudges();
gotoAndStop (4);
} else {
gotoAndPlay (2);
}
Frame 9
gotoAndPlay (4);
Symbol 22 MovieClip Frame 1
_root.randoms.reel1status = 0;
_root.results.reel1result = 1;
stop();
Symbol 22 MovieClip Frame 2
_root.randoms.reel1status = 0;
_root.results.reel1result = 2;
Symbol 22 MovieClip Frame 3
_root.randoms.reel1status = 0;
_root.results.reel1result = 3;
Symbol 22 MovieClip Frame 4
_root.randoms.reel1status = 0;
_root.results.reel1result = 4;
Symbol 22 MovieClip Frame 5
_root.randoms.reel1status = 0;
_root.results.reel1result = 5;
Symbol 22 MovieClip Frame 6
_root.randoms.reel1status = 0;
_root.results.reel1result = 6;
Symbol 22 MovieClip Frame 7
_root.randoms.reel1status = 0;
_root.results.reel1result = 7;
Symbol 22 MovieClip Frame 8
_root.randoms.reel1status = 0;
_root.results.reel1result = 8;
Symbol 22 MovieClip Frame 9
_root.randoms.reel1status = 0;
_root.results.reel1result = 9;
Symbol 22 MovieClip Frame 10
_root.randoms.reel1status = 0;
_root.results.reel1result = 0;
Symbol 22 MovieClip Frame 50
_root.randoms.reel1status = 1;
Symbol 22 MovieClip Frame 80
result = _root.mr[0];
_root.reel2.lastReel = result;
gotoAndStop(result);
Symbol 23 MovieClip Frame 1
_root.randoms.reel2status = 0;
_root.results.reel2result = 1;
stop();
Symbol 23 MovieClip Frame 2
_root.randoms.reel2status = 0;
_root.results.reel2result = 2;
Symbol 23 MovieClip Frame 3
_root.randoms.reel2status = 0;
_root.results.reel2result = 3;
Symbol 23 MovieClip Frame 4
_root.randoms.reel2status = 0;
_root.results.reel2result = 4;
Symbol 23 MovieClip Frame 5
_root.randoms.reel2status = 0;
_root.results.reel2result = 5;
Symbol 23 MovieClip Frame 6
_root.randoms.reel2status = 0;
_root.results.reel2result = 6;
Symbol 23 MovieClip Frame 7
_root.randoms.reel2status = 0;
_root.results.reel2result = 7;
Symbol 23 MovieClip Frame 8
_root.randoms.reel2status = 0;
_root.results.reel2result = 8;
Symbol 23 MovieClip Frame 9
_root.randoms.reel2status = 0;
_root.results.reel2result = 9;
Symbol 23 MovieClip Frame 10
_root.randoms.reel2status = 0;
_root.results.reel2result = 0;
Symbol 23 MovieClip Frame 50
_root.randoms.reel2status = 1;
Symbol 23 MovieClip Frame 100
result = _root.mr[1];
if (10 < result) {
result = lastReel;
}
_root.reel3.lastReel = result;
gotoAndStop(result);
Symbol 24 MovieClip Frame 1
_root.randoms.reel3status = 0;
_root.results.reel3result = 1;
stop();
Symbol 24 MovieClip Frame 2
_root.randoms.reel3status = 0;
_root.results.reel3result = 2;
Symbol 24 MovieClip Frame 3
_root.randoms.reel3status = 0;
_root.results.reel3result = 3;
Symbol 24 MovieClip Frame 4
_root.randoms.reel3status = 0;
_root.results.reel3result = 4;
Symbol 24 MovieClip Frame 5
_root.randoms.reel3status = 0;
_root.results.reel3result = 5;
Symbol 24 MovieClip Frame 6
_root.randoms.reel3status = 0;
_root.results.reel3result = 6;
Symbol 24 MovieClip Frame 7
_root.randoms.reel3status = 0;
_root.results.reel3result = 7;
Symbol 24 MovieClip Frame 8
_root.randoms.reel3status = 0;
_root.results.reel3result = 8;
Symbol 24 MovieClip Frame 9
_root.randoms.reel3status = 0;
_root.results.reel3result = 9;
Symbol 24 MovieClip Frame 10
_root.randoms.reel3status = 0;
_root.results.reel3result = 0;
Symbol 24 MovieClip Frame 50
_root.randoms.reel3status = 1;
Symbol 24 MovieClip Frame 110
result = _root.mr[2];
if (10 < result) {
result = lastReel;
}
gotoAndStop(result);
Symbol 28 MovieClip Frame 1
stop();
Symbol 28 MovieClip Frame 10
if ((reel1result == reel2result) and (reel2result == reel3result)) {
gotoAndPlay (20);
} else if ((reel1result == reel2result) and (scoredone == "No")) {
_root.credit = _root.credit + 10;
scoredone = "yes";
}
if (_root.credit == 0) {
}
Symbol 28 MovieClip Frame 12
gotoAndStop (1);
Symbol 28 MovieClip Frame 20
if (reel1result == 1) {
_root.credit = _root.credit + 300;
} else if ((((reel1result == 7) or (reel1result == 3)) or (reel1result == 4)) or (reel1result == 8)) {
_root.credit = _root.credit + 50;
} else if (((reel1result == 9) or (reel1result == 0)) or (reel1result == 2)) {
_root.credit = _root.credit + 100;
} else if ((reel1result == 5) or (reel1result == 6)) {
_root.credit = _root.credit + 200;
}
if (reel1result == 1) {
with (_root.strip2 and _root.strip1) {
gotoAndPlay(100);
}
} else if (reel1result == 2) {
with (_root.strip2) {
gotoAndPlay(20);
}
} else if (reel1result == 3) {
with (_root.strip1) {
gotoAndPlay(20);
}
} else if (reel1result == 4) {
with (_root.strip1) {
gotoAndPlay(30);
}
} else if (reel1result == 5) {
with (_root.strip2) {
gotoAndPlay(30);
}
} else if (reel1result == 6) {
with (_root.strip2) {
gotoAndPlay(40);
}
} else if (reel1result == 7) {
with (_root.strip1) {
gotoAndPlay(10);
}
} else if (reel1result == 8) {
with (_root.strip1) {
gotoAndPlay(40);
}
} else if (reel1result == 9) {
with (_root.strip1) {
gotoAndPlay(50);
}
} else if (reel1result == 0) {
with (_root.strip2) {
gotoAndPlay(10);
}
}
Symbol 32 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 8
if (((reel1status == 0) and (reel2status == 0)) and (reel3status == 0)) {
with (_root.playButton) {
gotoAndPlay(1);
}
gotoAndPlay (10);
}
Symbol 32 MovieClip Frame 9
if (((reel1status == 0) and (reel2status == 0)) and (reel3status == 0)) {
with (_root.playButton) {
gotoAndPlay(1);
}
gotoAndPlay (10);
} else {
gotoAndPlay (8);
}
Symbol 32 MovieClip Frame 10
holddecide = int(random(5));
if (holddecide == 3) {
with (_root.hold1) {
gotoAndPlay(1);
}
with (_root.hold2) {
gotoAndPlay(1);
}
with (_root.hold3) {
gotoAndPlay(1);
}
}
nudgedecide = int(random(5));
if (nudgedecide == 3) {
with (_root.nudge1) {
gotoAndPlay(1);
}
with (_root.nudge2) {
gotoAndPlay(1);
}
with (_root.nudge3) {
gotoAndPlay(1);
}
_root.nudger.count = 3;
}
with (_root.results) {
gotoAndPlay(10);
}
Symbol 35 Button
on (release) {
_root.results.scoredone = "No";
if (_root.results.reel1result == 10) {
with (_root.reel1) {
gotoAndStop(1);
}
} else {
with (_root.reel1) {
gotoAndStop(_root.results.reel1result + 1);
}
}
_root.nudger.count = _root.nudger.count - 1;
if (_root.nudger.count == 0) {
_root.stopNudges();
}
with (_root.results) {
gotoAndPlay(10);
}
}
Symbol 38 Button
on (release) {
gotoAndStop (1);
}
Symbol 42 MovieClip Frame 5
gotoAndPlay (1);
Symbol 43 Button
on (release) {
_root.results.scoredone = "No";
if (_root.results.reel2result == 10) {
with (_root.reel2) {
gotoAndStop(1);
}
} else {
with (_root.reel2) {
gotoAndStop(_root.results.reel2result + 1);
}
}
_root.nudger.count = _root.nudger.count - 1;
if (_root.nudger.count == 0) {
_root.stopNudges();
}
with (_root.results) {
gotoAndPlay(10);
}
}
Symbol 44 Button
on (release) {
gotoAndStop (1);
}
Symbol 45 MovieClip Frame 5
gotoAndPlay (1);
Symbol 46 Button
on (release) {
_root.results.scoredone = "yes";
if (_root.results.reel3result == 10) {
with (_root.reel3) {
gotoAndStop(1);
}
} else {
with (_root.reel3) {
gotoAndStop(_root.results.reel3result + 1);
}
}
_root.nudger.count = _root.nudger.count - 1;
if (_root.nudger.count == 0) {
_root.stopNudges();
}
with (_root.results) {
gotoAndPlay(10);
}
}
Symbol 47 Button
on (release) {
gotoAndStop (1);
}
Symbol 48 MovieClip Frame 5
gotoAndPlay (1);
Symbol 50 MovieClip Frame 1
if (count < 1) {
with (_root.nudge1) {
gotoAndStop(20);
}
with (_root.nudge2) {
gotoAndStop(20);
}
with (_root.nudge3) {
gotoAndStop(20);
}
}
Symbol 50 MovieClip Frame 2
if (count < 1) {
with (_root.nudge1) {
gotoAndStop(20);
}
with (_root.nudge2) {
gotoAndStop(20);
}
with (_root.nudge3) {
gotoAndStop(20);
}
}
Symbol 51 Button
on (release) {
range = random(5) + 1;
range2 = random(7) + 1;
if (4 < random(10)) {
trace("good");
_root.mr = [random(range2) + range, random(range2) + range, random(range2) + range];
} else {
_root.mr = [random(10) + 1, random(10) + 1, random(10) + 1];
}
if ((random(1500) == 1) || (millionare == true)) {
_root.mr = [10, 10, 10];
millionare = true;
if (random(100) == 1) {
millionare = false;
}
}
if (random(1500) == 1) {
_root.mr = [1, 1, 1];
}
trace(_root.mr);
with (_root.spinner) {
play();
}
with (_root.randoms) {
gotoAndPlay(2);
}
with (_root.results) {
gotoAndStop(1);
}
_root.credit = _root.credit - 10;
_root.results.scoredone = "No";
_root.stopNudges();
gotoAndStop (10);
}
Symbol 60 MovieClip Frame 5
gotoAndPlay (1);
Symbol 60 MovieClip Frame 10
stop();
Symbol 64 MovieClip Frame 1
stop();
Symbol 64 MovieClip Frame 2
if (_root.globals.reel1hold == 0) {
with (_root.reel1) {
gotoAndPlay(50);
}
}
if (_root.globals.reel2hold == 0) {
with (_root.reel2) {
gotoAndPlay(50);
}
}
if (_root.globals.reel3hold == 0) {
with (_root.reel3) {
gotoAndPlay(50);
}
}
with (_root.hold1) {
gotoAndStop(20);
}
with (_root.hold2) {
gotoAndStop(20);
}
with (_root.hold3) {
gotoAndStop(20);
}
_root.globals.reel1hold = 0;
_root.globals.reel2hold = 0;
_root.globals.reel3hold = 0;
Symbol 65 Button
on (release) {
gotoAndStop (10);
}
Symbol 68 Button
on (release) {
gotoAndStop (1);
}
Symbol 69 MovieClip Frame 1
_root.globals.reel1hold = 0;
Symbol 69 MovieClip Frame 5
gotoAndPlay (1);
Symbol 69 MovieClip Frame 10
_root.globals.reel1hold = 1;
Symbol 70 Button
on (release) {
gotoAndStop (10);
}
Symbol 71 Button
on (release) {
gotoAndStop (1);
}
Symbol 72 MovieClip Frame 1
_root.globals.reel2hold = 0;
Symbol 72 MovieClip Frame 5
gotoAndPlay (1);
Symbol 72 MovieClip Frame 10
_root.globals.reel2hold = 1;
Symbol 73 Button
on (release) {
gotoAndStop (10);
}
Symbol 74 Button
on (release) {
gotoAndStop (1);
}
Symbol 75 MovieClip Frame 1
_root.globals.reel3hold = 0;
Symbol 75 MovieClip Frame 5
gotoAndPlay (1);
Symbol 75 MovieClip Frame 10
_root.globals.reel3hold = 1;
Symbol 77 MovieClip Frame 1
reel1hold = 0;
reel2hold = 0;
reel3hold = 0;
Symbol 77 MovieClip Frame 2
stop();
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 19
gotoAndStop (1);
Symbol 83 MovieClip Frame 29
gotoAndStop (1);
Symbol 83 MovieClip Frame 39
gotoAndStop (1);
Symbol 83 MovieClip Frame 49
gotoAndStop (1);
Symbol 83 MovieClip Frame 59
gotoAndStop (1);
Symbol 90 Button
on (release) {
gotoAndPlay (1);
}