Frame 1
cash = 1000;
band = 1;
tvshow = 0;
dressup3 = 0;
stripper = 0;
lives = 5;
finished = 0;
stop();
Frame 20
cash = 1000;
band = 1;
tvshow = 0;
dressup3 = 0;
stripper = 0;
lives = 5;
finished = 0;
Frame 81
gotoAndPlay (83);
Frame 83
band = 1;
cash = 1000;
thing = 1;
Frame 87
cash = 1000;
band = 1;
tvshow = 0;
dressup3 = 0;
stripper = 0;
lives = 5;
finished = 0;
Frame 158
stopAllSounds();
Frame 159
Frame 182
stop();
Frame 184
if (_root.lives <= 0) {
gotoAndStop (605);
}
stop();
Instance of Symbol 464 MovieClip in Frame 184
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dwarf.hit_area) and (_global.pool_front == true)) {
_root.pool.swapDepths(_root.dwarf);
_global.pool_front = false;
}
}
Instance of Symbol 466 MovieClip in Frame 184
onClipEvent (load) {
this._visible = 0;
_global.pool_front = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dwarf.hit_area) and (_global.pool_front == false)) {
_root.pool.swapDepths(_root.dwarf);
_global.pool_front = true;
}
}
Instance of Symbol 466 MovieClip in Frame 184
onClipEvent (load) {
this._visible = 0;
_global.pool_front = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dwarf.hit_area) and (_global.pool_front == false)) {
_root.pool.swapDepths(_root.dwarf);
_global.pool_front = true;
}
}
Instance of Symbol 464 MovieClip in Frame 184
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dwarf.hit_area) and (_global.pool_front == true)) {
_root.pool.swapDepths(_root.dwarf);
_global.pool_front = false;
}
}
Instance of Symbol 466 MovieClip in Frame 184
onClipEvent (load) {
this._visible = 0;
_global.sofa_front = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dwarf.hit_area) and (_global.sofa_front == false)) {
_root.sofa.swapDepths(_root.dwarf);
_global.sofa_front = true;
}
}
Instance of Symbol 466 MovieClip in Frame 184
onClipEvent (load) {
this._visible = 0;
_global.sofa_front = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dwarf.hit_area) and (_global.sofa_front == false)) {
_root.sofa.swapDepths(_root.dwarf);
_global.sofa_front = true;
}
}
Instance of Symbol 464 MovieClip in Frame 184
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dwarf.hit_area) and (_global.sofa_front == true)) {
_root.sofa.swapDepths(_root.dwarf);
_global.sofa_front = false;
}
}
Instance of Symbol 464 MovieClip in Frame 184
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dwarf.hit_area) and (_global.sofa_front == true)) {
_root.sofa.swapDepths(_root.dwarf);
_global.sofa_front = false;
}
}
Instance of Symbol 466 MovieClip in Frame 184
onClipEvent (load) {
this._visible = 0;
_global.sofa1_front = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dwarf.hit_area) and (_global.sofa1_front == false)) {
_root.sofa1.swapDepths(_root.dwarf);
_global.sofa1_front = true;
}
}
Instance of Symbol 466 MovieClip in Frame 184
onClipEvent (load) {
this._visible = 0;
_global.sofa1_front = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dwarf.hit_area) and (_global.sofa1_front == false)) {
_root.sofa1.swapDepths(_root.dwarf);
_global.sofa1_front = true;
}
}
Instance of Symbol 464 MovieClip in Frame 184
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dwarf.hit_area) and (_global.sofa1_front == true)) {
_root.sofa1.swapDepths(_root.dwarf);
_global.sofa1_front = false;
}
}
Instance of Symbol 464 MovieClip in Frame 184
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dwarf.hit_area) and (_global.sofa1_front == true)) {
_root.sofa1.swapDepths(_root.dwarf);
_global.sofa1_front = false;
}
}
Instance of Symbol 522 MovieClip in Frame 184
onClipEvent (enterFrame) {
if (this.hitTest(_root.dwarf)) {
_root.pool3.gotoAndPlay("2");
}
}
Instance of Symbol 527 MovieClip in Frame 184
onClipEvent (enterFrame) {
if (this.hitTest(_root.dwarf)) {
_root.slot1.gotoAndPlay("2");
}
}
Instance of Symbol 594 MovieClip "dwarf" in Frame 184
onClipEvent (load) {
_global.in_transit = false;
_global.in_attack_mode = false;
_global.dwarf_health = 40;
}
onClipEvent (mouseDown) {
x_new_pos = _root._xmouse;
y_new_pos = _root._ymouse;
_global.in_transit = true;
}
onClipEvent (enterFrame) {
_root.healthbar.gotoAndStop(Math.round(_global.dwarf_health));
if (_global.dwarf_health <= 0) {
_root.alert_message = "You died, but we'll let you roam around";
}
if ((_global.in_transit == true) and (_global.aim == "up_and_left")) {
if ((((this._y > y_new_pos) and (this._x > x_new_pos)) and (_global.aim == "up_and_left")) and (turn == 1)) {
this.gotoAndStop("walking_left_back");
this._x = this._x - 5;
this._y = this._y - 3;
} else if ((this._x > x_new_pos) and (_global.aim == "up_and_left")) {
turn = 2;
this.gotoAndStop("walking_left");
this._x = this._x - 5;
this._y = this._y + 3;
} else {
_global.aim = "";
_global.in_transit = false;
}
}
if ((_global.in_transit == true) and (_global.aim == "down_and_left")) {
if (((this._x > x_new_pos) and (_global.aim == "down_and_left")) and (turn == 1)) {
this.gotoAndStop("walking_left");
this._x = this._x - 5;
this._y = this._y + 3;
} else {
_global.aim = "";
_global.in_transit = false;
}
}
if ((_global.in_transit == true) and (_global.aim == "down_and_right")) {
if ((((this._y < y_new_pos) and (this._x < x_new_pos)) and (_global.aim == "down_and_right")) and (turn == 1)) {
this.gotoAndStop("walking_right");
this._x = this._x + 5;
this._y = this._y + 3;
} else {
_global.aim = "";
_global.in_transit = false;
}
}
if ((_global.in_transit == true) and (_global.aim == "up_and_right")) {
if (((this._x < x_new_pos) and (_global.aim == "up_and_right")) and (turn == 1)) {
this.gotoAndStop("walking_right_back");
this._x = this._x + 5;
this._y = this._y - 3;
} else {
_global.aim = "";
_global.in_transit = false;
}
}
if (_global.in_transit == false) {
if ((_root._xmouse >= this._x) and (_root._ymouse >= this._y)) {
this.gotoAndStop("still_right");
_global.aim = "down_and_right";
turn = 1;
}
if ((_root._xmouse < this._x) and (_root._ymouse >= this._y)) {
this.gotoAndStop("still_left");
_global.aim = "down_and_left";
turn = 1;
}
if ((_root._xmouse >= this._x) and (_root._ymouse < this._y)) {
this.gotoAndStop("still_right_back");
_global.aim = "up_and_right";
turn = 1;
}
if ((_root._xmouse < this._x) and (_root._ymouse < this._y)) {
this.gotoAndStop("still_left_back");
_global.aim = "up_and_left";
turn = 1;
}
if (_global.dwarf_health < 40) {
_global.dwarf_health = _global.dwarf_health + 0.1;
}
}
if (_root.last_key_typed == 32) {
if ((_root._xmouse >= this._x) and (_root._ymouse >= this._y)) {
_global.in_transit = true;
this.gotoAndStop("jumping_right");
_global.aim = "";
_root.last_key_typed = "";
_global.in_attack_mode = true;
}
if ((_root._xmouse < this._x) and (_root._ymouse >= this._y)) {
_global.in_transit = true;
this.gotoAndStop("jumping_left");
_global.aim = "";
_root.last_key_typed = "";
_global.in_attack_mode = true;
}
if ((_root._xmouse >= this._x) and (_root._ymouse < this._y)) {
_global.in_transit = true;
this.gotoAndStop("jumping_right_back");
_global.aim = "";
_root.last_key_typed = "";
_global.in_attack_mode = true;
}
if ((_root._xmouse < this._x) and (_root._ymouse < this._y)) {
_global.in_transit = true;
this.gotoAndStop("jumping_left_back");
_global.aim = "";
_root.last_key_typed = "";
_global.in_attack_mode = true;
}
}
}
Frame 186
winnings = 0;
bet = 0;
Instance of Symbol 616 MovieClip "prize" in Frame 186
onClipEvent (load) {
scoredone = 0;
}
onClipEvent (enterFrame) {
if ((((_parent.roller1.coder.stoppedroll == 1) && (_parent.roller2.coder.stoppedroll == 1)) && (_parent.roller3.coder.stoppedroll == 1)) && (scoredone == 0)) {
scoredone = 1;
if (((_parent.roller1.tester.item == 1) && (_parent.roller2.tester.item == 1)) && (_parent.roller3.tester.item >= 0)) {
_parent.winnings = _parent.bet * 10;
_parent.cash = _parent.cash + _parent.winnings;
trace("winlamp");
}
if (((_parent.roller1.tester.item == 1) && (_parent.roller2.tester.item == 1)) && (_parent.roller3.tester.item == 1)) {
_parent.winnings = _parent.bet * 30;
_parent.cash = _parent.cash + _parent.winnings;
trace("winlamp");
}
if (((_parent.roller1.tester.item == 2) && (_parent.roller2.tester.item == 2)) && (_parent.roller3.tester.item >= 0)) {
_parent.winnings = _parent.bet * 10;
_parent.cash = _parent.cash + _parent.winnings;
trace("winbar");
}
if (((_parent.roller1.tester.item == 2) && (_parent.roller2.tester.item == 2)) && (_parent.roller3.tester.item == 2)) {
_parent.winnings = _parent.bet * 40;
_parent.cash = _parent.cash + _parent.winnings;
trace("winbar");
}
if (((_parent.roller1.tester.item == 3) && (_parent.roller2.tester.item == 3)) && (_parent.roller3.tester.item >= 0)) {
_parent.winnings = _parent.bet * 10;
_parent.cash = _parent.cash + _parent.winnings;
trace("wincash");
}
if (((_parent.roller1.tester.item == 3) && (_parent.roller2.tester.item == 3)) && (_parent.roller3.tester.item == 3)) {
_parent.winnings = _parent.bet * 50;
_parent.cash = _parent.cash + _parent.winnings;
trace("wincash");
}
if (((_parent.roller1.tester.item == 4) && (_parent.roller2.tester.item == 4)) && (_parent.roller3.tester.item >= 0)) {
_parent.winnings = _parent.bet * 10;
_parent.cash = _parent.cash + _parent.winnings;
trace("winseven");
}
if (((_parent.roller1.tester.item == 4) && (_parent.roller2.tester.item == 4)) && (_parent.roller3.tester.item == 4)) {
_parent.winnings = _parent.bet * 60;
_parent.cash = _parent.cash + _parent.winnings;
trace("winseven");
}
if (((_parent.roller1.tester.item == 5) && (_parent.roller2.tester.item == 5)) && (_parent.roller3.tester.item >= 0)) {
_parent.winnings = _parent.bet * 10;
_parent.cash = _parent.cash + _parent.winnings;
trace("wingem");
}
if (((_parent.roller1.tester.item == 5) && (_parent.roller2.tester.item == 5)) && (_parent.roller3.tester.item == 5)) {
_parent.winnings = _parent.bet * 70;
_parent.cash = _parent.cash + _parent.winnings;
trace("wingem");
}
if (((_parent.roller1.tester.item == 6) && (_parent.roller2.tester.item == 6)) && (_parent.roller3.tester.item >= 0)) {
_parent.winnings = _parent.bet * 10;
_parent.cash = _parent.cash + _parent.winnings;
trace("wingun");
}
if (((_parent.roller1.tester.item == 6) && (_parent.roller2.tester.item == 6)) && (_parent.roller3.tester.item == 6)) {
_parent.winnings = _parent.bet * 80;
_parent.cash = _parent.cash + _parent.winnings;
trace("wingun");
}
if (((_parent.roller1.tester.item == 7) && (_parent.roller2.tester.item == 7)) && (_parent.roller3.tester.item >= 0)) {
_parent.winnings = _parent.bet * 10;
_parent.cash = _parent.cash + _parent.winnings;
trace("winchest");
}
if (((_parent.roller1.tester.item == 7) && (_parent.roller2.tester.item == 7)) && (_parent.roller3.tester.item == 7)) {
_parent.winnings = _parent.bet * 250;
_parent.cash = _parent.cash + _parent.winnings;
trace("winchest");
}
}
}
Instance of Symbol 636 MovieClip "cash" in Frame 186
onClipEvent (load) {
itemtype = 2;
}
Instance of Symbol 699 MovieClip "lamp" in Frame 186
onClipEvent (load) {
itemtype = 4;
}
Instance of Symbol 702 MovieClip "gem" in Frame 186
onClipEvent (load) {
itemtype = 3;
}
Instance of Symbol 371 MovieClip "seven" in Frame 186
onClipEvent (load) {
itemtype = 1;
}
Instance of Symbol 705 MovieClip "bar" in Frame 186
onClipEvent (load) {
itemtype = 5;
}
Instance of Symbol 622 MovieClip "gun" in Frame 186
onClipEvent (load) {
itemtype = 6;
}
Instance of Symbol 645 MovieClip "chest" in Frame 186
onClipEvent (load) {
itemtype = 7;
}
Instance of Symbol 636 MovieClip "cash" in Frame 186
onClipEvent (load) {
itemtype = 2;
}
Instance of Symbol 699 MovieClip "lamp" in Frame 186
onClipEvent (load) {
itemtype = 4;
}
Instance of Symbol 702 MovieClip "gem" in Frame 186
onClipEvent (load) {
itemtype = 3;
}
Instance of Symbol 371 MovieClip "seven" in Frame 186
onClipEvent (load) {
itemtype = 1;
}
Instance of Symbol 705 MovieClip "bar" in Frame 186
onClipEvent (load) {
itemtype = 5;
}
Instance of Symbol 622 MovieClip "gun" in Frame 186
onClipEvent (load) {
itemtype = 6;
}
Instance of Symbol 645 MovieClip "chest" in Frame 186
onClipEvent (load) {
itemtype = 7;
}
Instance of Symbol 636 MovieClip "cash" in Frame 186
onClipEvent (load) {
itemtype = 2;
}
Instance of Symbol 699 MovieClip "lamp" in Frame 186
onClipEvent (load) {
itemtype = 4;
}
Instance of Symbol 702 MovieClip "gem" in Frame 186
onClipEvent (load) {
itemtype = 3;
}
Instance of Symbol 371 MovieClip "seven" in Frame 186
onClipEvent (load) {
itemtype = 1;
}
Instance of Symbol 705 MovieClip "bar" in Frame 186
onClipEvent (load) {
itemtype = 5;
}
Instance of Symbol 622 MovieClip "gun" in Frame 186
onClipEvent (load) {
itemtype = 6;
}
Instance of Symbol 645 MovieClip "chest" in Frame 186
onClipEvent (load) {
itemtype = 7;
}
Frame 188
gotoAndPlay (104);
Frame 190
function ballMove() {
this.vx = this.vx * DAMP;
this.vy = this.vy * DAMP;
this._x = this._x + this.vx;
this._y = this._y + this.vy;
if (this._x > RIGHT) {
this._x = RIGHT;
this.vx = this.vx * BOUNCE;
} else if (this._x < LEFT) {
this._x = LEFT;
this.vx = this.vx * BOUNCE;
}
if (this._y > BOTTOM) {
this._y = BOTTOM;
this.vy = this.vy * BOUNCE;
} else if (this._y < TOP) {
this._y = TOP;
this.vy = this.vy * BOUNCE;
}
if (holes_mc.hitTest(this._x, this._y, true)) {
this._x = 10000;
this._y = Math.random() * 10000;
delete this.onEnterFrame;
if (whiteBall_mc._x == 10000) {
trace("success");
whiteBall_mc._x = 411;
whiteBall_mc._y = 211;
pool_score = pool_score - 100;
} else {
balls_potted = balls_potted + 1;
pool_s = pool_timed * 4;
pool_score = pool_score + pool_s;
}
if (balls_potted == 6) {
gotoAndStop (184);
}
}
if (pool_timed == 0) {
gotoAndStop (2);
}
this.shadow._x = this._x;
this.shadow._y = this._y;
this.speed = Math.sqrt((this.vx * this.vx) + (this.vy * this.vy));
if (this.speed < MINSPEED) {
this.vx = 0;
this.vy = 0;
delete this.onEnterFrame;
}
}
function aim() {
var _local3 = whiteBall_mc._x - _xmouse;
var _local2 = whiteBall_mc._y - _ymouse;
angle = Math.atan2(_local2, _local3);
this._rotation = (angle * 180) / Math.PI;
this._x = _xmouse;
this._y = _ymouse;
tableShadow_mc._x = this._x - 5;
tableShadow_mc._y = this._y + 5;
tableShadow_mc._rotation = this._rotation;
floorShadow_mc._x = this._x - 20;
floorShadow_mc._y = this._y + 20;
floorShadow_mc._rotation = this._rotation;
}
function shoot() {
var _local3 = whiteBall_mc._x - _xmouse;
var _local2 = whiteBall_mc._y - _ymouse;
var _local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2));
this._x = whiteBall_mc._x - (Math.cos(angle) * _local4);
this._y = whiteBall_mc._y - (Math.sin(angle) * _local4);
this.vx = this._x - this.oldx;
this.vy = this._y - this.oldy;
this.oldx = this._x;
this.oldy = this._y;
_local3 = whiteBall_mc._x - this._x;
_local2 = whiteBall_mc._y - this._y;
_local4 = Math.sqrt((_local3 * _local3) + (_local2 * _local2));
if (_local4 < 80) {
whiteBall_mc.vx = this.vx;
whiteBall_mc.vy = this.vy;
whiteBall_mc.onEnterFrame = ballMove;
this.onEnterFrame = aim;
}
tableShadow_mc._x = this._x - 5;
tableShadow_mc._y = this._y + 5;
tableShadow_mc._rotation = this._rotation;
floorShadow_mc._x = this._x - 20;
floorShadow_mc._y = this._y + 20;
floorShadow_mc._rotation = this._rotation;
}
function checkCollision() {
var _local13 = balls.length;
var _local11 = 0;
while (_local11 < (_local13 - 1)) {
ball1_mc = balls[_local11];
var _local5 = _local11 + 1;
while (_local5 < _local13) {
ball2_mc = balls[_local5];
var _local4 = ball1_mc._x - ball2_mc._x;
var _local3 = ball1_mc._y - ball2_mc._y;
var _local12 = Math.sqrt((_local4 * _local4) + (_local3 * _local3));
if (_local12 < BALL_DIAMETER) {
var _local6 = Math.atan2(_local3, _local4);
var _local2 = Math.cos(_local6);
var _local1 = Math.sin(_local6);
ball1_mc._x = ball2_mc._x + (_local2 * BALL_DIAMETER);
ball1_mc._y = ball2_mc._y + (_local1 * BALL_DIAMETER);
var _local8 = (_local2 * ball1_mc.vx) + (_local1 * ball1_mc.vy);
var _local9 = (_local2 * ball1_mc.vy) - (_local1 * ball1_mc.vx);
var _local10 = (_local2 * ball2_mc.vx) + (_local1 * ball2_mc.vy);
var _local7 = (_local2 * ball2_mc.vy) - (_local1 * ball2_mc.vx);
ball1_mc.vx = (_local2 * _local10) - (_local1 * _local9);
ball1_mc.vy = (_local2 * _local9) + (_local1 * _local10);
ball2_mc.vx = (_local2 * _local8) - (_local1 * _local7);
ball2_mc.vy = (_local2 * _local7) + (_local1 * _local8);
ball1_mc.onEnterFrame = ballMove;
ball2_mc.onEnterFrame = ballMove;
}
_local5++;
}
_local11++;
}
}
stop();
var whitepot = true;
var pool_score = 0;
var pool_s = 0;
var balls_potted = 0;
var pool_timed = 100;
balls = [whiteBall_mc, redBall_mc, blueBall_mc, yellowBall_mc, purpleBall_mc, greenBall_mc, blackBall_mc];
for (i in balls) {
balls[i].vx = (balls[i].vy = 0);
}
shadows = [sh01, sh02, sh03, sh04, sh05, sh06, sh07];
i = 0;
while (i < 7) {
balls[i].shadow = shadows[i];
shadows[i]._x = balls[i]._x;
shadows[i]._y = balls[i]._y;
i++;
}
BALL_DIAMETER = 20;
BALL_RADIUS = BALL_DIAMETER / 2;
TOP = (table_mc._y - (table_mc._height / 2)) + BALL_RADIUS;
BOTTOM = (table_mc._y + (table_mc._height / 2)) - BALL_RADIUS;
LEFT = (table_mc._x - (table_mc._width / 2)) + BALL_RADIUS;
RIGHT = (table_mc._x + (table_mc._width / 2)) - BALL_RADIUS;
BOUNCE = -0.6;
DAMP = 0.98;
MINSPEED = 0.1;
onEnterFrame = checkCollision;
stick_mc.onEnterFrame = aim;
onMouseDown = function () {
var _local2 = whiteBall_mc._x - _xmouse;
var _local1 = whiteBall_mc._y - _ymouse;
var _local3 = Math.sqrt((_local2 * _local2) + (_local1 * _local1));
if (_local3 > 80) {
stick_mc.onEnterFrame = shoot;
}
};
onMouseUp = function () {
stick_mc.onEnterFrame = aim;
};
countDown = function () {
if (pool_timed > 0) {
pool_timed--;
}
if (pool_timed == 0) {
clearInterval(timer);
}
};
timer = setInterval(countdown, 1000);
Frame 193
stop();
attachMovie("explode", "explode", 1000000555);
attachMovie("welldone", "welldone", 100000000);
welldone._x = 134;
welldone._y = 155;
var i = 1;
while (i <= 4) {
attachMovie("spaces", "target" + i, i + 1);
this["target" + i]._y = 364 - ((i - 1) * 18);
this["target" + i]._x = 500;
this["target" + i].gotoAndStop(i);
this["target" + i]._alpha = 100;
i++;
}
var score1 = 0;
_root.score = score;
var combo = 0;
var arrowi = 0;
var arrows = 0;
var maxarrows = 10;
var timer = 0;
var maxtime = 0;
var maxscore = 0;
var poor1 = 0;
var good1 = 0;
var per1 = 0;
var arrowtype = 0;
var used = false;
var hit = 0;
var hitted = false;
onEnterFrame = function () {
if ((arrows < maxarrows) && (timer == maxtime)) {
attachMovie("arrowm", "arrow" + arrowi, 10000 - arrowi);
this["arrow" + arrowi].arrowtype = random(4);
this["arrow" + arrowi]._y = 364 - (this["arrow" + arrowi].arrowtype * 18);
this["arrow" + arrowi]._x = 16;
this["arrow" + arrowi]._alpha = 0;
this["arrow" + arrowi].gotoAndStop(this["arrow" + arrowi].arrowtype + 1);
this["arrow" + arrowi].used = false;
trace("arrowsi = " + arrowi);
trace("arrows = " + arrows);
trace("type" + arrowtype);
arrows++;
arrowi++;
timer = 0;
maxtime = random(30) + 12;
} else {
timer++;
}
var _local3 = 0;
var _local2 = 0;
while (_local2 < arrowi) {
if (this.arrow9.hitTest(endtest)) {
gotoAndStop (119);
}
if (!this["arrow" + _local2].hitted) {
if (this["arrow" + _local2].hitTest(line)) {
this["arrow" + _local2].hitted = true;
hit = hit + 1;
}
}
if (((hit == 10) && (this["arrow" + _local2].hitted == true)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) {
gotoAndStop (119);
}
this["arrow" + _local2]._x = this["arrow" + _local2]._x + 10;
if (((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x < 517)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x > 500)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) {
score1 = score1 + (100 + (10 * combo));
combo = combo + 1;
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
welldone.gotoAndStop(2);
trace(_12);
trace("HIT");
this["arrow" + _local2].used = true;
per1 = per1 + 1;
} else if ((((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x < 500)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x >= 483)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) || (((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x > 517)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x <= 525)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1))))) {
score1 = score1 + (100 + (5 * combo));
combo = combo + 1;
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
welldone.gotoAndStop(3);
trace("NEARLY");
this["arrow" + _local2].used = true;
good1 = good1 + 1;
} else if ((((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x < 483)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x >= 465)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) || (((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x > 525)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x <= 534)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1))))) {
score1 = score1 + 100;
combo = 0;
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
welldone.gotoAndStop(4);
trace("SHIT");
this["arrow" + _local2].used = true;
poor1 = poor1 + 1;
}
if (this["arrow" + _local2].used == true) {
gotoAndStop (119);
}
if ((this["arrow" + _local2].used == true) && (this["arrow" + _local2]._alpha > 0)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha - 10;
}
if ((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._alpha < 100)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha + 10;
}
if (this["arrow" + _local2]._y <= (-this["arrow" + _local2]._height)) {
removeMovieClip(this["arrow" + _local2]);
}
_local2++;
_local3++;
}
};
Frame 194
stop();
attachMovie("explode", "explode", 1000000555);
var score2 = 0;
var combo = 0;
var arrowi = 0;
var arrows = 0;
var maxarrows = 28;
var timer = 0;
var maxtime = 0;
var arrowtype = 0;
var used = false;
var hit = 0;
var hitted = false;
onEnterFrame = function () {
if ((arrows < maxarrows) && (timer == maxtime)) {
attachMovie("arrowO", "arrow" + arrowi, 10000 - arrowi);
this["arrow" + arrowi].arrowtype = random(4);
this["arrow" + arrowi]._y = 364 - (this["arrow" + arrowi].arrowtype * 18);
this["arrow" + arrowi]._x = 16;
this["arrow" + arrowi]._alpha = 0;
this["arrow" + arrowi].gotoAndStop(this["arrow" + arrowi].arrowtype + 1);
this["arrow" + arrowi].used = false;
trace("arrowsi = " + arrowi);
trace("arrows = " + arrows);
trace("type" + arrowtype);
arrows++;
arrowi++;
timer = 0;
maxtime = random(15) + 6;
} else {
timer++;
}
var _local2 = 0;
while (_local2 < arrowi) {
if (this.arrow27.hitTest(endtest)) {
gotoAndStop (120);
}
if (this["arrow" + _local2].hitTest(block)) {
score2 = score2 + 1;
if (this.arrow27.hitTest(block)) {
gotoAndStop (120);
}
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
}
this["arrow" + _local2]._x = this["arrow" + _local2]._x + 20;
if ((this["arrow" + _local2].used == true) && (this["arrow" + _local2]._alpha > 0)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha - 10;
}
if ((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._alpha < 100)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha + 10;
}
if (this["arrow" + _local2]._y <= (-this["arrow" + _local2]._height)) {
removeMovieClip(this["arrow" + _local2]);
}
_local2++;
}
};
Instance of Symbol 74 MovieClip [bound1] "bound1" in Frame 194
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block._y = _root.block._y + 13;
}
}
Instance of Symbol 72 MovieClip [bound2] "bound2" in Frame 194
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block._y = _root.block._y - 13;
}
}
Instance of Symbol 70 MovieClip [block] "block" in Frame 194
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - 13;
}
if (Key.isDown(40)) {
this._y = this._y + 13;
}
}
Frame 195
stop();
attachMovie("explode", "explode", 1000000555);
attachMovie("welldone", "welldone", 100000000);
welldone._x = 134;
welldone._y = 155;
var i = 1;
while (i <= 4) {
attachMovie("spaces", "target" + i, i + 1);
this["target" + i]._y = 364 - ((i - 1) * 18);
this["target" + i]._x = 500;
this["target" + i].gotoAndStop(i);
this["target" + i]._alpha = 100;
i++;
}
var score3 = 0;
var combo = 0;
var arrowi = 0;
var arrows = 0;
var maxarrows = 36;
var timer = 0;
var maxtime = 0;
var poor3 = 0;
var good3 = 0;
var per3 = 0;
var arrowtype = 0;
var used = false;
var hit = 0;
var hitted = false;
onEnterFrame = function () {
if ((arrows < maxarrows) && (timer == maxtime)) {
attachMovie("arrowP", "arrow" + arrowi, 10000 - arrowi);
this["arrow" + arrowi].arrowtype = random(4);
this["arrow" + arrowi]._y = 364 - (this["arrow" + arrowi].arrowtype * 18);
this["arrow" + arrowi]._x = 16;
this["arrow" + arrowi]._alpha = 0;
this["arrow" + arrowi].gotoAndStop(this["arrow" + arrowi].arrowtype + 1);
this["arrow" + arrowi].used = false;
trace("arrowsi = " + arrowi);
trace("arrows = " + arrows);
trace("type" + arrowtype);
arrows++;
arrowi++;
timer = 0;
maxtime = random(25) + 1;
} else {
timer++;
}
var _local2 = 0;
while (_local2 < arrowi) {
if (this.arrow35.hitTest(endtest)) {
gotoAndStop (121);
}
if (!this["arrow" + _local2].hitted) {
if (this["arrow" + _local2].hitTest(line)) {
this["arrow" + _local2].hitted = true;
hit = hit + 1;
}
}
if (((hit == 35) && (this["arrow" + _local2].hitted == true)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) {
gotoAndStop (121);
}
this["arrow" + _local2]._x = this["arrow" + _local2]._x + 15;
if (((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x < 517)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x > 500)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) {
score3 = score3 + (100 + (10 * combo));
combo = combo + 1;
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
welldone.gotoAndStop(2);
trace(_12);
trace("HIT");
this["arrow" + _local2].used = true;
per3 = per3 + 1;
} else if ((((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x < 500)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x >= 483)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) || (((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x > 517)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x <= 525)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1))))) {
score3 = score3 + (100 + (5 * combo));
combo = combo + 1;
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
welldone.gotoAndStop(3);
trace("NEARLY");
this["arrow" + _local2].used = true;
good3 = good3 + 1;
} else if ((((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x < 483)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x >= 469)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) || (((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x > 525)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x <= 534)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1))))) {
score3 = score3 + 100;
combo = 0;
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
welldone.gotoAndStop(4);
trace("SHIT");
this["arrow" + _local2].used = true;
poor3 = poor3 + 1;
}
if ((this["arrow" + _local2].used == true) && (this["arrow" + _local2]._alpha > 0)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha - 10;
}
if ((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._alpha < 100)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha + 10;
}
if (this["arrow" + _local2]._y <= (-this["arrow" + _local2]._height)) {
removeMovieClip(this["arrow" + _local2]);
}
_local2++;
}
};
Frame 196
stop();
attachMovie("explode", "explode", 1000000555);
var score4 = 0;
var combo = 0;
var arrowi = 0;
var arrows = 0;
var maxarrows = 36;
var timer = 0;
var maxtime = 0;
var arrowtype = 0;
var used = false;
var hit = 0;
var hitted = false;
onEnterFrame = function () {
if ((arrows < maxarrows) && (timer == maxtime)) {
attachMovie("arrowLB", "arrow" + arrowi, 10000 - arrowi);
this["arrow" + arrowi].arrowtype = random(4);
this["arrow" + arrowi]._y = 364 - (this["arrow" + arrowi].arrowtype * 18);
this["arrow" + arrowi]._x = 16;
this["arrow" + arrowi]._alpha = 0;
this["arrow" + arrowi].gotoAndStop(this["arrow" + arrowi].arrowtype + 1);
this["arrow" + arrowi].used = false;
trace("arrowsi = " + arrowi);
trace("arrows = " + arrows);
trace("type" + arrowtype);
arrows++;
arrowi++;
timer = 0;
maxtime = random(20) + 1;
} else {
timer++;
}
var _local2 = 0;
while (_local2 < arrowi) {
if (this.arrow35.hitTest(endtest)) {
gotoAndStop (122);
}
if (this["arrow" + _local2].hitTest(block)) {
score4 = score4 + 1;
if (this.arrow35.hitTest(block)) {
gotoAndStop (122);
}
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
}
this["arrow" + _local2]._x = this["arrow" + _local2]._x + 20;
if ((this["arrow" + _local2].used == true) && (this["arrow" + _local2]._alpha > 0)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha - 10;
}
if ((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._alpha < 100)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha + 10;
}
if (this["arrow" + _local2]._y <= (-this["arrow" + _local2]._height)) {
removeMovieClip(this["arrow" + _local2]);
}
_local2++;
}
};
Instance of Symbol 74 MovieClip [bound1] "bound1" in Frame 196
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block._y = _root.block._y + 13;
}
}
Instance of Symbol 72 MovieClip [bound2] "bound2" in Frame 196
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block._y = _root.block._y - 13;
}
}
Instance of Symbol 70 MovieClip [block] "block" in Frame 196
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - 13;
}
if (Key.isDown(40)) {
this._y = this._y + 13;
}
}
Frame 197
stop();
attachMovie("explode", "explode", 1000000555);
attachMovie("welldone", "welldone", 100000000);
welldone._x = 134;
welldone._y = 155;
var i = 1;
while (i <= 4) {
attachMovie("spaces", "target" + i, i + 1);
this["target" + i]._y = 364 - ((i - 1) * 18);
this["target" + i]._x = 500;
this["target" + i].gotoAndStop(i);
this["target" + i]._alpha = 100;
i++;
}
var score5 = 0;
var combo = 0;
var arrowi = 0;
var arrows = 0;
var maxarrows = 44;
var timer = 0;
var maxtime = 0;
var poor5 = 0;
var good5 = 0;
var per5 = 0;
var arrowtype = 0;
var used = false;
var hit = 0;
var hitted = false;
onEnterFrame = function () {
if ((arrows < maxarrows) && (timer == maxtime)) {
attachMovie("arrowY", "arrow" + arrowi, 10000 - arrowi);
this["arrow" + arrowi].arrowtype = random(4);
this["arrow" + arrowi]._y = 364 - (this["arrow" + arrowi].arrowtype * 18);
this["arrow" + arrowi]._x = 16;
this["arrow" + arrowi]._alpha = 0;
this["arrow" + arrowi].gotoAndStop(this["arrow" + arrowi].arrowtype + 1);
this["arrow" + arrowi].used = false;
trace("arrowsi = " + arrowi);
trace("arrows = " + arrows);
trace("type" + arrowtype);
arrows++;
arrowi++;
timer = 0;
maxtime = random(15) + 1;
} else {
timer++;
}
var _local2 = 0;
while (_local2 < arrowi) {
if (!this["arrow" + _local2].hitted) {
if (this["arrow" + _local2].hitTest(line)) {
this["arrow" + _local2].hitted = true;
hit = hit + 1;
}
}
if (((hit == 44) && (this["arrow" + _local2].hitted == true)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) {
gotoAndStop (123);
}
this["arrow" + _local2]._x = this["arrow" + _local2]._x + 18;
if (((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x < 517)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x > 500)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) {
score5 = score5 + (100 + (10 * combo));
combo = combo + 1;
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
welldone.gotoAndStop(2);
trace(_12);
trace("HIT");
this["arrow" + _local2].used = true;
per5 = per5 + 1;
} else if ((((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x < 500)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x >= 483)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) || (((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x > 517)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x <= 525)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1))))) {
score5 = score5 + (100 + (5 * combo));
combo = combo + 1;
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
welldone.gotoAndStop(3);
trace("NEARLY");
this["arrow" + _local2].used = true;
good5 = good5 + 1;
} else if ((((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x < 483)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x >= 465)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) || (((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x > 525)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x <= 534)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1))))) {
score5 = score5 + 100;
combo = 0;
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
welldone.gotoAndStop(4);
trace("SHIT");
this["arrow" + _local2].used = true;
poor5 = poor5 + 1;
}
if ((this["arrow" + _local2].used == true) && (this["arrow" + _local2]._alpha > 0)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha - 10;
}
if ((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._alpha < 100)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha + 10;
}
if (this["arrow" + _local2]._y <= (-this["arrow" + _local2]._height)) {
removeMovieClip(this["arrow" + _local2]);
}
_local2++;
}
};
Frame 198
stop();
attachMovie("explode", "explode", 1000000555);
var score6 = 0;
var combo = 0;
var arrowi = 0;
var arrows = 0;
var maxarrows = 52;
var timer = 0;
var maxtime = 0;
var arrowtype = 0;
var used = false;
var hit = 0;
var hitted = false;
onEnterFrame = function () {
if ((arrows < maxarrows) && (timer == maxtime)) {
attachMovie("arrowR", "arrow" + arrowi, 10000 - arrowi);
this["arrow" + arrowi].arrowtype = random(4);
this["arrow" + arrowi]._y = 364 - (this["arrow" + arrowi].arrowtype * 18);
this["arrow" + arrowi]._x = 16;
this["arrow" + arrowi]._alpha = 0;
this["arrow" + arrowi].gotoAndStop(this["arrow" + arrowi].arrowtype + 1);
this["arrow" + arrowi].used = false;
trace("arrowsi = " + arrowi);
trace("arrows = " + arrows);
trace("type" + arrowtype);
arrows++;
arrowi++;
timer = 0;
maxtime = random(10) + 1;
} else {
timer++;
}
var _local2 = 0;
while (_local2 < arrowi) {
if (this.arrow51.hitTest(endtest)) {
gotoAndStop (124);
}
if (this["arrow" + _local2].hitTest(block)) {
score6 = score6 + 1;
if (this.arrow51.hitTest(block)) {
gotoAndStop (124);
}
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
}
this["arrow" + _local2]._x = this["arrow" + _local2]._x + 20;
if ((this["arrow" + _local2].used == true) && (this["arrow" + _local2]._alpha > 0)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha - 10;
}
if ((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._alpha < 100)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha + 10;
}
if (this["arrow" + _local2]._y <= (-this["arrow" + _local2]._height)) {
removeMovieClip(this["arrow" + _local2]);
}
_local2++;
}
};
Instance of Symbol 74 MovieClip [bound1] "bound1" in Frame 198
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block._y = _root.block._y + 16;
}
}
Instance of Symbol 72 MovieClip [bound2] "bound2" in Frame 198
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block._y = _root.block._y - 16;
}
}
Instance of Symbol 70 MovieClip [block] "block" in Frame 198
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - 16;
}
if (Key.isDown(40)) {
this._y = this._y + 16;
}
}
Frame 199
stopAllSounds();
stop();
var i = 1;
while (i <= 4) {
removeMovieClip("target" + i);
i++;
removeMovieClip("welldone");
}
Instance of Symbol 929 MovieClip in Frame 199
onClipEvent (enterFrame) {
if (_root.score1 >= 1200) {
_root.sound.play();
}
}
Frame 200
stopAllSounds();
stop();
var i = 1;
while (i <= 4) {
removeMovieClip("target" + i);
i++;
removeMovieClip("welldone");
}
Instance of Symbol 929 MovieClip in Frame 200
onClipEvent (enterFrame) {
if (_root.score2 >= 28) {
_root.sound.play();
}
}
Frame 201
stopAllSounds();
stop();
var i = 1;
while (i <= 4) {
removeMovieClip("target" + i);
i++;
removeMovieClip("welldone");
}
Instance of Symbol 929 MovieClip in Frame 201
onClipEvent (enterFrame) {
if (_root.score3 >= 3500) {
_root.sound.play();
}
}
Frame 202
stopAllSounds();
stop();
var i = 1;
while (i <= 4) {
removeMovieClip("target" + i);
i++;
removeMovieClip("welldone");
}
Instance of Symbol 929 MovieClip in Frame 202
onClipEvent (enterFrame) {
if (_root.score4 >= 30) {
_root.sound.play();
}
}
Frame 203
stopAllSounds();
stop();
var i = 1;
while (i <= 4) {
removeMovieClip("target" + i);
i++;
removeMovieClip("welldone");
}
Instance of Symbol 929 MovieClip in Frame 203
onClipEvent (enterFrame) {
if (_root.score5 >= 6500) {
_root.sound.play();
}
}
Frame 204
stopAllSounds();
stop();
var i = 1;
while (i <= 4) {
removeMovieClip("target" + i);
i++;
removeMovieClip("welldone");
}
Instance of Symbol 929 MovieClip in Frame 204
onClipEvent (enterFrame) {
if (_root.score6 >= 45) {
_root.sound.play();
}
}
Frame 211
_root.band = _root.band + 1;
_root.cash = _root.cash + 500;
Frame 214
gotoAndStop (184);
Frame 451
gotoAndStop (184);
Frame 573
gotoAndStop (184);
Frame 575
gotoAndStop (184);
Frame 579
stop();
attachMovie("explode", "explode", 1000000555);
attachMovie("welldone", "welldone", 100000000);
welldone._x = 134;
welldone._y = 155;
var i = 1;
while (i <= 4) {
attachMovie("spaces", "target" + i, i + 1);
this["target" + i]._y = 364 - ((i - 1) * 18);
this["target" + i]._x = 500;
this["target" + i].gotoAndStop(i);
this["target" + i]._alpha = 100;
i++;
}
var score1 = 0;
_root.score = score;
var combo = 0;
var arrowi = 0;
var arrows = 0;
var maxarrows = 10;
var timer = 0;
var maxtime = 0;
var maxscore = 0;
var poor1 = 0;
var good1 = 0;
var per1 = 0;
var arrowtype = 0;
var used = false;
var hit = 0;
var hitted = false;
onEnterFrame = function () {
if ((arrows < maxarrows) && (timer == maxtime)) {
attachMovie("arrowm", "arrow" + arrowi, 10000 - arrowi);
this["arrow" + arrowi].arrowtype = random(4);
this["arrow" + arrowi]._y = 364 - (this["arrow" + arrowi].arrowtype * 18);
this["arrow" + arrowi]._x = 16;
this["arrow" + arrowi]._alpha = 0;
this["arrow" + arrowi].gotoAndStop(this["arrow" + arrowi].arrowtype + 1);
this["arrow" + arrowi].used = false;
trace("arrowsi = " + arrowi);
trace("arrows = " + arrows);
trace("type" + arrowtype);
arrows++;
arrowi++;
timer = 0;
maxtime = random(30) + 12;
} else {
timer++;
}
var _local3 = 0;
var _local2 = 0;
while (_local2 < arrowi) {
if (this.arrow9.hitTest(endtest)) {
gotoAndStop (585);
}
if (!this["arrow" + _local2].hitted) {
if (this["arrow" + _local2].hitTest(line)) {
this["arrow" + _local2].hitted = true;
hit = hit + 1;
}
}
if (((hit == 10) && (this["arrow" + _local2].hitted == true)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) {
gotoAndStop (585);
}
this["arrow" + _local2]._x = this["arrow" + _local2]._x + 10;
if (((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x < 517)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x > 500)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) {
score1 = score1 + (100 + (10 * combo));
combo = combo + 1;
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
welldone.gotoAndStop(2);
trace(_12);
trace("HIT");
this["arrow" + _local2].used = true;
per1 = per1 + 1;
} else if ((((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x < 500)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x >= 483)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) || (((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x > 517)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x <= 525)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1))))) {
score1 = score1 + (100 + (5 * combo));
combo = combo + 1;
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
welldone.gotoAndStop(3);
trace("NEARLY");
this["arrow" + _local2].used = true;
good1 = good1 + 1;
} else if ((((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x < 483)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x >= 465)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) || (((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x > 525)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x <= 534)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1))))) {
score1 = score1 + 100;
combo = 0;
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
welldone.gotoAndStop(4);
trace("SHIT");
this["arrow" + _local2].used = true;
poor1 = poor1 + 1;
}
if (this["arrow" + _local2].used == true) {
gotoAndStop (585);
}
if ((this["arrow" + _local2].used == true) && (this["arrow" + _local2]._alpha > 0)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha - 10;
}
if ((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._alpha < 100)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha + 10;
}
if (this["arrow" + _local2]._y <= (-this["arrow" + _local2]._height)) {
removeMovieClip(this["arrow" + _local2]);
}
_local2++;
_local3++;
}
};
Frame 580
stop();
attachMovie("explode", "explode", 1000000555);
var score2 = 0;
var combo = 0;
var arrowi = 0;
var arrows = 0;
var maxarrows = 28;
var timer = 0;
var maxtime = 0;
var arrowtype = 0;
var used = false;
var hit = 0;
var hitted = false;
onEnterFrame = function () {
if ((arrows < maxarrows) && (timer == maxtime)) {
attachMovie("arrowO", "arrow" + arrowi, 10000 - arrowi);
this["arrow" + arrowi].arrowtype = random(4);
this["arrow" + arrowi]._y = 364 - (this["arrow" + arrowi].arrowtype * 18);
this["arrow" + arrowi]._x = 16;
this["arrow" + arrowi]._alpha = 0;
this["arrow" + arrowi].gotoAndStop(this["arrow" + arrowi].arrowtype + 1);
this["arrow" + arrowi].used = false;
trace("arrowsi = " + arrowi);
trace("arrows = " + arrows);
trace("type" + arrowtype);
arrows++;
arrowi++;
timer = 0;
maxtime = random(15) + 6;
} else {
timer++;
}
var _local2 = 0;
while (_local2 < arrowi) {
if (this.arrow27.hitTest(endtest)) {
gotoAndStop (586);
}
if (this["arrow" + _local2].hitTest(block)) {
score2 = score2 + 1;
if (this.arrow27.hitTest(block)) {
gotoAndStop (586);
}
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
}
this["arrow" + _local2]._x = this["arrow" + _local2]._x + 20;
if ((this["arrow" + _local2].used == true) && (this["arrow" + _local2]._alpha > 0)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha - 10;
}
if ((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._alpha < 100)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha + 10;
}
if (this["arrow" + _local2]._y <= (-this["arrow" + _local2]._height)) {
removeMovieClip(this["arrow" + _local2]);
}
_local2++;
}
};
Instance of Symbol 74 MovieClip [bound1] "bound1" in Frame 580
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block._y = _root.block._y + 13;
}
}
Instance of Symbol 72 MovieClip [bound2] "bound2" in Frame 580
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block._y = _root.block._y - 13;
}
}
Instance of Symbol 70 MovieClip [block] "block" in Frame 580
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - 13;
}
if (Key.isDown(40)) {
this._y = this._y + 13;
}
}
Frame 581
stop();
attachMovie("explode", "explode", 1000000555);
attachMovie("welldone", "welldone", 100000000);
welldone._x = 134;
welldone._y = 155;
var i = 1;
while (i <= 4) {
attachMovie("spaces", "target" + i, i + 1);
this["target" + i]._y = 364 - ((i - 1) * 18);
this["target" + i]._x = 500;
this["target" + i].gotoAndStop(i);
this["target" + i]._alpha = 100;
i++;
}
var score3 = 0;
var combo = 0;
var arrowi = 0;
var arrows = 0;
var maxarrows = 36;
var timer = 0;
var maxtime = 0;
var poor3 = 0;
var good3 = 0;
var per3 = 0;
var arrowtype = 0;
var used = false;
var hit = 0;
var hitted = false;
onEnterFrame = function () {
if ((arrows < maxarrows) && (timer == maxtime)) {
attachMovie("arrowP", "arrow" + arrowi, 10000 - arrowi);
this["arrow" + arrowi].arrowtype = random(4);
this["arrow" + arrowi]._y = 364 - (this["arrow" + arrowi].arrowtype * 18);
this["arrow" + arrowi]._x = 16;
this["arrow" + arrowi]._alpha = 0;
this["arrow" + arrowi].gotoAndStop(this["arrow" + arrowi].arrowtype + 1);
this["arrow" + arrowi].used = false;
trace("arrowsi = " + arrowi);
trace("arrows = " + arrows);
trace("type" + arrowtype);
arrows++;
arrowi++;
timer = 0;
maxtime = random(25) + 1;
} else {
timer++;
}
var _local2 = 0;
while (_local2 < arrowi) {
if (this.arrow35.hitTest(endtest)) {
gotoAndStop (587);
}
if (!this["arrow" + _local2].hitted) {
if (this["arrow" + _local2].hitTest(line)) {
this["arrow" + _local2].hitted = true;
hit = hit + 1;
}
}
if (((hit == 36) && (this["arrow" + _local2].hitted == true)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) {
gotoAndStop (587);
}
this["arrow" + _local2]._x = this["arrow" + _local2]._x + 15;
if (((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x < 517)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x > 500)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) {
score3 = score3 + (100 + (10 * combo));
combo = combo + 1;
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
welldone.gotoAndStop(2);
trace(_12);
trace("HIT");
this["arrow" + _local2].used = true;
per3 = per3 + 1;
} else if ((((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x < 500)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x >= 483)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) || (((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x > 517)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x <= 525)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1))))) {
score3 = score3 + (100 + (5 * combo));
combo = combo + 1;
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
welldone.gotoAndStop(3);
trace("NEARLY");
this["arrow" + _local2].used = true;
good3 = good3 + 1;
} else if ((((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x < 483)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x >= 469)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1)))) || (((((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._x > 525)) && (this["arrow" + _local2].used == false)) && (this["arrow" + _local2]._x <= 534)) && ((((Key.isDown(37) && (this["arrow" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow" + _local2].arrowtype == 1))))) {
score3 = score3 + 100;
combo = 0;
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
welldone.gotoAndStop(4);
trace("SHIT");
this["arrow" + _local2].used = true;
poor3 = poor3 + 1;
}
if (this["arrow" + _local2].used == true) {
gotoAndStop (587);
}
if ((this["arrow" + _local2].used == true) && (this["arrow" + _local2]._alpha > 0)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha - 10;
}
if ((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._alpha < 100)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha + 10;
}
if (this["arrow" + _local2]._y <= (-this["arrow" + _local2]._height)) {
removeMovieClip(this["arrow" + _local2]);
}
_local2++;
}
};
Frame 582
stop();
attachMovie("explode", "explode", 1000000555);
var score4 = 0;
var combo = 0;
var arrowi = 0;
var arrows = 0;
var maxarrows = 36;
var timer = 0;
var maxtime = 0;
var arrowtype = 0;
var used = false;
var hit = 0;
var hitted = false;
onEnterFrame = function () {
if ((arrows < maxarrows) && (timer == maxtime)) {
attachMovie("arrowLB", "arrow4" + arrowi, 10000 - arrowi);
this["arrow4" + arrowi].arrowtype = random(4);
this["arrow4" + arrowi]._y = 364 - (this["arrow4" + arrowi].arrowtype * 18);
this["arrow4" + arrowi]._x = 16;
this["arrow4" + arrowi]._alpha = 0;
this["arrow4" + arrowi].gotoAndStop(this["arrow4" + arrowi].arrowtype + 1);
this["arrow4" + arrowi].used = false;
trace("arrowsi = " + arrowi);
trace("arrows = " + arrows);
trace("type" + arrowtype);
arrows++;
arrowi++;
timer = 0;
maxtime = random(20) + 1;
} else {
timer++;
}
var _local2 = 0;
while (_local2 < arrowi) {
if (this.arrow435.hitTest(endtest)) {
gotoAndStop (588);
}
if (this["arrow4" + _local2].hitTest(block)) {
score4 = score4 + 1;
if (this.arrow435.hitTest(block)) {
gotoAndStop (588);
}
explode.gotoAndPlay(2);
explode._x = this["arrow4" + _local2]._x;
explode._y = this["arrow4" + _local2]._y;
removeMovieClip(this["arrow4" + _local2]);
}
this["arrow4" + _local2]._x = this["arrow4" + _local2]._x + 20;
if ((this["arrow4" + _local2].used == true) && (this["arrow4" + _local2]._alpha > 0)) {
this["arrow4" + _local2]._alpha = this["arrow4" + _local2]._alpha - 10;
}
if ((this["arrow4" + _local2].used == false) && (this["arrow4" + _local2]._alpha < 100)) {
this["arrow4" + _local2]._alpha = this["arrow4" + _local2]._alpha + 10;
}
if (this["arrow4" + _local2]._y <= (-this["arrow4" + _local2]._height)) {
removeMovieClip(this["arrow4" + _local2]);
}
_local2++;
}
};
Instance of Symbol 74 MovieClip [bound1] "bound1" in Frame 582
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block._y = _root.block._y + 13;
}
}
Instance of Symbol 72 MovieClip [bound2] "bound2" in Frame 582
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block._y = _root.block._y - 13;
}
}
Instance of Symbol 70 MovieClip [block] "block" in Frame 582
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - 13;
}
if (Key.isDown(40)) {
this._y = this._y + 13;
}
}
Frame 583
stop();
attachMovie("explode", "explode", 1000000555);
attachMovie("welldone", "welldone", 100000000);
welldone._x = 134;
welldone._y = 155;
var i = 1;
while (i <= 4) {
attachMovie("spaces", "target" + i, i + 1);
this["target" + i]._y = 364 - ((i - 1) * 18);
this["target" + i]._x = 500;
this["target" + i].gotoAndStop(i);
this["target" + i]._alpha = 100;
i++;
}
var score5 = 0;
var combo = 0;
var arrowi = 0;
var arrows = 0;
var maxarrows = 44;
var timer = 0;
var maxtime = 0;
var poor5 = 0;
var good5 = 0;
var per5 = 0;
var arrowtype = 0;
var used = false;
var hit = 0;
var hitted = false;
onEnterFrame = function () {
if ((arrows < maxarrows) && (timer == maxtime)) {
attachMovie("arrowY", "arrow5" + arrowi, 10000 - arrowi);
this["arrow5" + arrowi].arrowtype = random(4);
this["arrow5" + arrowi]._y = 364 - (this["arrow5" + arrowi].arrowtype * 18);
this["arrow5" + arrowi]._x = 16;
this["arrow5" + arrowi]._alpha = 0;
this["arrow5" + arrowi].gotoAndStop(this["arrow5" + arrowi].arrowtype + 1);
this["arrow5" + arrowi].used = false;
trace("arrowsi = " + arrowi);
trace("arrows = " + arrows);
trace("type" + arrowtype);
arrows++;
arrowi++;
timer = 0;
maxtime = random(15) + 1;
} else {
timer++;
}
var _local2 = 0;
while (_local2 < arrowi) {
if (this.arrow543.hitTest(endtest)) {
gotoAndStop (589);
}
if (!this["arrow5" + _local2].hitted) {
if (this["arrow5" + _local2].hitTest(line)) {
this["arrow5" + _local2].hitted = true;
hit = hit + 1;
}
}
if (((hit == 44) && (this["arrow5" + _local2].hitted == true)) && ((((Key.isDown(37) && (this["arrow5" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow5" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow5" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow5" + _local2].arrowtype == 1)))) {
gotoAndStop (589);
}
this["arrow5" + _local2]._x = this["arrow5" + _local2]._x + 18;
if (((((this["arrow5" + _local2].used == false) && (this["arrow5" + _local2]._x < 517)) && (this["arrow5" + _local2].used == false)) && (this["arrow5" + _local2]._x > 500)) && ((((Key.isDown(37) && (this["arrow5" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow5" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow5" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow5" + _local2].arrowtype == 1)))) {
score5 = score5 + (100 + (10 * combo));
combo = combo + 1;
explode.gotoAndPlay(2);
explode._x = this["arrow5" + _local2]._x;
explode._y = this["arrow5" + _local2]._y;
removeMovieClip(this["arrow5" + _local2]);
welldone.gotoAndStop(2);
trace(_12);
trace("HIT");
this["arrow5" + _local2].used = true;
per5 = per5 + 1;
} else if ((((((this["arrow5" + _local2].used == false) && (this["arrow5" + _local2]._x < 500)) && (this["arrow5" + _local2].used == false)) && (this["arrow5" + _local2]._x >= 483)) && ((((Key.isDown(37) && (this["arrow5" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow5" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow5" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow5" + _local2].arrowtype == 1)))) || (((((this["arrow5" + _local2].used == false) && (this["arrow5" + _local2]._x > 517)) && (this["arrow5" + _local2].used == false)) && (this["arrow5" + _local2]._x <= 525)) && ((((Key.isDown(37) && (this["arrow5" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow5" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow5" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow5" + _local2].arrowtype == 1))))) {
score5 = score5 + (100 + (5 * combo));
combo = combo + 1;
explode.gotoAndPlay(2);
explode._x = this["arrow5" + _local2]._x;
explode._y = this["arrow5" + _local2]._y;
removeMovieClip(this["arrow5" + _local2]);
welldone.gotoAndStop(3);
trace("NEARLY");
this["arrow5" + _local2].used = true;
good5 = good5 + 1;
} else if ((((((this["arrow5" + _local2].used == false) && (this["arrow5" + _local2]._x < 483)) && (this["arrow5" + _local2].used == false)) && (this["arrow5" + _local2]._x >= 465)) && ((((Key.isDown(37) && (this["arrow5" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow5" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow5" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow5" + _local2].arrowtype == 1)))) || (((((this["arrow5" + _local2].used == false) && (this["arrow5" + _local2]._x > 525)) && (this["arrow5" + _local2].used == false)) && (this["arrow5" + _local2]._x <= 534)) && ((((Key.isDown(37) && (this["arrow5" + _local2].arrowtype == 3)) || (Key.isDown(40) && (this["arrow5" + _local2].arrowtype == 2))) || (Key.isDown(38) && (this["arrow5" + _local2].arrowtype == 0))) || (Key.isDown(39) && (this["arrow5" + _local2].arrowtype == 1))))) {
score5 = score5 + 100;
combo = 0;
explode.gotoAndPlay(2);
explode._x = this["arrow5" + _local2]._x;
explode._y = this["arrow5" + _local2]._y;
removeMovieClip(this["arrow5" + _local2]);
welldone.gotoAndStop(4);
trace("SHIT");
this["arrow5" + _local2].used = true;
poor5 = poor5 + 1;
}
if (this["arrow5" + _local2].used == true) {
gotoAndStop (589);
}
if ((this["arrow5" + _local2].used == true) && (this["arrow5" + _local2]._alpha > 0)) {
this["arrow5" + _local2]._alpha = this["arrow5" + _local2]._alpha - 10;
}
if ((this["arrow5" + _local2].used == false) && (this["arrow5" + _local2]._alpha < 100)) {
this["arrow5" + _local2]._alpha = this["arrow5" + _local2]._alpha + 10;
}
if (this["arrow5" + _local2]._y <= (-this["arrow5" + _local2]._height)) {
removeMovieClip(this["arrow5" + _local2]);
}
_local2++;
}
};
Frame 584
stop();
attachMovie("explode", "explode", 1000000555);
var score6 = 0;
var combo = 0;
var arrowi = 0;
var arrows = 0;
var maxarrows = 52;
var timer = 0;
var maxtime = 0;
var arrowtype = 0;
var used = false;
var hit = 0;
var hitted = false;
onEnterFrame = function () {
if ((arrows < maxarrows) && (timer == maxtime)) {
attachMovie("arrowR", "arrow" + arrowi, 10000 - arrowi);
this["arrow" + arrowi].arrowtype = random(4);
this["arrow" + arrowi]._y = 364 - (this["arrow" + arrowi].arrowtype * 18);
this["arrow" + arrowi]._x = 16;
this["arrow" + arrowi]._alpha = 0;
this["arrow" + arrowi].gotoAndStop(this["arrow" + arrowi].arrowtype + 1);
this["arrow" + arrowi].used = false;
trace("arrowsi = " + arrowi);
trace("arrows = " + arrows);
trace("type" + arrowtype);
arrows++;
arrowi++;
timer = 0;
maxtime = random(10) + 1;
} else {
timer++;
}
var _local2 = 0;
while (_local2 < arrowi) {
if (this.arrow51.hitTest(endtest)) {
gotoAndStop (590);
}
if (this["arrow" + _local2].hitTest(block)) {
score6 = score6 + 1;
if (this.arrow51.hitTest(block)) {
gotoAndStop (590);
}
explode.gotoAndPlay(2);
explode._x = this["arrow" + _local2]._x;
explode._y = this["arrow" + _local2]._y;
removeMovieClip(this["arrow" + _local2]);
}
this["arrow" + _local2]._x = this["arrow" + _local2]._x + 20;
if ((this["arrow" + _local2].used == true) && (this["arrow" + _local2]._alpha > 0)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha - 10;
}
if ((this["arrow" + _local2].used == false) && (this["arrow" + _local2]._alpha < 100)) {
this["arrow" + _local2]._alpha = this["arrow" + _local2]._alpha + 10;
}
if (this["arrow" + _local2]._y <= (-this["arrow" + _local2]._height)) {
removeMovieClip(this["arrow" + _local2]);
}
_local2++;
}
};
Instance of Symbol 74 MovieClip [bound1] "bound1" in Frame 584
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block._y = _root.block._y + 16;
}
}
Instance of Symbol 72 MovieClip [bound2] "bound2" in Frame 584
onClipEvent (enterFrame) {
if (this.hitTest(_root.block)) {
_root.block._y = _root.block._y - 16;
}
}
Instance of Symbol 70 MovieClip [block] "block" in Frame 584
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - 16;
}
if (Key.isDown(40)) {
this._y = this._y + 16;
}
}
Frame 585
stopAllSounds();
stop();
var i = 1;
while (i <= 4) {
removeMovieClip("target" + i);
i++;
removeMovieClip("welldone");
}
Instance of Symbol 929 MovieClip in Frame 585
onClipEvent (enterFrame) {
if (_root.score1 >= 1100) {
_root.sound.play();
}
}
Frame 586
stopAllSounds();
stop();
var i = 1;
while (i <= 4) {
removeMovieClip("target" + i);
i++;
removeMovieClip("welldone");
}
Instance of Symbol 929 MovieClip in Frame 586
onClipEvent (enterFrame) {
if (_root.score2 >= 26) {
_root.sound.play();
}
}
Frame 587
stopAllSounds();
stop();
var i = 1;
while (i <= 4) {
removeMovieClip("target" + i);
i++;
removeMovieClip("welldone");
}
Instance of Symbol 929 MovieClip in Frame 587
onClipEvent (enterFrame) {
if (_root.score3 >= 3200) {
_root.sound.play();
}
}
Frame 588
stopAllSounds();
stop();
var i = 1;
while (i <= 4) {
removeMovieClip("target" + i);
i++;
removeMovieClip("welldone");
}
Instance of Symbol 929 MovieClip in Frame 588
onClipEvent (enterFrame) {
if (_root.score4 >= 30) {
_root.sound.play();
}
}
Frame 589
stopAllSounds();
stop();
var i = 1;
while (i <= 4) {
removeMovieClip("target" + i);
i++;
removeMovieClip("welldone");
}
Instance of Symbol 929 MovieClip in Frame 589
onClipEvent (enterFrame) {
if (_root.score5 >= 6000) {
_root.sound.play();
}
}
Frame 590
stopAllSounds();
stop();
var i = 1;
while (i <= 4) {
removeMovieClip("target" + i);
i++;
removeMovieClip("welldone");
}
Instance of Symbol 929 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (_root.score6 >= 45) {
_root.sound.play();
}
}
Frame 595
stop();
Frame 600
_root.cash = _root.cash - 100;
_root.lives = _root.lives - 1;
Frame 603
gotoAndStop (184);
Frame 605
Instance of Symbol 1471 MovieClip in Frame 605
onClipEvent (enterFrame) {
_root.booo.play();
}
Frame 607
finished = (band * 200) + (cash * 8);
_root.band = _root.band + 1;
Frame 608
stop();
Instance of Symbol 1625 MovieClip in Frame 608
onClipEvent (enterFrame) {
_root.final2.play();
}
Symbol 24 MovieClip [explode] Frame 1
stop();
Symbol 104 MovieClip Frame 40
stop();
Symbol 116 Button
on (press) {
_root.play();
}
Symbol 117 Button
on (press) {
play();
}
Instance of Symbol 102 MovieClip in Symbol 120 MovieClip Frame 1
onClipEvent (load) {
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndStop("play_button");
}
}
onClipEvent (enterFrame) {
PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (PercentLoaded != 100) {
_parent.gotoAndStop(PercentLoaded);
} else {
_parent.gotoAndPlay("loaded");
}
}
Symbol 120 MovieClip Frame 130
stop();
Symbol 120 MovieClip Frame 154
_root.gotoAndPlay(2);
Symbol 127 Button
on (press) {
gotoAndStop (658);
}
Symbol 131 Button
on (release) {
getURL ("http://www.gameprison.com");
}
Symbol 140 Button
on (release) {
getURL ("http://www.gameprison.com", "_blank");
}
Symbol 151 Button
on (release) {
getURL ("http://www.gameprison.com", "_blank");
}
Symbol 273 MovieClip Frame 1
stop();
Symbol 273 MovieClip Frame 2
stop();
Symbol 273 MovieClip Frame 3
stop();
Symbol 273 MovieClip Frame 4
stop();
Symbol 273 MovieClip Frame 5
stop();
Symbol 311 Button
on (release) {
gotoAndStop (182);
}
Symbol 329 MovieClip Frame 60
stop();
Symbol 336 MovieClip Frame 42
stop();
Symbol 340 MovieClip Frame 10
stop();
Symbol 343 MovieClip Frame 35
stop();
Symbol 345 Button
on (press) {
gotoAndPlay (103);
}
Symbol 349 Button
on (press) {
gotoAndStop (610);
}
Symbol 350 Button
on (press) {
gotoAndStop (184);
}
Instance of Symbol 355 MovieClip in Symbol 356 MovieClip Frame 1
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dwarf.hit_area)) {
if ((_global.aim == "down_and_right") and (_global.in_transit == true)) {
_global.in_transit = false;
_root.dwarf._x = _root.dwarf._x - 10;
_root.dwarf._y = _root.dwarf._y - 6;
}
if ((_global.aim == "down_and_left") and (_global.in_transit == true)) {
_global.in_transit = false;
_root.dwarf._x = _root.dwarf._x + 10;
_root.dwarf._y = _root.dwarf._y - 6;
}
if ((_global.aim == "up_and_right") and (_global.in_transit == true)) {
_global.in_transit = false;
_root.dwarf._x = _root.dwarf._x - 10;
_root.dwarf._y = _root.dwarf._y + 6;
}
if ((_global.aim == "up_and_left") and (_global.in_transit == true)) {
_global.in_transit = false;
_root.dwarf._x = _root.dwarf._x + 10;
_root.dwarf._y = _root.dwarf._y + 6;
}
}
}
Symbol 362 Button
on (release) {
gotoAndStop (595);
}
Symbol 363 Button
on (release) {
gotoAndStop (577);
}
Instance of Symbol 371 MovieClip "seven" in Symbol 378 MovieClip Frame 1
onClipEvent (load) {
itemtype = 1;
}
Instance of Symbol 461 MovieClip in Symbol 462 MovieClip Frame 1
onClipEvent (load) {
this._visible = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dwarf._x, _root.dwarf._y, true)) {
if ((_global.aim == "down_and_right") and (_global.in_transit == true)) {
_global.in_transit = false;
_root.dwarf._x = _root.dwarf._x - 10;
_root.dwarf._y = _root.dwarf._y - 6;
}
if ((_global.aim == "down_and_left") and (_global.in_transit == true)) {
_global.in_transit = false;
_root.dwarf._x = _root.dwarf._x + 10;
_root.dwarf._y = _root.dwarf._y - 6;
}
if ((_global.aim == "up_and_right") and (_global.in_transit == true)) {
_global.in_transit = false;
_root.dwarf._x = _root.dwarf._x - 10;
_root.dwarf._y = _root.dwarf._y + 6;
}
if ((_global.aim == "up_and_left") and (_global.in_transit == true)) {
_global.in_transit = false;
_root.dwarf._x = _root.dwarf._x + 10;
_root.dwarf._y = _root.dwarf._y + 6;
}
}
}
Symbol 512 MovieClip Frame 1
stop();
Symbol 516 Button
on (release) {
_root.gotoAndStop(186);
}
Symbol 517 MovieClip Frame 1
stop();
Symbol 517 MovieClip Frame 2
stop();
Instance of Symbol 378 MovieClip in Symbol 517 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.dwarf)) {
_root.slot1.gotoAndPlay("2");
}
}
Symbol 519 Button
on (release) {
gotoAndPlay (453);
}
Symbol 520 Button
on (release) {
gotoAndPlay (216);
}
Symbol 524 Button
on (release) {
_root.gotoAndStop(190);
}
Symbol 525 MovieClip Frame 1
stop();
Symbol 525 MovieClip Frame 2
stop();
Symbol 529 Button
on (press) {
gotoAndStop (186);
}
Symbol 530 Button
on (press) {
gotoAndStop (190);
}
Symbol 594 MovieClip Frame 1
stop();
Symbol 611 Button
on (press) {
gotoAndStop (184);
}
Instance of Symbol 645 MovieClip "chest" in Symbol 646 MovieClip Frame 1
onClipEvent (load) {
itemtype = 7;
}
Instance of Symbol 650 MovieClip "lamp" in Symbol 651 MovieClip Frame 1
onClipEvent (load) {
itemtype = 1;
}
Instance of Symbol 624 MovieClip "gem" in Symbol 671 MovieClip Frame 1
onClipEvent (load) {
itemtype = 5;
}
Instance of Symbol 638 MovieClip "seven" in Symbol 671 MovieClip Frame 1
onClipEvent (load) {
itemtype = 4;
}
Instance of Symbol 641 MovieClip "cash" in Symbol 671 MovieClip Frame 1
onClipEvent (load) {
itemtype = 3;
}
Instance of Symbol 647 MovieClip "lamp" in Symbol 671 MovieClip Frame 1
onClipEvent (load) {
itemtype = 1;
}
Instance of Symbol 651 MovieClip "chest" in Symbol 671 MovieClip Frame 1
onClipEvent (load) {
itemtype = 7;
}
Instance of Symbol 655 MovieClip "gun" in Symbol 671 MovieClip Frame 1
onClipEvent (load) {
itemtype = 6;
}
Instance of Symbol 663 MovieClip "bar" in Symbol 671 MovieClip Frame 1
onClipEvent (load) {
itemtype = 2;
}
Instance of Symbol 665 MovieClip "tester" in Symbol 671 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.coder.stoppedroll == 1) {
if (hitTest(_parent.lamp)) {
item = _parent.lamp.itemtype;
}
if (hitTest(_parent.bar)) {
item = _parent.bar.itemtype;
}
if (hitTest(_parent.cash)) {
item = _parent.cash.itemtype;
}
if (hitTest(_parent.seven)) {
item = _parent.seven.itemtype;
}
if (hitTest(_parent.gem)) {
item = _parent.gem.itemtype;
}
if (hitTest(_parent.gun)) {
item = _parent.gun.itemtype;
}
if (hitTest(_parent.chest)) {
item = _parent.chest.itemtype;
}
}
}
Instance of Symbol 668 MovieClip "coder" in Symbol 671 MovieClip Frame 1
onClipEvent (load) {
moved = 0;
reset = 0;
stoppedroll = 0;
}
onClipEvent (enterFrame) {
if (reset == 1) {
mainspeed = random(10) + 10;
slowdown = (random(3) + 2) / 10;
reset = 0;
}
if (speed > 3) {
mainspeed = mainspeed - slowdown;
slowdow = slowdow + 0.05;
}
speed = mainspeed;
if ((((speed < 8) && (moved > 33)) && (moved < 37)) && (mainspeed > 0)) {
if (random(2) == 1) {
lvlsnd = new Sound(this);
lvlsnd.attachSound("rollstop");
lvlsnd.start(0, 1);
speed = 0;
mainspeed = 0;
stoppedroll = 1;
}
}
if ((_parent.lamp._y > -36) && (_parent.lamp._y < -34)) {
moved = 0;
}
_parent.lamp._y = _parent.lamp._y + speed;
if (_parent.lamp._y > 0) {
_parent.lamp._y = -245 + _parent.lamp._y;
}
_parent.bar._y = _parent.bar._y + speed;
if (_parent.bar._y > 0) {
_parent.bar._y = -245 + _parent.bar._y;
}
_parent.cash._y = _parent.cash._y + speed;
if (_parent.cash._y > 0) {
_parent.cash._y = -245 + _parent.cash._y;
}
_parent.seven._y = _parent.seven._y + speed;
if (_parent.seven._y > 0) {
_parent.seven._y = -245 + _parent.seven._y;
}
_parent.gem._y = _parent.gem._y + speed;
if (_parent.gem._y > 0) {
_parent.gem._y = -245 + _parent.gem._y;
}
_parent.gun._y = _parent.gun._y + speed;
if (_parent.gun._y > 0) {
_parent.gun._y = -245 + _parent.gun._y;
}
_parent.chest._y = _parent.chest._y + speed;
if (_parent.chest._y > 0) {
_parent.chest._y = -245 + _parent.chest._y;
}
moved = moved + speed;
if (moved > 35) {
moved = moved - 35;
}
}
Symbol 679 Button
on (press) {
cash = cash - bet;
roller1.coder.reset = 1;
roller2.coder.reset = 1;
roller3.coder.reset = 1;
roller1.coder.stoppedroll = 0;
roller2.coder.stoppedroll = 0;
roller3.coder.stoppedroll = 0;
prize.scoredone = 0;
}
Symbol 681 Button
on (press) {
bet = bet + 0.25;
}
Symbol 683 Button
on (press) {
bet = bet - 0.25;
}
Symbol 684 Button
on (press) {
if (cash <= 0) {
bet = 0;
} else {
cash = cash - bet;
roller1.coder.reset = 1;
roller2.coder.reset = 1;
roller3.coder.reset = 1;
roller1.coder.stoppedroll = 0;
roller2.coder.stoppedroll = 0;
roller3.coder.stoppedroll = 0;
prize.scoredone = 0;
}
}
Symbol 685 Button
on (press) {
if (bet >= cash) {
bet = bet + 0;
} else {
bet = bet + 25;
}
}
Symbol 686 Button
on (press) {
if (bet > 0) {
bet = bet - 25;
}
}
Symbol 777 MovieClip Frame 1
stop();
Symbol 777 MovieClip Frame 2
stop();
Symbol 777 MovieClip Frame 3
stop();
Symbol 777 MovieClip Frame 4
stop();
Symbol 777 MovieClip Frame 5
stop();
Symbol 922 Button
on (press) {
if (_root.score1 >= 1200) {
gotoAndPlay (127);
} else if (_root.score1 <= 1199) {
gotoAndPlay (655);
}
}
Symbol 931 MovieClip Frame 1
stop();
Symbol 935 Button
on (press) {
if (_root.score2 == 28) {
gotoAndPlay (127);
} else if (_root.score2 <= 27) {
gotoAndPlay (655);
}
}
Symbol 943 Button
on (press) {
if (_root.score3 >= 3500) {
gotoAndPlay (127);
} else if (_root.score3 <= 3499) {
gotoAndPlay (655);
}
}
Symbol 947 Button
on (press) {
if (_root.score4 >= 30) {
gotoAndPlay (127);
} else if (_root.score4 <= 29) {
gotoAndPlay (655);
}
}
Symbol 955 Button
on (press) {
if (_root.score5 >= 6500) {
gotoAndPlay (127);
} else if (_root.score5 <= 6499) {
gotoAndPlay (655);
}
}
Symbol 958 Button
on (press) {
if (_root.score6 >= 45) {
gotoAndPlay (486);
} else if (_root.score6 <= 44) {
gotoAndPlay (655);
}
}
Symbol 1300 MovieClip Frame 1
stop();
Symbol 1300 MovieClip Frame 2
stop();
Symbol 1304 Button
on (release) {
_root.dressher.gotoAndStop(2);
}
Symbol 1306 Button
on (release) {
_root.dressher.gotoAndStop(1);
}
Instance of Symbol 1310 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1312 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1314 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1316 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1318 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1330 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1332 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1334 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1336 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1338 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1340 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1342 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1344 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1346 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1348 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1350 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1352 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1354 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1356 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Instance of Symbol 1358 MovieClip in Symbol 1359 MovieClip Frame 1
on (press) {
this.startDrag();
this.swapDepths(_parent.getNextHighestDepth());
}
on (release) {
this.stopDrag();
}
Symbol 1364 Button
on (press) {
gotoAndStop (102);
}
Symbol 1403 Button
on (press) {
if (_root.score1 >= 1100) {
gotoAndPlay (209);
} else if (_root.score1 < 1100) {
gotoAndPlay (598);
}
}
Symbol 1409 Button
on (press) {
if (_root.score2 >= 26) {
gotoAndPlay (209);
} else if (_root.score2 < 26) {
gotoAndPlay (598);
}
}
Symbol 1417 Button
on (press) {
if (_root.score3 >= 3200) {
gotoAndPlay (209);
} else if (_root.score3 < 3200) {
gotoAndPlay (598);
}
}
Symbol 1421 Button
on (press) {
if (_root.score4 >= 30) {
gotoAndPlay (209);
} else if (_root.score4 < 29) {
gotoAndPlay (598);
}
}
Symbol 1429 Button
on (press) {
if (_root.score5 >= 6000) {
gotoAndPlay (209);
} else if (_root.score5 < 6000) {
gotoAndPlay (598);
}
}
Symbol 1432 Button
on (press) {
if (_root.score6 >= 45) {
gotoAndPlay (607);
} else if (_root.score6 < 45) {
gotoAndPlay (598);
}
}
Symbol 1455 Button
on (press) {
stopAllSounds();
if (_root.band == 1) {
gotoAndPlay (579);
} else if (_root.band == 2) {
gotoAndPlay (580);
} else if (_root.band == 3) {
gotoAndPlay (581);
} else if (_root.band == 4) {
gotoAndPlay (582);
} else if (_root.band == 5) {
gotoAndPlay (583);
} else if (_root.band == 6) {
gotoAndPlay (584);
}
}
Symbol 1469 Button
on (press) {
gotoAndStop (1);
}
Symbol 1475 MovieClip Frame 1
stop();
Symbol 1475 MovieClip Frame 49
stopAllSounds();
Symbol 1475 MovieClip Frame 50
stop();
Symbol 1517 MovieClip Frame 1
stop();
Symbol 1517 MovieClip Frame 2
stop();
Symbol 1517 MovieClip Frame 3
stop();
Symbol 1517 MovieClip Frame 4
stop();
Symbol 1517 MovieClip Frame 5
stop();
Symbol 1601 Button
on (press) {
gotoAndStop (1);
}
Symbol 1608 Button
on (press) {
gotoAndStop (1);
}
Symbol 1609 Button
on (press) {
gotoAndStop (102);
}
Symbol 1613 Button
on (release) {
getURL ("http://www.gameprison.com", "_blank");
}
Symbol 1621 Button
on (press) {
gotoAndStop (184);
}
Symbol 1627 MovieClip Frame 1
stop();
Symbol 1634 Button
on (release) {
gotoAndStop (182);
}