Frame 3
var SAVE = SharedObject.getLocal("Rkjxchkjhc");
if (SAVE.data.s1 == undefined) {
_root.s1 = "";
_root.s2 = "";
_root.s3 = "";
} else {
_root.s1 = SAVE.data.s1;
_root.s2 = SAVE.data.s2;
_root.s3 = SAVE.data.s3;
}
stop();
Instance of Symbol 47 MovieClip in Frame 3
onClipEvent (load) {
_x = _root._xmouse;
_y = _root._ymouse;
Mouse.hide();
count = 0;
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
Mouse.hide();
}
Frame 5
hits = 0;
hitsShow = "";
_root.X = 650;
_root.Y = 500;
Instance of Symbol 58 MovieClip "poop" in Frame 5
onClipEvent (enterFrame) {
_x = _root.baby._x;
_y = _root.baby._y;
if (_root.baby._xscale <= 0) {
_xscale = -100;
} else {
_xscale = 100;
}
}
Instance of Symbol 85 MovieClip "baby" in Frame 5
onClipEvent (load) {
function bounce() {
_xscale = (sc * 1.4);
_yscale = (sc * 0.6);
yo = random(3) + 2;
while (yo == _currentframe) {
yo = random(3) + 2;
}
gotoAndStop(yo);
if (_root.easy) {
xs = random(5) + 5;
if (random(2) == 1) {
xs = xs * -1;
}
ys = random(10) + 10;
ys = ys * -1;
}
if (_root.medium) {
xs = random(10) + 7.5;
if (random(2) == 1) {
xs = xs * -1;
}
ys = random(12.5) + 12.5;
ys = ys * -1;
}
if (_root.hard) {
xs = random(12.5) + 8.5;
if (random(2) == 1) {
xs = xs * -1;
}
ys = random(15) + 15;
ys = ys * -1;
}
X = (_x + random(20)) - random(20);
Y = (_y + random(20)) - random(20);
sang = random(10) + 20;
i = 0;
while (i < sang) {
duplicateMovieClip (_root.b1, id, id);
id++;
i++;
}
}
active = false;
initY = _y;
initX = _x;
dead = false;
stop();
xs = 0;
ys = 0;
id = 0;
xsc = 0;
ysc = 0;
sc = 40;
sc2 = 40;
}
onClipEvent (enterFrame) {
if (active) {
_x = (_x + xs);
_y = (_y + ys);
_rotation = (_rotation + Math.abs(xs));
xsc = xsc + ((sc - _xscale) / 1.5);
_xscale = (_xscale + xsc);
xsc = xsc / 1.5;
ysc = ysc + ((sc2 - _yscale) / 1.5);
_yscale = (_yscale + ysc);
ysc = ysc / 1.5;
ys++;
if (_x < 0) {
_x = 0;
xs = xs * -1;
}
if (_x > 650) {
_x = 650;
xs = xs * -1;
}
if (_y >= 450) {
if (!dead) {
_root.hitsShow = "";
_root.weapon.yo = false;
_root.cur._visible = true;
_root.retry.gotoAndStop(2);
dead = true;
_root.HIT._visible = false;
if (xs < 0) {
sc = sc * -1;
}
_xscale = (sc * 1.5);
_yscale = (sc2 * 0.5);
}
_y = 450;
_rotation = 0;
ys = 0;
xs = 0;
gotoAndStop (5);
}
}
}
Instance of Symbol 56 MovieClip "b1" in Frame 5
onClipEvent (load) {
if (_name == "b1") {
_visible = false;
} else {
_alpha = (600 + random(200));
xs = ((_root.baby.xs * -1) * ((Math.random() * 1) + 1)) / 2;
if (Math.abs(xs) < 1) {
xs = (Math.random() * 5) - (Math.random() * 5);
}
ys = (Math.random() * 5) - (Math.random() * 7.5);
sc = random(15) + 15;
_xscale = sc;
_yscale = sc;
_x = _root.baby.X;
_y = _root.baby.Y;
}
}
onClipEvent (enterFrame) {
if (_name != "b1") {
_xscale = (_xscale - 2);
_yscale = (_yscale - 2);
_x = (_x + xs);
_y = (_y + ys);
_alpha = (_alpha - 30);
ys = ys + 0.5;
if ((_alpha < 0) || (_xscale <= 0)) {
removeMovieClip(this);
}
}
}
Instance of Symbol 90 MovieClip "HIT" in Frame 5
onClipEvent (load) {
function bounce() {
_xscale = 150;
_yscale = 50;
_x = _root._xmouse;
_y = (_root._ymouse - 100);
if ((_x - 70) < 0) {
_x = (_x + Math.abs(70 - _x));
}
if ((_x + 70) > 650) {
_x = (_x - Math.abs(650 - _x));
}
if (_y < 30) {
_y = 30;
}
}
sc = 100;
xsc = 0;
ysc = 0;
}
onClipEvent (enterFrame) {
xsc = xsc + ((sc - _xscale) / 1.5);
_xscale = (_xscale + xsc);
xsc = xsc / 1.35;
ysc = ysc + ((sc - _yscale) / 1.5);
_yscale = (_yscale + ysc);
ysc = ysc / 1.35;
}
Instance of Symbol 91 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (!Key.isDown(1)) {
if (this.hitTest(_root._xmouse, _root._ymouse)) {
_root.starT.sc = 120;
_root.starT.sc2 = 120;
} else {
_root.starT.sc = 100;
_root.starT.sc2 = 100;
}
}
if (yo) {
_root.starT.sc = 80;
_root.starT.sc2 = 80;
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse)) {
yo = true;
}
}
onClipEvent (mouseUp) {
if (yo && (this.hitTest(_root._xmouse, _root._ymouse))) {
_x = 3958;
_root.baby.active = true;
_root.starT._x = 4902;
}
yo = false;
}
Instance of Symbol 93 MovieClip "starT" in Frame 5
onClipEvent (load) {
_xscale = 100;
_yscale = 100;
sc = 100;
sc2 = 100;
xsc = 0;
ysc = 0;
}
onClipEvent (enterFrame) {
xsc = xsc + ((sc - _xscale) / 1.5);
_xscale = (_xscale + xsc);
xsc = xsc / 1.5;
ysc = ysc + ((sc2 - _yscale) / 1.5);
_yscale = (_yscale + ysc);
ysc = ysc / 1.5;
}
Instance of Symbol 96 MovieClip "weapon" in Frame 5
onClipEvent (mouseDown) {
if (_root.baby.active && (yo)) {
wep.play();
}
}
onClipEvent (load) {
yo = true;
_x = _root._xmouse;
_y = _root._ymouse;
Mouse.hide();
if (_root.easy) {
stop();
}
if (_root.medium) {
gotoAndStop (2);
}
if (_root.hard) {
gotoAndStop (3);
}
}
onClipEvent (enterFrame) {
if (yo) {
_x = _root._xmouse;
_y = _root._ymouse;
Mouse.hide();
mire._visible = true;
} else {
mire._visible = false;
}
}
Instance of Symbol 47 MovieClip "cur" in Frame 5
onClipEvent (load) {
_x = _root._xmouse;
_y = _root._ymouse;
Mouse.hide();
_visible = false;
count = 0;
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
Mouse.hide();
}
Symbol 2 MovieClip Frame 1
nextFrame();
Symbol 15 MovieClip Frame 1
Stage.showMenu = false;
_root.stop();
stop();
stopAllSounds();
loaded = _root.getBytesLoaded();
total = _root.getBytesTotal();
percent = (loaded / total) * 100;
bar._xscale = percent;
if (percent == 100) {
nextFrame();
}
onEnterFrame = function () {
loaded = _root.getBytesLoaded();
total = _root.getBytesTotal();
percent = (loaded / total) * 100;
bar._xscale = percent;
if (percent == 100) {
nextFrame();
}
};
Instance of Symbol 11 MovieClip "zone" in Symbol 15 MovieClip Frame 2
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse)) {
yo = true;
}
}
onClipEvent (mouseUp) {
if (yo && (this.hitTest(_root._xmouse, _root._ymouse))) {
_root.play();
}
yo = false;
}
Instance of Symbol 14 MovieClip in Symbol 15 MovieClip Frame 2
onClipEvent (load) {
x1 = _x;
x2 = _x + 15;
xt = x1;
}
onClipEvent (enterFrame) {
_x = (_x + ((xt - _x) / 1.5));
if (_parent.zone.hitTest(_root._xmouse, _root._ymouse)) {
xt = x2;
} else {
xt = x1;
}
}
Symbol 39 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 1
stop();
Symbol 44 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 1
stop();
Instance of Symbol 23 MovieClip in Symbol 45 MovieClip Frame 1
onClipEvent (mouseDown) {
_parent.nextFrame();
}
Instance of Symbol 36 MovieClip in Symbol 45 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse)) {
if (_parent.w1.sc == 100) {
_parent.w1._xscale = 70;
_parent.w1._yscale = 90;
}
_parent.w1.sc = 120;
} else {
_parent.w1.sc = 100;
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse)) {
yo = true;
}
}
onClipEvent (mouseUp) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (yo)) {
stopAllSounds();
_root.easy = true;
_root.medium = false;
_root.hard = false;
_root.gotoAndStop("playG");
}
yo = false;
}
Instance of Symbol 36 MovieClip in Symbol 45 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse)) {
if (_parent.w2.sc == 100) {
_parent.w2._xscale = 70;
_parent.w2._yscale = 90;
}
_parent.w2.sc = 120;
} else {
_parent.w2.sc = 100;
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse)) {
yo = true;
}
}
onClipEvent (mouseUp) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (yo)) {
stopAllSounds();
_root.easy = false;
_root.medium = true;
_root.hard = false;
_root.gotoAndStop("playG");
}
yo = false;
}
Instance of Symbol 36 MovieClip in Symbol 45 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse)) {
if (_parent.w3.sc == 100) {
_parent.w3._xscale = 70;
_parent.w3._yscale = 90;
}
_parent.w3.sc = 120;
} else {
_parent.w3.sc = 100;
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse)) {
yo = true;
}
}
onClipEvent (mouseUp) {
if (this.hitTest(_root._xmouse, _root._ymouse) && (yo)) {
stopAllSounds();
_root.easy = false;
_root.medium = false;
_root.hard = true;
_root.gotoAndStop("playG");
}
yo = false;
}
Instance of Symbol 39 MovieClip "w1" in Symbol 45 MovieClip Frame 2
onClipEvent (load) {
sc = 100;
xs = 0;
ys = 0;
}
onClipEvent (enterFrame) {
xs = xs + ((sc - _xscale) / 2.5);
_xscale = (_xscale + xs);
xs = xs / 1.5;
ys = ys + ((sc - _yscale) / 2.5);
_yscale = (_yscale + ys);
ys = ys / 1.5;
}
Instance of Symbol 41 MovieClip "w2" in Symbol 45 MovieClip Frame 2
onClipEvent (load) {
sc = 100;
xs = 0;
ys = 0;
}
onClipEvent (enterFrame) {
xs = xs + ((sc - _xscale) / 2.5);
_xscale = (_xscale + xs);
xs = xs / 1.5;
ys = ys + ((sc - _yscale) / 2.5);
_yscale = (_yscale + ys);
ys = ys / 1.5;
}
Instance of Symbol 44 MovieClip "w3" in Symbol 45 MovieClip Frame 2
onClipEvent (load) {
sc = 100;
xs = 0;
ys = 0;
}
onClipEvent (enterFrame) {
xs = xs + ((sc - _xscale) / 2.5);
_xscale = (_xscale + xs);
xs = xs / 1.5;
ys = ys + ((sc - _yscale) / 2.5);
_yscale = (_yscale + ys);
ys = ys / 1.5;
}
Symbol 51 MovieClip Frame 1
_visible = false;
Symbol 56 MovieClip Frame 1
gotoAndStop(random(4) + 1);
Symbol 58 MovieClip Frame 1
stop();
Instance of Symbol 56 MovieClip in Symbol 58 MovieClip Frame 2
onClipEvent (load) {
_alpha = (600 + random(200));
xs = (Math.random() * 1) + 1;
ys = ((Math.random() * 2.5) + 5) * -1;
sc = random(15) + 15;
_xscale = sc;
_yscale = sc;
}
onClipEvent (enterFrame) {
_xscale = (_xscale - 1);
_yscale = (_yscale - 1);
_x = (_x + xs);
_y = (_y + ys);
_alpha = (_alpha - 25);
ys = ys + 0.5;
if (_xscale <= 0) {
_alpha = 0;
}
}
Instance of Symbol 56 MovieClip in Symbol 58 MovieClip Frame 2
onClipEvent (load) {
_alpha = (600 + random(200));
xs = (Math.random() * 1) + 1;
ys = ((Math.random() * 2.5) + 5) * -1;
sc = random(15) + 15;
_xscale = sc;
_yscale = sc;
}
onClipEvent (enterFrame) {
_xscale = (_xscale - 1);
_yscale = (_yscale - 1);
_x = (_x + xs);
_y = (_y + ys);
_alpha = (_alpha - 25);
ys = ys + 0.5;
if (_xscale <= 0) {
_alpha = 0;
}
}
Instance of Symbol 56 MovieClip in Symbol 58 MovieClip Frame 2
onClipEvent (load) {
_alpha = (600 + random(200));
xs = (Math.random() * 1) + 1;
ys = ((Math.random() * 2.5) + 5) * -1;
sc = random(15) + 15;
_xscale = sc;
_yscale = sc;
}
onClipEvent (enterFrame) {
_xscale = (_xscale - 1);
_yscale = (_yscale - 1);
_x = (_x + xs);
_y = (_y + ys);
_alpha = (_alpha - 25);
ys = ys + 0.5;
if (_xscale <= 0) {
_alpha = 0;
}
}
Instance of Symbol 56 MovieClip in Symbol 58 MovieClip Frame 2
onClipEvent (load) {
_alpha = (600 + random(200));
xs = (Math.random() * 1) + 1;
ys = ((Math.random() * 2.5) + 5) * -1;
sc = random(15) + 15;
_xscale = sc;
_yscale = sc;
}
onClipEvent (enterFrame) {
_xscale = (_xscale - 1);
_yscale = (_yscale - 1);
_x = (_x + xs);
_y = (_y + ys);
_alpha = (_alpha - 25);
ys = ys + 0.5;
if (_xscale <= 0) {
_alpha = 0;
}
}
Instance of Symbol 56 MovieClip in Symbol 58 MovieClip Frame 2
onClipEvent (load) {
_alpha = (600 + random(200));
xs = (Math.random() * 1) + 1;
ys = ((Math.random() * 2.5) + 5) * -1;
sc = random(15) + 15;
_xscale = sc;
_yscale = sc;
}
onClipEvent (enterFrame) {
_xscale = (_xscale - 1);
_yscale = (_yscale - 1);
_x = (_x + xs);
_y = (_y + ys);
_alpha = (_alpha - 25);
ys = ys + 0.5;
if (_xscale <= 0) {
_alpha = 0;
}
}
Instance of Symbol 56 MovieClip in Symbol 58 MovieClip Frame 2
onClipEvent (load) {
_alpha = (600 + random(200));
xs = (Math.random() * 1) + 1;
ys = ((Math.random() * 2.5) + 5) * -1;
sc = random(15) + 15;
_xscale = sc;
_yscale = sc;
}
onClipEvent (enterFrame) {
_xscale = (_xscale - 1);
_yscale = (_yscale - 1);
_x = (_x + xs);
_y = (_y + ys);
_alpha = (_alpha - 25);
ys = ys + 0.5;
if (_xscale <= 0) {
_alpha = 0;
}
}
Instance of Symbol 56 MovieClip in Symbol 58 MovieClip Frame 2
onClipEvent (load) {
_alpha = (600 + random(200));
xs = (Math.random() * 1) + 1;
ys = ((Math.random() * 2.5) + 5) * -1;
sc = random(15) + 15;
_xscale = sc;
_yscale = sc;
}
onClipEvent (enterFrame) {
_xscale = (_xscale - 1);
_yscale = (_yscale - 1);
_x = (_x + xs);
_y = (_y + ys);
_alpha = (_alpha - 25);
ys = ys + 0.5;
if (_xscale <= 0) {
_alpha = 0;
}
}
Instance of Symbol 56 MovieClip in Symbol 58 MovieClip Frame 2
onClipEvent (load) {
_alpha = (600 + random(200));
xs = (Math.random() * 1) + 1;
ys = ((Math.random() * 2.5) + 5) * -1;
sc = random(15) + 15;
_xscale = sc;
_yscale = sc;
}
onClipEvent (enterFrame) {
_xscale = (_xscale - 1);
_yscale = (_yscale - 1);
_x = (_x + xs);
_y = (_y + ys);
_alpha = (_alpha - 25);
ys = ys + 0.5;
if (_xscale <= 0) {
_alpha = 0;
}
}
Instance of Symbol 56 MovieClip in Symbol 58 MovieClip Frame 2
onClipEvent (load) {
_alpha = (600 + random(200));
xs = (Math.random() * 1) + 1;
ys = ((Math.random() * 2.5) + 5) * -1;
sc = random(15) + 15;
_xscale = sc;
_yscale = sc;
}
onClipEvent (enterFrame) {
_xscale = (_xscale - 1);
_yscale = (_yscale - 1);
_x = (_x + xs);
_y = (_y + ys);
_alpha = (_alpha - 25);
ys = ys + 0.5;
if (_xscale <= 0) {
_alpha = 0;
}
}
Instance of Symbol 56 MovieClip in Symbol 58 MovieClip Frame 2
onClipEvent (load) {
_alpha = (600 + random(200));
xs = (Math.random() * 1) + 1;
ys = ((Math.random() * 2.5) + 5) * -1;
sc = random(15) + 15;
_xscale = sc;
_yscale = sc;
}
onClipEvent (enterFrame) {
_xscale = (_xscale - 1);
_yscale = (_yscale - 1);
_x = (_x + xs);
_y = (_y + ys);
_alpha = (_alpha - 25);
ys = ys + 0.5;
if (_xscale <= 0) {
_alpha = 0;
}
}
Instance of Symbol 56 MovieClip in Symbol 58 MovieClip Frame 2
onClipEvent (load) {
_alpha = (600 + random(200));
xs = (Math.random() * 1) + 1;
ys = ((Math.random() * 2.5) + 5) * -1;
sc = random(15) + 15;
_xscale = sc;
_yscale = sc;
}
onClipEvent (enterFrame) {
_xscale = (_xscale - 1);
_yscale = (_yscale - 1);
_x = (_x + xs);
_y = (_y + ys);
_alpha = (_alpha - 25);
ys = ys + 0.5;
if (_xscale <= 0) {
_alpha = 0;
}
}
Instance of Symbol 56 MovieClip in Symbol 58 MovieClip Frame 2
onClipEvent (load) {
_alpha = (600 + random(200));
xs = (Math.random() * 1) + 1;
ys = ((Math.random() * 2.5) + 5) * -1;
sc = random(15) + 15;
_xscale = sc;
_yscale = sc;
}
onClipEvent (enterFrame) {
_xscale = (_xscale - 1);
_yscale = (_yscale - 1);
_x = (_x + xs);
_y = (_y + ys);
_alpha = (_alpha - 25);
ys = ys + 0.5;
if (_xscale <= 0) {
_alpha = 0;
}
}
Instance of Symbol 56 MovieClip in Symbol 58 MovieClip Frame 2
onClipEvent (load) {
_alpha = (600 + random(200));
xs = (Math.random() * 1) + 1;
ys = ((Math.random() * 2.5) + 5) * -1;
sc = random(15) + 15;
_xscale = sc;
_yscale = sc;
}
onClipEvent (enterFrame) {
_xscale = (_xscale - 1);
_yscale = (_yscale - 1);
_x = (_x + xs);
_y = (_y + ys);
_alpha = (_alpha - 25);
ys = ys + 0.5;
if (_xscale <= 0) {
_alpha = 0;
}
}
Instance of Symbol 56 MovieClip in Symbol 58 MovieClip Frame 2
onClipEvent (load) {
_alpha = (600 + random(200));
xs = (Math.random() * 1) + 1;
ys = ((Math.random() * 2.5) + 5) * -1;
sc = random(15) + 15;
_xscale = sc;
_yscale = sc;
}
onClipEvent (enterFrame) {
_xscale = (_xscale - 1);
_yscale = (_yscale - 1);
_x = (_x + xs);
_y = (_y + ys);
_alpha = (_alpha - 25);
ys = ys + 0.5;
if (_xscale <= 0) {
_alpha = 0;
}
}
Instance of Symbol 56 MovieClip in Symbol 58 MovieClip Frame 2
onClipEvent (load) {
_alpha = (600 + random(200));
xs = (Math.random() * 1) + 1;
ys = ((Math.random() * 2.5) + 5) * -1;
sc = random(15) + 15;
_xscale = sc;
_yscale = sc;
}
onClipEvent (enterFrame) {
_xscale = (_xscale - 1);
_yscale = (_yscale - 1);
_x = (_x + xs);
_y = (_y + ys);
_alpha = (_alpha - 25);
ys = ys + 0.5;
if (_xscale <= 0) {
_alpha = 0;
}
}
Symbol 66 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 2
stop();
Symbol 66 MovieClip Frame 3
stop();
Symbol 66 MovieClip Frame 4
gotoAndPlay (2);
Symbol 66 MovieClip Frame 6
stop();
Symbol 66 MovieClip Frame 7
stop();
Symbol 66 MovieClip Frame 8
gotoAndPlay (6);
Symbol 69 Button
on (press) {
if (active) {
SON.play();
_root.hits++;
if (_root.hits == 1) {
_root.hitsShow = _root.hits + " HIT";
} else {
_root.hitsShow = _root.hits + " HITS";
}
_root.HIT.bounce();
bounce();
}
}
Instance of Symbol 66 MovieClip "SON" in Symbol 85 MovieClip Frame 1
onClipEvent (load) {
if (_root.easy) {
gotoAndStop (5);
}
}
Instance of Symbol 82 MovieClip in Symbol 85 MovieClip Frame 5
on (release) {
if (!yo) {
yo = true;
_visible = false;
_parent._xscale = _parent.sc * 0.9;
_parent._yscale = _parent.sc2 * 1.3;
_root.poop.play();
}
}
Symbol 99 MovieClip Frame 1
stop();
Symbol 106 Button
on (release) {
_root.cur._visible = false;
_root.baby.active = true;
_root.baby._y = _root.baby.initY;
_root.baby._x = _root.baby.initX;
_root.weapon.yo = true;
_root.baby.dead = false;
_root.baby.gotoAndStop(1);
_root.baby.xs = 0;
_root.baby.ys = 0;
_root.baby.id = 0;
_root.hits = 0;
_root.hitsShow = "";
_root.HIT._visible = true;
_parent.gotoAndStop(1);
}
Symbol 107 Button
on (release) {
stopAllSounds();
_root.gotoAndStop("menu");
}
Symbol 109 MovieClip Frame 1
stop();
Symbol 109 MovieClip Frame 2
hits = "hits : " + _root.hits;
if (_root.easy) {
score = _root.hits;
score2 = "score : " + score;
if ((_root.SAVE.data.s1 < score) || (_root.SAVE.data.s1 == undefined)) {
_root.SAVE.data.s1 = score;
score2 = score2 + " (high score)";
}
}
if (_root.medium) {
score = _root.hits * 2;
score2 = "score : " + score;
if ((_root.SAVE.data.s2 < score) || (_root.SAVE.data.s2 == undefined)) {
_root.SAVE.data.s2 = score;
score2 = score2 + " (high score)";
}
}
if (_root.hard) {
score = _root.hits * 3;
score2 = "score : " + score;
if ((_root.SAVE.data.s3 < score) || (_root.SAVE.data.s3 == undefined)) {
_root.SAVE.data.s3 = score;
score2 = score2 + " (high score)";
}
}