Frame 1
stop();
Instance of Symbol 2 MovieClip "loader" in Frame 1
onClipEvent (enterFrame) {
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
_root.gotoAndStop(2);
}
_xscale = ((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
}
Frame 2
gotoAndPlay (5);
Frame 4
gotoAndPlay (2);
Frame 5
stop();
Frame 6
_root.hoo = 0;
_root.mesta = 0;
_root.goPlace = 0;
stop();
Instance of Symbol 18 MovieClip "knop" in Frame 6
onClipEvent (enterFrame) {
if (_root.es eq 1) {
tellTarget (this) {
gotoAndStop (1);
};
}
if (_root.es eq 2) {
tellTarget (this) {
gotoAndStop (2);
};
}
if (_root.es eq 3) {
tellTarget (this) {
gotoAndStop (3);
};
}
}
onClipEvent (load) {
_root.es = 3;
}
Frame 7
tipi = getProperty(_root.mash, _rotation);
if (_root.mesta > 2) {
_root.hoo = _root.hoo + 1;
if (_root.hoo > 30) {
gotoAndStop (10);
}
}
play();
Instance of Symbol 50 MovieClip "beetle1" in Frame 7
onClipEvent (load) {
an = 10;
gotoSpotX = _x;
gotoSpoty = _y;
speed = 0;
anls = 0;
anlsz = 0;
_root.mesta = 0;
_root.test = "";
}
onClipEvent (enterFrame) {
_root.zx = Math.abs(getProperty(_root.mash, _x) - getProperty(_root.beetle1, _x));
_root.zy = Math.abs(getProperty(_root.mash, _y) - getProperty(_root.beetle1, _y));
b = new Sound(_root.zv);
if ((_root.zx <= 100) and (_root.zy <= 100)) {
if (an < 40) {
an = an + 0.1;
}
b.setVolume(an);
} else {
if (an > 10) {
an = an - 0.1;
}
b.setVolume(an);
}
if (speed > 2) {
if (anlsz eq 0) {
tellTarget (_root.zv) {
gotoAndPlay (2);
};
anlsz = 1;
}
} else {
b.stop();
}
if (_root.stc2 > 1) {
if (anls eq 0) {
_root.mesta = _root.mesta + 1;
_root.test = "_root.pedistal.";
_root.test = _root.test + _root.mesta;
tellTarget (_root.test) {
gotoAndStop (3);
};
_root.test = "";
anls = 1;
}
}
if (_root.star eq 1) {
if (_root.stc2 < 2) {
if (speed < 5) {
speed = speed + 0.5;
}
} else if (speed > 0) {
speed = speed - 0.2;
} else {
speed = 0;
}
}
bs = 1;
b = 5;
if (_root.es eq 1) {
c = 50;
}
if (_root.es eq 2) {
c = 60;
}
if (_root.es eq 3) {
c = 75;
}
tr = (-getProperty(_root.beetle1, _rotation)) + 160;
setProperty("_root.zd", _x , getProperty(_root.beetle1, _x) + (c * Math.sin(tr * (Math.PI/180))));
setProperty("_root.zd", _y , getProperty(_root.beetle1, _y) + (c * Math.cos(tr * (Math.PI/180))));
trl = (-getProperty(_root.beetle1, _rotation)) + 200;
setProperty("_root.zp", _x , getProperty(_root.beetle1, _x) + (c * Math.sin(trl * (Math.PI/180))));
setProperty("_root.zp", _y , getProperty(_root.beetle1, _y) + (c * Math.cos(trl * (Math.PI/180))));
gotoSpotX = gotoSpotX + (speed * Math.sin(_rotation * (Math.PI/180)));
gotoSpotY = gotoSpotY - (speed * Math.cos(_rotation * (Math.PI/180)));
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) > speed) {
_y = (_y - (speed * Math.cos(_rotation * (Math.PI/180))));
_x = (_x + (speed * Math.sin(_rotation * (Math.PI/180))));
} else {
num = num + 1;
if (num > 3) {
num = 0;
}
}
with (_root.zp) {
if (_root.dor.hitTest(getBounds(_root).xMax, _y, true)) {
_root.ky = 1;
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) + b);
}
if (_root.dor.hitTest(getBounds(_root).xMin, _y, true)) {
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) + b);
_root.ky = 1;
}
if (_root.dor.hitTest(_x, getBounds(_root).yMax, true)) {
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) + b);
_root.ky = 1;
}
if (_root.dor.hitTest(_x, getBounds(_root).yMin, true)) {
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) + b);
_root.ky = 1;
}
if (_root.mash.hitTest(getBounds(_root).xMax, _y, true)) {
_root.ky = 1;
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) + bs);
}
if (_root.mash.hitTest(getBounds(_root).xMin, _y, true)) {
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) + bs);
_root.ky = 1;
}
if (_root.mash.hitTest(_x, getBounds(_root).yMax, true)) {
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) + bs);
_root.ky = 1;
}
if (_root.mash.hitTest(_x, getBounds(_root).yMin, true)) {
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) + bs);
_root.ky = 1;
}
}
with (_root.zd) {
if (_root.dor.hitTest(getBounds(_root).xMax, _y, true)) {
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) - b);
_root.k = 2;
}
if (_root.dor.hitTest(getBounds(_root).xMin, _y, true)) {
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) - b);
_root.k = 2;
}
if (_root.dor.hitTest(_x, getBounds(_root).yMax, true)) {
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) - b);
_root.k = 2;
}
if (_root.dor.hitTest(_x, getBounds(_root).yMin, true)) {
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) - b);
_root.k = 2;
}
if (_root.mash.hitTest(getBounds(_root).xMax, _y, true)) {
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) - bs);
_root.k = 2;
}
if (_root.mash.hitTest(getBounds(_root).xMin, _y, true)) {
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) - bs);
_root.k = 2;
}
if (_root.mash.hitTest(_x, getBounds(_root).yMax, true)) {
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) - bs);
_root.k = 2;
}
if (_root.mash.hitTest(_x, getBounds(_root).yMin, true)) {
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) - bs);
_root.k = 2;
}
}
with (_root.beetle1) {
if (_root.mash.hitTest(getBounds(_root).xMax, _y, true)) {
}
if (_root.mash.hitTest(getBounds(_root).xMin, _y, true)) {
}
if (_root.mash.hitTest(_x, getBounds(_root).yMax, true)) {
}
if (_root.mash.hitTest(_x, getBounds(_root).yMin, true)) {
if (getProperty(_root.beetle1, _x) > getProperty(_root.mash, _x)) {
}
}
if (_root.beetle.hitTest(getBounds(_root).xMax, _y, true)) {
setProperty("_root.beetle1", _x , getProperty(_root.beetle1, _x) - 3);
}
if (_root.beetle.hitTest(getBounds(_root).xMin, _y, true)) {
setProperty("_root.beetle1", _x , getProperty(_root.beetle1, _x) + 3);
}
if (_root.beetle.hitTest(_x, getBounds(_root).yMax, true)) {
setProperty("_root.beetle1", _y , getProperty(_root.beetle1, _y) - 3);
}
if (_root.beetle.hitTest(_x, getBounds(_root).yMin, true)) {
setProperty("_root.beetle1", _y , getProperty(_root.beetle1, _y) + 3);
}
with (_root.beetle1) {
if (_root.dor.hitTest(getBounds(_root).xMax, _y, true)) {
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) + b);
}
if (_root.dor.hitTest(getBounds(_root).xMin, _y, true)) {
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) + b);
}
if (_root.dor.hitTest(_x, getBounds(_root).yMax, true)) {
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) + b);
}
if (_root.dor.hitTest(_x, getBounds(_root).yMin, true)) {
setProperty("_root.beetle1", _rotation , getProperty(_root.beetle1, _rotation) + b);
}
}
}
}
Instance of Symbol 55 MovieClip "beetle" in Frame 7
onClipEvent (load) {
anlsz = 0;
num = 0;
anls = 0;
gotoSpotX = _x;
gotoSpoty = _y;
speed = 0;
clickMode = true;
turnMode = false;
}
onClipEvent (mouseDown) {
}
onClipEvent (enterFrame) {
_root.ax = Math.abs(getProperty(_root.mash, _x) - getProperty(_root.beetle, _x));
_root.ay = Math.abs(getProperty(_root.mash, _y) - getProperty(_root.beetle, _y));
c = new Sound(_root.zv1);
if ((_root.ax <= 100) and (_root.ay <= 100)) {
if (an < 40) {
an = an + 0.1;
}
c.setVolume(an);
} else {
if (an > 10) {
an = an - 0.1;
}
c.setVolume(an);
}
if (speed > 1) {
if (anlsz eq 0) {
tellTarget (_root.zv1) {
gotoAndPlay (2);
};
anlsz = 1;
}
} else {
c.stop();
}
if (_root.stc1 > 1) {
if (anls eq 0) {
_root.mesta = _root.mesta + 1;
_root.test = "_root.pedistal.";
_root.test = _root.test + _root.mesta;
tellTarget (_root.test) {
gotoAndStop (2);
};
_root.test = "";
anls = 1;
}
}
if (_root.star eq 1) {
if (_root.stc1 < 2) {
if (speed < 5) {
speed = speed + 0.5;
}
} else if (speed > 0) {
speed = speed - 0.2;
} else {
speed = 0;
}
}
_root.fox = (-getProperty(_root.beetle, _rotation)) + 160;
b = 5;
if (_root.es eq 1) {
c = 50;
}
if (_root.es eq 2) {
c = 60;
}
if (_root.es eq 3) {
c = 75;
}
tr = (-getProperty(_root.beetle, _rotation)) + 160;
setProperty("_root.pd", _x , getProperty(_root.beetle, _x) + (c * Math.sin(tr * (Math.PI/180))));
setProperty("_root.pd", _y , getProperty(_root.beetle, _y) + (c * Math.cos(tr * (Math.PI/180))));
trl = (-getProperty(_root.beetle, _rotation)) + 200;
setProperty("_root.ld", _x , getProperty(_root.beetle, _x) + (c * Math.sin(trl * (Math.PI/180))));
setProperty("_root.ld", _y , getProperty(_root.beetle, _y) + (c * Math.cos(trl * (Math.PI/180))));
gotoSpotX = gotoSpotX + (speed * Math.sin(_rotation * (Math.PI/180)));
gotoSpotY = gotoSpotY - (speed * Math.cos(_rotation * (Math.PI/180)));
if (clickMode) {
}
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
targetRotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
if (Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) > speed) {
_y = (_y - (speed * Math.cos(_rotation * (Math.PI/180))));
_x = (_x + (speed * Math.sin(_rotation * (Math.PI/180))));
} else {
num = num + 1;
if (num > 3) {
num = 0;
}
}
_root.batrot = getProperty(_root.beetle, _rotation);
with (_root.ld) {
if (_root.dor.hitTest(getBounds(_root).xMax, _y, true)) {
_root.ky = 1;
_root.k = 0;
setProperty("_root.beetle", _rotation , getProperty(_root.beetle, _rotation) + b);
}
if (_root.dor.hitTest(getBounds(_root).xMin, _y, true)) {
setProperty("_root.beetle", _rotation , getProperty(_root.beetle, _rotation) + b);
_root.ky = 1;
_root.k = 0;
}
if (_root.dor.hitTest(_x, getBounds(_root).yMax, true)) {
setProperty("_root.beetle", _rotation , getProperty(_root.beetle, _rotation) + b);
_root.ky = 1;
_root.k = 0;
}
if (_root.dor.hitTest(_x, getBounds(_root).yMin, true)) {
setProperty("_root.beetle", _rotation , getProperty(_root.beetle, _rotation) + b);
_root.ky = 1;
_root.k = 0;
}
}
with (_root.pd) {
if (_root.dor.hitTest(getBounds(_root).xMax, _y, true)) {
setProperty("_root.beetle", _rotation , getProperty(_root.beetle, _rotation) - b);
_root.k = 1;
_root.ky = 0;
}
if (_root.dor.hitTest(getBounds(_root).xMin, _y, true)) {
setProperty("_root.beetle", _rotation , getProperty(_root.beetle, _rotation) - b);
_root.k = 1;
_root.ky = 0;
}
if (_root.dor.hitTest(_x, getBounds(_root).yMax, true)) {
setProperty("_root.beetle", _rotation , getProperty(_root.beetle, _rotation) - b);
_root.k = 1;
_root.ky = 0;
}
if (_root.dor.hitTest(_x, getBounds(_root).yMin, true)) {
setProperty("_root.beetle", _rotation , getProperty(_root.beetle, _rotation) - b);
_root.k = 1;
_root.ky = 0;
}
with (_root.beetle) {
if (_root.dor.hitTest(getBounds(_root).xMax, _y, true)) {
setProperty("_root.beetle", _rotation , getProperty(_root.beetle, _rotation) + b);
}
if (_root.dor.hitTest(getBounds(_root).xMin, _y, true)) {
setProperty("_root.beetle", _rotation , getProperty(_root.beetle, _rotation) + b);
}
if (_root.dor.hitTest(_x, getBounds(_root).yMax, true)) {
setProperty("_root.beetle", _rotation , getProperty(_root.beetle, _rotation) + b);
}
if (_root.dor.hitTest(_x, getBounds(_root).yMin, true)) {
setProperty("_root.beetle", _rotation , getProperty(_root.beetle, _rotation) + b);
}
with (_root.beetle) {
if (_root.mash.hitTest(getBounds(_root).xMax, _y, true)) {
}
if (_root.mash.hitTest(getBounds(_root).xMin, _y, true)) {
}
if (_root.mash.hitTest(_x, getBounds(_root).yMax, true)) {
}
if (_root.mash.hitTest(_x, getBounds(_root).yMin, true)) {
if (getProperty(_root.beetle, _x) > getProperty(_root.mash, _x)) {
}
}
if (_root.beetle1.hitTest(getBounds(_root).xMax, _y, true)) {
setProperty("_root.beetle", _x , getProperty(_root.beetle, _x) - 3);
}
if (_root.beetle1.hitTest(getBounds(_root).xMin, _y, true)) {
setProperty("_root.beetle", _x , getProperty(_root.beetle, _x) + 3);
}
if (_root.beetle1.hitTest(_x, getBounds(_root).yMax, true)) {
setProperty("_root.beetle", _y , getProperty(_root.beetle, _y) - 3);
}
if (_root.beetle1.hitTest(_x, getBounds(_root).yMin, true)) {
setProperty("_root.beetle", _y , getProperty(_root.beetle, _y) + 3);
if (getProperty(_root.beetle, _x) > getProperty(_root.beetle1, _x)) {
}
}
}
}
}
}
Instance of Symbol 61 MovieClip "zv1" in Frame 7
onClipEvent (enterFrame) {
}
Instance of Symbol 74 MovieClip "mash" in Frame 7
onClipEvent (load) {
anls = 0;
tabu = 0;
_root.naprov = 0;
i = 5;
sk = 5;
a = 5;
}
onClipEvent (keyUp) {
}
onClipEvent (enterFrame) {
if (((_root.z > 0.5) and (tabu eq 0)) and Key.isDown(38)) {
tellTarget (_root.mzv) {
gotoAndPlay (2);
};
tabu = 1;
}
if (_root.z eq 0) {
zb = new Sound(_root.mzv);
zb.stop();
}
if (Key.isDown(38)) {
} else if (((_root.z < 5) and (tabu eq 1)) and (_root.z > 4)) {
zb = new Sound(_root.mzv);
zb.stop();
tellTarget (_root.mzv) {
gotoAndPlay (27);
};
tabu = 0;
}
if (anls eq 0) {
}
if (_root.stc > 1) {
if (anls eq 0) {
_root.mesta = _root.mesta + 1;
_root.test = "_root.pedistal.";
_root.test = _root.test + _root.mesta;
tellTarget (_root.test) {
gotoAndStop (4);
};
_root.test = "";
anls = 1;
}
}
if (_root.star eq 0) {
_root.z = 0;
}
_root.x = getProperty(_root.mash, _x);
_root.y = getProperty(_root.mash, _y);
jamp = 160;
if (_root.y > 450) {
setProperty(_root.mash, _y , getProperty(_root.mash, _y) - jamp);
setProperty(_root.pr, _y , getProperty(_root.pr, _y) - jamp);
setProperty(_root.dor, _y , getProperty(_root.dor, _y) - jamp);
setProperty(_root.beetle, _y , getProperty(_root.beetle, _y) - jamp);
setProperty(_root.beetle1, _y , getProperty(_root.beetle1, _y) - jamp);
setProperty(_root.bee, _y , getProperty(_root.bee, _y) - jamp);
setProperty(_root.fchert, _y , getProperty(_root.fchert, _y) - jamp);
setProperty(_root.f1, _y , getProperty(_root.f1, _y) - jamp);
setProperty(_root.f2, _y , getProperty(_root.f2, _y) - jamp);
setProperty(_root.ba1, _y , getProperty(_root.ba1, _y) - jamp);
setProperty(_root.ba2, _y , getProperty(_root.ba2, _y) - jamp);
}
if (_root.y < 20) {
setProperty(_root.mash, _y , getProperty(_root.mash, _y) + jamp);
setProperty(_root.pr, _y , getProperty(_root.pr, _y) + jamp);
setProperty(_root.dor, _y , getProperty(_root.dor, _y) + jamp);
setProperty(_root.beetle, _y , getProperty(_root.beetle, _y) + jamp);
setProperty(_root.beetle1, _y , getProperty(_root.beetle1, _y) + jamp);
setProperty(_root.bee, _y , getProperty(_root.bee, _y) + jamp);
setProperty(_root.fchert, _y , getProperty(_root.fchert, _y) + jamp);
setProperty(_root.f1, _y , getProperty(_root.f1, _y) + jamp);
setProperty(_root.f2, _y , getProperty(_root.f2, _y) + jamp);
setProperty(_root.ba1, _y , getProperty(_root.ba1, _y) + jamp);
setProperty(_root.ba2, _y , getProperty(_root.ba2, _y) + jamp);
}
if (_root.x > 550) {
setProperty(_root.mash, _x , getProperty(_root.mash, _x) - jamp);
setProperty(_root.pr, _x , getProperty(_root.pr, _x) - jamp);
setProperty(_root.dor, _x , getProperty(_root.dor, _x) - jamp);
setProperty(_root.beetle, _x , getProperty(_root.beetle, _x) - jamp);
setProperty(_root.beetle1, _x , getProperty(_root.beetle1, _x) - jamp);
setProperty(_root.bee, _x , getProperty(_root.bee, _x) - jamp);
setProperty(_root.fchert, _x , getProperty(_root.fchert, _x) - jamp);
setProperty(_root.f1, _x , getProperty(_root.f1, _x) - jamp);
setProperty(_root.f2, _x , getProperty(_root.f2, _x) - jamp);
setProperty(_root.ba1, _x , getProperty(_root.ba1, _x) - jamp);
setProperty(_root.ba2, _x , getProperty(_root.ba2, _x) - jamp);
}
if (_root.x < 40) {
setProperty(_root.mash, _x , getProperty(_root.mash, _x) + jamp);
setProperty(_root.pr, _x , getProperty(_root.pr, _x) + jamp);
setProperty(_root.dor, _x , getProperty(_root.dor, _x) + jamp);
setProperty(_root.beetle, _x , getProperty(_root.beetle, _x) + jamp);
setProperty(_root.beetle1, _x , getProperty(_root.beetle1, _x) + jamp);
setProperty(_root.bee, _x , getProperty(_root.bee, _x) + jamp);
setProperty(_root.fchert, _x , getProperty(_root.fchert, _x) + jamp);
setProperty(_root.f1, _x , getProperty(_root.f1, _x) + jamp);
setProperty(_root.f2, _x , getProperty(_root.f2, _x) + jamp);
setProperty(_root.ba1, _x , getProperty(_root.ba1, _x) + jamp);
setProperty(_root.ba2, _x , getProperty(_root.ba2, _x) + jamp);
}
with (_root.mash) {
if (_root.beetle1.hitTest(getBounds(_root).xMax, _y, true)) {
setProperty(_root.mash, _x , getProperty(_root.mash, _x) - a);
}
if (_root.beetle1.hitTest(getBounds(_root).xMin, _y, true)) {
setProperty(_root.mash, _x , getProperty(_root.mash, _x) + a);
}
if (_root.beetle1.hitTest(_x, getBounds(_root).yMax, true)) {
setProperty(_root.mash, _y , getProperty(_root.mash, _y) - a);
}
if (_root.beetle1.hitTest(_x, getBounds(_root).yMin, true)) {
setProperty(_root.mash, _y , getProperty(_root.mash, _y) + a);
}
if (_root.beetle.hitTest(getBounds(_root).xMax, _y, true)) {
setProperty(_root.mash, _x , getProperty(_root.mash, _x) - a);
}
if (_root.beetle.hitTest(getBounds(_root).xMin, _y, true)) {
setProperty(_root.mash, _x , getProperty(_root.mash, _x) + a);
}
if (_root.beetle.hitTest(_x, getBounds(_root).yMax, true)) {
setProperty(_root.mash, _y , getProperty(_root.mash, _y) - a);
}
if (_root.beetle.hitTest(_x, getBounds(_root).yMin, true)) {
setProperty(_root.mash, _y , getProperty(_root.mash, _y) + a);
}
}
with (_root.mash) {
if (Key.isDown(Key.down)) {
_root.z = 0;
}
if (_root.z > 0) {
if (_root.pr.hitTest(getBounds(_root).xMax, _y, true)) {
_root.z = _root.z - 0.2;
setProperty(_root.mash, _x , getProperty(_root.mash, _x) - 2);
}
if (_root.pr.hitTest(getBounds(_root).xMin, _y, true)) {
_root.z = _root.z - 0.2;
setProperty(_root.mash, _x , getProperty(_root.mash, _x) + 2);
}
if (_root.pr.hitTest(_x, getBounds(_root).yMax, true)) {
setProperty(_root.mash, _y , getProperty(_root.mash, _y) - 2);
_root.z = _root.z - 0.2;
}
if (_root.pr.hitTest(_x, getBounds(_root).yMin, true)) {
setProperty(_root.mash, _y , getProperty(_root.mash, _y) + 2);
_root.z = _root.z - 0.2;
}
}
}
usk = 5;
if (Key.isDown(37) && (Key.isDown(38))) {
this._rotation = this._rotation - usk;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (Key.isDown(38))) {
this._rotation = this._rotation + usk;
}
if (((Key.isDown(37) && (_root.z > 0.1)) && (!Key.isDown(38))) && (!Key.isDown(40))) {
this._rotation = this._rotation - usk;
}
if (((Key.isDown(39) && (_root.z > 0.1)) && (!Key.isDown(38))) && (!Key.isDown(40))) {
this._rotation = this._rotation + usk;
}
if (Key.isDown(37) && (Key.isDown(40))) {
this._rotation = this._rotation + usk;
}
if (Key.isDown(39) && (Key.isDown(40))) {
this._rotation = this._rotation - usk;
}
if (Key.isDown(38)) {
this._y = this._y - (Math.cos((Math.PI/180) * this._rotation) * _root.z);
this._x = this._x + (Math.sin((Math.PI/180) * this._rotation) * _root.z);
}
if (Key.isDown(Key.down) && (_root.z < 0)) {
this._y = this._y - (Math.cos((Math.PI/180) * this._rotation) * _root.z);
this._x = this._x + (Math.sin((Math.PI/180) * this._rotation) * _root.z);
}
if (((Key.isDown(38) && (!Key.isDown(40))) && (_root.z > -2)) && (_root.z < sk)) {
_root.z = _root.z + 0.2;
}
if (((Key.isDown(40) && (!Key.isDown(38))) && (_root.z > -2)) && (_root.z < sk)) {
_root.z = _root.z - 0.2;
}
if (((_root.z > 0.1) && (!Key.isDown(38))) && (!Key.isDown(40))) {
this._y = this._y - (Math.cos((Math.PI/180) * this._rotation) * _root.z);
this._x = this._x + (Math.sin((Math.PI/180) * this._rotation) * _root.z);
_root.z = _root.z - 0.2;
}
if (((_root.z < -0.1) && (!Key.isDown(38))) && (!Key.isDown(40))) {
this._y = this._y - (Math.cos((Math.PI/180) * this._rotation) * _root.z);
this._x = this._x + (Math.sin((Math.PI/180) * this._rotation) * _root.z);
_root.z = _root.z + 0.1;
}
if ((((_root.z < 0.1) && (!Key.isDown(38))) && (!Key.isDown(40))) && (_root.z >= 0)) {
_root.z = 0;
}
if ((((_root.z > -0.1) && (!Key.isDown(38))) && (!Key.isDown(40))) && (_root.z <= 0)) {
_root.z = 0;
}
_root.rota = this._rotation;
}
Instance of Symbol 84 MovieClip "fchert" in Frame 7
onClipEvent (load) {
tellTarget ("_root.fchert") {
gotoAndStop (2);
};
}
onClipEvent (enterFrame) {
if (_root.v3 eq 0) {
_root.fchert;
if (hittest(_root.mash)) {
tellTarget ("_root.f2") {
gotoAndStop (1);
};
tellTarget ("_root.fchert") {
gotoAndStop (2);
};
}
}
_root.fchert;
if (hittest(_root.mash)) {
if (_root.v2 eq 0) {
tellTarget ("_root.f1") {
gotoAndStop (1);
};
_root.stc = _root.stc - 1;
tellTarget ("_root.fchert") {
gotoAndStop (2);
};
}
}
}
Instance of Symbol 85 MovieClip "f1" in Frame 7
onClipEvent (enterFrame) {
if (_root.v1 eq 0) {
_root.f1;
if (hittest(_root.mash)) {
tellTarget ("_root.fchert") {
gotoAndStop (1);
};
tellTarget ("_root.f1") {
gotoAndStop (2);
};
}
}
}
Instance of Symbol 86 MovieClip "f2" in Frame 7
onClipEvent (enterFrame) {
if (_root.v2 eq 0) {
_root.f2;
if (hittest(_root.mash)) {
tellTarget ("_root.f1") {
gotoAndStop (1);
};
tellTarget ("_root.f2") {
gotoAndStop (2);
};
}
}
}
Instance of Symbol 89 MovieClip "ba1" in Frame 7
onClipEvent (enterFrame) {
_root.ba1;
if (hittest(_root.beetle)) {
tellTarget ("_root.ba1") {
gotoAndPlay (2);
};
}
}
Instance of Symbol 90 MovieClip "ba2" in Frame 7
onClipEvent (enterFrame) {
_root.ba2;
if (hittest(_root.beetle1)) {
tellTarget ("_root.ba2") {
gotoAndPlay (2);
};
}
}
Frame 8
play();
Frame 9
gotoAndPlay (7);
Frame 10
_root.goPlace = 1;
stop();
Frame 11
stopAllSounds();
stop();
Symbol 5 Button
on (release) {
getURL ("http://www.ctp-design.net", "_self");
}
Symbol 11 Button
on (release) {
gotoAndPlay (6);
}
on (rollOver) {
setProperty("starto", _alpha , "100");
}
on (rollOut, dragOut) {
setProperty("starto", _alpha , "30");
}
Symbol 18 MovieClip Frame 1
stop();
Symbol 18 MovieClip Frame 2
stop();
Symbol 18 MovieClip Frame 3
stop();
Symbol 23 Button
on (release) {
stopAllSounds();
gotoAndStop (7);
_root.stc = 0;
_root.stc1 = 0;
_root.stc2 = 0;
}
Symbol 30 Button
on (release) {
_root.es = 2;
}
on (rollOver) {
setProperty("norm", _alpha , "100");
}
on (rollOut, dragOut) {
setProperty("norm", _alpha , "30");
}
Symbol 31 Button
on (release) {
_root.es = 1;
}
on (rollOver) {
setProperty("easy", _alpha , "100");
}
on (rollOut, dragOut) {
setProperty("easy", _alpha , "30");
}
Symbol 32 Button
on (release) {
_root.es = 3;
}
on (rollOver) {
setProperty("hard", _alpha , "100");
}
on (rollOut, dragOut) {
setProperty("hard", _alpha , "30");
}
Symbol 35 Button
on (release) {
gotoAndPlay (11);
}
Symbol 59 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 2
play();
Symbol 59 MovieClip Frame 4
gotoAndStop (1);
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 2
play();
Symbol 61 MovieClip Frame 4
gotoAndStop (1);
Symbol 74 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 1
_root.star = 0;
Symbol 82 MovieClip Frame 85
_root.star = 1;
Symbol 82 MovieClip Frame 124
stop();
Symbol 84 MovieClip Frame 1
_root.v1 = 1;
stop();
Symbol 84 MovieClip Frame 2
_root.v1 = 0;
_root.stc = _root.stc + 1;
Symbol 84 MovieClip Frame 7
stop();
Symbol 85 MovieClip Frame 1
_root.v2 = 1;
stop();
Symbol 85 MovieClip Frame 2
_root.v2 = 0;
Symbol 85 MovieClip Frame 7
stop();
Symbol 86 MovieClip Frame 1
_root.v3 = 1;
stop();
Symbol 86 MovieClip Frame 2
_root.v3 = 0;
Symbol 86 MovieClip Frame 7
stop();
Symbol 89 MovieClip Frame 1
_root.s1 = 1;
stop();
Symbol 89 MovieClip Frame 2
_root.s1 = 0;
Symbol 89 MovieClip Frame 6
_root.stc1 = _root.stc1 + 1;
gotoAndStop (1);
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 6
_root.stc2 = _root.stc2 + 1;
gotoAndStop (1);
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 2
play();
Symbol 95 MovieClip Frame 16
gotoAndStop (1);
Symbol 95 MovieClip Frame 27
play();
Symbol 95 MovieClip Frame 49
stop();
Symbol 103 MovieClip Frame 22
gotoAndPlay (23);
Symbol 103 MovieClip Frame 27
if (_root.goPlace eq 1) {
gotoAndPlay (30);
}
if (_root.goPlace ne 1) {
gotoAndPlay (22);
}
Symbol 103 MovieClip Frame 60
stop();
Symbol 104 MovieClip Frame 1
stop();
Symbol 104 MovieClip Frame 2
stop();
Symbol 104 MovieClip Frame 3
stop();
Symbol 104 MovieClip Frame 4
stop();
Symbol 107 MovieClip Frame 22
gotoAndPlay (23);
Symbol 107 MovieClip Frame 27
if (_root.goPlace eq 1) {
gotoAndPlay (30);
}
if (_root.goPlace ne 1) {
gotoAndPlay (22);
}
Symbol 107 MovieClip Frame 60
stop();
Symbol 108 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 2
stop();
Symbol 108 MovieClip Frame 3
stop();
Symbol 108 MovieClip Frame 4
stop();
Symbol 110 MovieClip Frame 22
gotoAndPlay (23);
Symbol 110 MovieClip Frame 27
if (_root.goPlace eq 1) {
gotoAndPlay (30);
}
if (_root.goPlace ne 1) {
gotoAndPlay (22);
}
Symbol 110 MovieClip Frame 60
stop();
Symbol 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 2
stop();
Symbol 111 MovieClip Frame 3
stop();
Symbol 111 MovieClip Frame 4
stop();
Symbol 112 MovieClip Frame 1
stop();
Symbol 115 MovieClip Frame 1
stopAllSounds();
Symbol 115 MovieClip Frame 4
stop();
Symbol 116 Button
on (release) {
stopAllSounds();
gotoAndPlay (6);
}
Symbol 125 Button
on (release) {
gotoAndStop (6);
}