Frame 1
_root.MovieWidth = 614;
_root.MovieHeight = 476;
_root.MovieX = 0;
_root.MovieY = 0;
_root.MovieAutoHide = 0;
_root.AlreadyJumpedTo11 = false;
_root.ControlsScale = 99999999 /* 0x5F5E0FF */;
if (_root.MovieLoadPercent == undefined) {
_root.MovieLoadPercent = 0;
}
if (_root.MovieAutoHide != 305414951) {
if (_root.MovieAutoHide > 0) {
_root.autohide = true;
} else {
_root.autohide = false;
}
}
if (inside) {
gotoAndPlay (11);
return(undefined);
}
fscommand ("allowscale", "false");
min_prc = 0;
max_prc = 1;
speedInterval = 5;
speedCounter = 0;
timeBegin = (speedTimeBegin = getTimer());
action2 = function () {
var _local1 = _root;
if (_local1.MovieLoadPercent > 0) {
action10();
} else if ((_currentframe < 10) && (_framesloaded >= 11)) {
if (!_local1.AlreadyJumpedTo11) {
_local1.AlreadyJumpedTo11 = true;
gotoAndPlay (11);
}
} else {
action10();
}
};
action10 = function () {
var _local1 = _root;
if (_local1.MovieLoadPercent > 0) {
if ((getBytesLoaded() > (((getBytesTotal() * _local1.MovieLoadPercent) / 100) - 1)) && (_framesloaded > 10)) {
action10 = null;
if (!_local1.AlreadyJumpedTo11) {
_local1.AlreadyJumpedTo11 = true;
gotoAndPlay (11);
}
}
} else {
if ((getBytesLoaded() >= (getBytesTotal() * max_prc)) && (_framesloaded > 10)) {
action10 = null;
if (!_local1.AlreadyJumpedTo11) {
_local1.AlreadyJumpedTo11 = true;
gotoAndPlay (11);
}
}
speedCounter++;
if (speedCounter == speedInterval) {
fps = speedInterval / (getTimer() - speedTimeBegin);
var _local2 = (getTimer() - timeBegin) * ((getBytesTotal() / getBytesLoaded()) - 1);
var _local3 = getBytesLoaded() / getBytesTotal();
if (((_local3 > min_prc) && (((_totalframes - 10) / fps) > _local2)) && (((_framesloaded - 10) / fps) > _local2)) {
action10 = null;
if (!_local1.AlreadyJumpedTo11) {
_local1.AlreadyJumpedTo11 = true;
gotoAndPlay (11);
}
}
speedCounter = 0;
speedTimeBegin = getTimer();
}
}
};
_root.racalc_control_bar = function () {
var _local1 = _root;
if (_local1.ControlsScale == 99999999) {
if (_local1.MovieWidth >= _level0.Controls._width) {
_local1.ControlsScale = 1;
} else {
pbar_awidth = _level0.Controls.progreesBar._width;
pbar_width = Math.min(45, pbar_awidth);
while (true) {
k = _local1.MovieWidth / (_level0.Controls._width - (pbar_awidth - pbar_width));
if (k <= 1) {
break;
}
pbar_width++;
}
_level0.Controls.mAuto._x = _level0.Controls.mAuto._x - (pbar_awidth - pbar_width);
_level0.Controls.progreesBar.TL.mR._x = _level0.Controls.progreesBar.TL.mR._x - (pbar_awidth - pbar_width);
_level0.Controls.progreesBar.TL.mE._width = pbar_width;
_local1.ControlsScale = _local1.MovieWidth / _level0.Controls._width;
_level0.Controls._width = _level0.Controls._width * _local1.ControlsScale;
_level0.Controls._height = _level0.Controls._height * _local1.ControlsScale;
if (_level0.Controls._y > 0) {
_level0.Controls._y = _local1.MovieHeight - _level0.Controls._height;
}
}
}
};
Frame 2
action2();
mLoader.mBar._xscale = (getBytesLoaded() / getBytesTotal()) * 100;
Frame 3
gotoAndPlay(_currentframe - 1);
Instance of Symbol 91 MovieClip "Controls" in Frame 10
onClipEvent (load) {
_root.TW = _root.MovieWidth;
_root.racalc_control_bar();
frame = 0;
}
onClipEvent (enterFrame) {
frame++;
if (frame == 1) {
_root.TW = _root.MovieWidth;
_root.racalc_control_bar();
UpdateBar();
_level0.Controls.mBLL.gotoAndStop(1);
}
_parent.action10();
OEF();
}
Frame 11
stop();
Frame 2639
stop();
Symbol 47 Button
on (press) {
_parent.mySlider._x = _parent._xmouse;
_parent.mySlider.DoPress();
}
on (release, releaseOutside) {
_root.action10 = null;
_parent.mySlider.MM();
_parent.mySlider.DoRelease();
}
Symbol 54 MovieClip Frame 1
stop();
Symbol 64 Button
on (press) {
DoPress();
}
on (release, releaseOutside) {
_root.action10 = null;
DoRelease();
}
Symbol 65 MovieClip Frame 1
function DoPress() {
var _local1 = _parent;
isDraging = true;
_local1._parent.PB.gotoAndStop("pn");
_local1._parent.isPlayed = false;
_local1._parent._parent.stop();
}
function DoRelease() {
MM();
isDraging = false;
}
function MM() {
var _local1 = _parent;
if (isDraging) {
this._x = Math.max(0, Math.min(_local1._xmouse, _local1.mHit._xscale));
_local1._parent._parent.gotoAndStop(Math.floor((this._x * _local1.totalFrames) / _local1.mHit._xscale) + 11);
_local1._parent.pf = _local1._parent._parent._currentframe;
SetPos();
}
}
isDraging = false;
Symbol 66 MovieClip Frame 1
function UpdateBar() {
var _local1 = _root;
var _local2 = _parent;
_local2.mAuto._x = int((_local1.TW - (_local2.mAuto._width * _local1.ControlsScale)) + 1);
_local2.mAuto._x = _local2.mAuto._x / _local1.ControlsScale;
_local2.ControlBarBg._xscale = int(_local1.TW) / _local1.ControlsScale;
TL.mR._x = int((((_local1.TW - (_x * _local1.ControlsScale)) - (_local2.mAuto._width * _local1.ControlsScale)) - (16 * _local1.ControlsScale)) - (int((TL.mR._width * _local1.ControlsScale) - 3) * 2));
TL.mR._x = TL.mR._x / _local1.ControlsScale;
TL.mE._x = 0;
TL.mS._x = 0;
mHit._xscale = (TL.mE._xscale = TL.mR._x);
TL.mS._xscale = 0;
TL.SetProgress();
}
isDraging = false;
totalFrames = _parent._parent._totalframes - 10;
TL.SetProgress = function () {
var _local1 = this;
var _local2 = (_local1._parent._parent._parent._framesloaded - 10) / _local1._parent.totalFrames;
_local1.mS._xscale = _local2 * _local1.mE._xscale;
_local1.mR.gotoAndStop(((_local2 == 1) ? 2 : 1));
};
_x = (_x + int(TL.mR._width - 3));
UpdateBar();
Instance of Symbol 65 MovieClip "mySlider" in Symbol 66 MovieClip Frame 1
onClipEvent (load) {
function SetPos() {
var _local1 = _parent;
this._x = Math.round((_local1.TL.mE._xscale * (_local1._parent._parent._currentframe - 10.5)) / _local1.totalFrames);
}
}
onClipEvent (mouseMove) {
MM();
}
Symbol 81 MovieClip Frame 1
stop();
Instance of Symbol 73 MovieClip in Symbol 81 MovieClip Frame 1
onClipEvent (load) {
bOver = hitTest(_root._xmouse, _root._ymouse, false);
bDown = Key.isDown(1) && (bOver);
bLock = false;
if (bOver) {
gotoAndStop((bDown ? 3 : 2));
} else if (bDown) {
gotoAndStop (2);
} else {
stop();
}
}
onClipEvent (mouseMove) {
if ((_currentframe != 4) && (!bLock)) {
if (((!bOver) && (Key.isDown(1))) && (!bDown)) {
bLock = true;
bOver = false;
} else if ((!bOver) && (hitTest(_root._xmouse, _root._ymouse, 0))) {
bOver = true;
gotoAndStop((bDown ? 3 : 2));
} else if (bOver && (!hitTest(_root._xmouse, _root._ymouse, 0))) {
bOver = false;
gotoAndStop((bDown ? 2 : 1));
}
} else if (!bLock) {
bOver = false;
bDown = false;
}
updateAfterEvent();
}
onClipEvent (mouseDown) {
if ((_currentframe != 4) && (!bLock)) {
if (bOver) {
bDown = true;
gotoAndStop (3);
}
}
updateAfterEvent();
}
onClipEvent (mouseUp) {
if (_currentframe != 4) {
bDown = false;
if (bOver) {
gotoAndStop (2);
_root.action10 = null;
DoRelease();
} else if (hitTest(_root._xmouse, _root._ymouse, 0)) {
bOver = true;
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
bLock = false;
updateAfterEvent();
}
onClipEvent (load) {
DoRelease = function () {
var _local1 = _parent;
_local1._parent._parent.stop();
_local1._parent.isPlayed = false;
_local1.gotoAndStop("pn");
};
}
Instance of Symbol 80 MovieClip in Symbol 81 MovieClip Frame 2
onClipEvent (load) {
bOver = hitTest(_root._xmouse, _root._ymouse, false);
bDown = Key.isDown(1) && (bOver);
bLock = false;
if (bOver) {
gotoAndStop((bDown ? 3 : 2));
} else if (bDown) {
gotoAndStop (2);
} else {
stop();
}
}
onClipEvent (mouseMove) {
if ((_currentframe != 4) && (!bLock)) {
if (((!bOver) && (Key.isDown(1))) && (!bDown)) {
bLock = true;
bOver = false;
} else if ((!bOver) && (hitTest(_root._xmouse, _root._ymouse, 0))) {
bOver = true;
gotoAndStop((bDown ? 3 : 2));
} else if (bOver && (!hitTest(_root._xmouse, _root._ymouse, 0))) {
bOver = false;
gotoAndStop((bDown ? 2 : 1));
}
} else if (!bLock) {
bOver = false;
bDown = false;
}
updateAfterEvent();
}
onClipEvent (mouseDown) {
if ((_currentframe != 4) && (!bLock)) {
if (bOver) {
bDown = true;
gotoAndStop (3);
}
}
updateAfterEvent();
}
onClipEvent (mouseUp) {
if (_currentframe != 4) {
bDown = false;
if (bOver) {
gotoAndStop (2);
_root.action10 = null;
DoRelease();
} else if (hitTest(_root._xmouse, _root._ymouse, 0)) {
bOver = true;
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
bLock = false;
updateAfterEvent();
}
onClipEvent (load) {
DoRelease = function () {
var _local1 = _parent;
if (_local1._parent._parent._currentframe >= _local1._parent._parent._totalframes) {
_local1._parent._parent.gotoAndPlay(11);
_local1._parent.pf = _local1._parent._parent._currentframe;
_local1._parent.PB.gotoAndStop("pn");
} else {
_local1._parent._parent.play();
_local1._parent.isPlayed = true;
_local1.gotoAndStop("un");
}
};
}
Symbol 90 MovieClip Frame 1
stop();
Instance of Symbol 87 MovieClip in Symbol 90 MovieClip Frame 1
onClipEvent (load) {
bOver = hitTest(_root._xmouse, _root._ymouse, false);
bDown = Key.isDown(1) && (bOver);
bLock = false;
if (bOver) {
gotoAndStop((bDown ? 3 : 2));
} else if (bDown) {
gotoAndStop (2);
} else {
stop();
}
}
onClipEvent (mouseMove) {
if ((_currentframe != 4) && (!bLock)) {
if (((!bOver) && (Key.isDown(1))) && (!bDown)) {
bLock = true;
bOver = false;
} else if ((!bOver) && (hitTest(_root._xmouse, _root._ymouse, 0))) {
bOver = true;
gotoAndStop((bDown ? 3 : 2));
} else if (bOver && (!hitTest(_root._xmouse, _root._ymouse, 0))) {
bOver = false;
gotoAndStop((bDown ? 2 : 1));
}
} else if (!bLock) {
bOver = false;
bDown = false;
}
updateAfterEvent();
}
onClipEvent (mouseDown) {
if ((_currentframe != 4) && (!bLock)) {
if (bOver) {
bDown = true;
gotoAndStop (3);
}
}
updateAfterEvent();
}
onClipEvent (mouseUp) {
if (_currentframe != 4) {
bDown = false;
if (bOver) {
gotoAndStop (2);
_root.action10 = null;
DoRelease();
} else if (hitTest(_root._xmouse, _root._ymouse, 0)) {
bOver = true;
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
bLock = false;
updateAfterEvent();
}
onClipEvent (load) {
DoRelease = function () {
var _local1 = _parent;
var _local2 = _root;
_local2.autohide = !_local2.autohide;
if (_local2.autohide) {
_local1.gotoAndStop("on");
} else {
_local1._parent._alpha = 100;
_local1._parent._y = _local1._parent.cy;
_local1.gotoAndStop("off");
}
};
}
Instance of Symbol 89 MovieClip in Symbol 90 MovieClip Frame 2
onClipEvent (load) {
bOver = hitTest(_root._xmouse, _root._ymouse, false);
bDown = Key.isDown(1) && (bOver);
bLock = false;
if (bOver) {
gotoAndStop((bDown ? 3 : 2));
} else if (bDown) {
gotoAndStop (2);
} else {
stop();
}
}
onClipEvent (mouseMove) {
if ((_currentframe != 4) && (!bLock)) {
if (((!bOver) && (Key.isDown(1))) && (!bDown)) {
bLock = true;
bOver = false;
} else if ((!bOver) && (hitTest(_root._xmouse, _root._ymouse, 0))) {
bOver = true;
gotoAndStop((bDown ? 3 : 2));
} else if (bOver && (!hitTest(_root._xmouse, _root._ymouse, 0))) {
bOver = false;
gotoAndStop((bDown ? 2 : 1));
}
} else if (!bLock) {
bOver = false;
bDown = false;
}
updateAfterEvent();
}
onClipEvent (mouseDown) {
if ((_currentframe != 4) && (!bLock)) {
if (bOver) {
bDown = true;
gotoAndStop (3);
}
}
updateAfterEvent();
}
onClipEvent (mouseUp) {
if (_currentframe != 4) {
bDown = false;
if (bOver) {
gotoAndStop (2);
_root.action10 = null;
DoRelease();
} else if (hitTest(_root._xmouse, _root._ymouse, 0)) {
bOver = true;
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
bLock = false;
updateAfterEvent();
}
onClipEvent (load) {
DoRelease = function () {
var _local1 = _parent;
var _local2 = _root;
_local2.autohide = !_local2.autohide;
if (_local2.autohide) {
_local1.gotoAndStop("on");
} else {
_local1._parent._alpha = 100;
_local1._parent._y = _local1._parent.cy;
_local1.gotoAndStop("off");
}
};
}
Symbol 91 MovieClip Frame 1
function DoPosUpdate() {
var _local1 = this;
_local1._x = InitialX - _level0._x;
_local1._y = InitialY - _level0._y;
cy = _local1._y;
}
function OEF() {
var _local2 = this;
if (((_root.autohide && (isPlayed)) && (Math.abs(_local2._y - (cy + (_level0.Controls._height * TBlocation))) > 1)) && (_local2.t == 0)) {
_local2._y = _local2._y + (4 * TBlocation);
} else if (((_root.autohide && (isPlayed)) && (Math.abs(_local2._y - (cy + (_level0.Controls._height * TBlocation))) < 1)) && (_local2.t == 0)) {
_local2._alpha = 0;
} else {
_local2.t = _local2.t - 1;
}
if (_parent._currentframe == pf) {
if (_local2.isPlayed) {
_local2.isPlayed = false;
_local2.PB.gotoAndStop("pn");
}
} else {
pf = _parent._currentframe;
if (!_local2.isPlayed) {
_local2.PB.gotoAndStop("un");
_local2.isPlayed = true;
}
}
var _local1 = 0;
while (_local1 < 4) {
var _local3 = ["mBL", "mBLL", "mBR", "mBRR"][_local1];
if (_local2[_local3]._currentframe == 4) {
_local2[_local3].gotoAndStop(1);
}
_local1++;
}
if (!_local2.isPlayed) {
if (_parent._currentframe == 11) {
mBL.gotoAndStop(4);
mBLL.gotoAndStop(4);
} else if (_parent._currentframe == _parent._totalframes) {
mBR.gotoAndStop(4);
mBRR.gotoAndStop(4);
}
}
}
_parent.PosUpdate = function () {
DoPosUpdate();
};
_parent.inside = true;
isPlayed = true;
autohidetimeout = 3;
var t;
if (_root.first_this_y == undefined) {
_root.first_this_y = this._y;
}
cy = _root.first_this_y;
if (this.cy > (_root.MovieY + (_root.MovieHeight / 2))) {
TBlocation = 1;
} else {
TBlocation = -1;
}
InitialX = _x;
InitialY = _y;
if (_root.autohide == undefined) {
_root.autohide = false;
} else if (_root.autohide) {
mAuto.gotoAndStop(2);
if (!((_root._ymouse > cy) && (_root._ymouse < (cy + _level0.Controls._height)))) {
this._y = this._y + (_level0.Controls._height * TBlocation);
}
}
this.PB.gotoAndStop("un");
Instance of Symbol 17 MovieClip in Symbol 91 MovieClip Frame 1
onClipEvent (load) {
bOver = hitTest(_root._xmouse, _root._ymouse, false);
bDown = Key.isDown(1) && (bOver);
bLock = false;
if (bOver) {
gotoAndStop((bDown ? 3 : 2));
} else if (bDown) {
gotoAndStop (2);
} else {
stop();
}
}
onClipEvent (mouseMove) {
if ((_currentframe != 4) && (!bLock)) {
if (((!bOver) && (Key.isDown(1))) && (!bDown)) {
bLock = true;
bOver = false;
} else if ((!bOver) && (hitTest(_root._xmouse, _root._ymouse, 0))) {
bOver = true;
gotoAndStop((bDown ? 3 : 2));
} else if (bOver && (!hitTest(_root._xmouse, _root._ymouse, 0))) {
bOver = false;
gotoAndStop((bDown ? 2 : 1));
}
} else if (!bLock) {
bOver = false;
bDown = false;
}
updateAfterEvent();
}
onClipEvent (mouseDown) {
if ((_currentframe != 4) && (!bLock)) {
if (bOver) {
bDown = true;
gotoAndStop (3);
}
}
updateAfterEvent();
}
onClipEvent (mouseUp) {
if (_currentframe != 4) {
bDown = false;
if (bOver) {
gotoAndStop (2);
_root.action10 = null;
DoRelease();
} else if (hitTest(_root._xmouse, _root._ymouse, 0)) {
bOver = true;
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
bLock = false;
updateAfterEvent();
}
onClipEvent (load) {
DoRelease = function () {
var _local1 = _parent;
_local1._parent.gotoAndStop(11);
_local1.pf = _local1._parent._currentframe;
_local1.isPlayed = false;
_local1.PB.gotoAndStop("pn");
};
}
Instance of Symbol 24 MovieClip "mBR" in Symbol 91 MovieClip Frame 1
onClipEvent (load) {
bOver = hitTest(_root._xmouse, _root._ymouse, false);
bDown = Key.isDown(1) && (bOver);
bLock = false;
if (bOver) {
gotoAndStop((bDown ? 3 : 2));
} else if (bDown) {
gotoAndStop (2);
} else {
stop();
}
}
onClipEvent (mouseMove) {
if ((_currentframe != 4) && (!bLock)) {
if (((!bOver) && (Key.isDown(1))) && (!bDown)) {
bLock = true;
bOver = false;
} else if ((!bOver) && (hitTest(_root._xmouse, _root._ymouse, 0))) {
bOver = true;
gotoAndStop((bDown ? 3 : 2));
} else if (bOver && (!hitTest(_root._xmouse, _root._ymouse, 0))) {
bOver = false;
gotoAndStop((bDown ? 2 : 1));
}
} else if (!bLock) {
bOver = false;
bDown = false;
}
updateAfterEvent();
}
onClipEvent (mouseDown) {
if ((_currentframe != 4) && (!bLock)) {
if (bOver) {
bDown = true;
gotoAndStop (3);
}
}
updateAfterEvent();
}
onClipEvent (mouseUp) {
if (_currentframe != 4) {
bDown = false;
if (bOver) {
gotoAndStop (2);
_root.action10 = null;
DoRelease();
} else if (hitTest(_root._xmouse, _root._ymouse, 0)) {
bOver = true;
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
bLock = false;
updateAfterEvent();
}
onClipEvent (load) {
DoRelease = function () {
var _local1 = _parent;
if (_local1._parent._currentframe < _local1._parent._totalframes) {
_local1._parent.nextFrame();
_local1.pf = _local1._parent._currentframe;
}
_local1.isPlayed = false;
_local1.PB.gotoAndStop("pn");
};
}
Instance of Symbol 31 MovieClip "mBRR" in Symbol 91 MovieClip Frame 1
onClipEvent (load) {
bOver = hitTest(_root._xmouse, _root._ymouse, false);
bDown = Key.isDown(1) && (bOver);
bLock = false;
if (bOver) {
gotoAndStop((bDown ? 3 : 2));
} else if (bDown) {
gotoAndStop (2);
} else {
stop();
}
}
onClipEvent (mouseMove) {
if ((_currentframe != 4) && (!bLock)) {
if (((!bOver) && (Key.isDown(1))) && (!bDown)) {
bLock = true;
bOver = false;
} else if ((!bOver) && (hitTest(_root._xmouse, _root._ymouse, 0))) {
bOver = true;
gotoAndStop((bDown ? 3 : 2));
} else if (bOver && (!hitTest(_root._xmouse, _root._ymouse, 0))) {
bOver = false;
gotoAndStop((bDown ? 2 : 1));
}
} else if (!bLock) {
bOver = false;
bDown = false;
}
updateAfterEvent();
}
onClipEvent (mouseDown) {
if ((_currentframe != 4) && (!bLock)) {
if (bOver) {
bDown = true;
gotoAndStop (3);
}
}
updateAfterEvent();
}
onClipEvent (mouseUp) {
if (_currentframe != 4) {
bDown = false;
if (bOver) {
gotoAndStop (2);
_root.action10 = null;
DoRelease();
} else if (hitTest(_root._xmouse, _root._ymouse, 0)) {
bOver = true;
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
bLock = false;
updateAfterEvent();
}
onClipEvent (load) {
DoRelease = function () {
var _local1 = _parent;
_local1._parent.gotoAndStop(_local1._parent._totalframes);
_local1.pf = _local1._parent._currentframe;
_local1.isPlayed = false;
_local1.PB.gotoAndStop("pn");
};
}
Instance of Symbol 38 MovieClip "mBL" in Symbol 91 MovieClip Frame 1
onClipEvent (load) {
bOver = hitTest(_root._xmouse, _root._ymouse, false);
bDown = Key.isDown(1) && (bOver);
bLock = false;
if (bOver) {
gotoAndStop((bDown ? 3 : 2));
} else if (bDown) {
gotoAndStop (2);
} else {
stop();
}
}
onClipEvent (mouseMove) {
if ((_currentframe != 4) && (!bLock)) {
if (((!bOver) && (Key.isDown(1))) && (!bDown)) {
bLock = true;
bOver = false;
} else if ((!bOver) && (hitTest(_root._xmouse, _root._ymouse, 0))) {
bOver = true;
gotoAndStop((bDown ? 3 : 2));
} else if (bOver && (!hitTest(_root._xmouse, _root._ymouse, 0))) {
bOver = false;
gotoAndStop((bDown ? 2 : 1));
}
} else if (!bLock) {
bOver = false;
bDown = false;
}
updateAfterEvent();
}
onClipEvent (mouseDown) {
if ((_currentframe != 4) && (!bLock)) {
if (bOver) {
bDown = true;
gotoAndStop (3);
}
}
updateAfterEvent();
}
onClipEvent (mouseUp) {
if (_currentframe != 4) {
bDown = false;
if (bOver) {
gotoAndStop (2);
_root.action10 = null;
DoRelease();
} else if (hitTest(_root._xmouse, _root._ymouse, 0)) {
bOver = true;
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
bLock = false;
updateAfterEvent();
}
onClipEvent (load) {
DoRelease = function () {
var _local1 = _parent;
if (_local1._parent._currentframe > 11) {
_local1._parent.prevFrame();
_local1.pf = _local1._parent._currentframe;
}
_local1.isPlayed = false;
_local1.PB.gotoAndStop("pn");
};
}
Instance of Symbol 45 MovieClip "mBLL" in Symbol 91 MovieClip Frame 1
onClipEvent (load) {
bOver = hitTest(_root._xmouse, _root._ymouse, false);
bDown = Key.isDown(1) && (bOver);
bLock = false;
if (bOver) {
gotoAndStop((bDown ? 3 : 2));
} else if (bDown) {
gotoAndStop (2);
} else {
stop();
}
}
onClipEvent (mouseMove) {
if ((_currentframe != 4) && (!bLock)) {
if (((!bOver) && (Key.isDown(1))) && (!bDown)) {
bLock = true;
bOver = false;
} else if ((!bOver) && (hitTest(_root._xmouse, _root._ymouse, 0))) {
bOver = true;
gotoAndStop((bDown ? 3 : 2));
} else if (bOver && (!hitTest(_root._xmouse, _root._ymouse, 0))) {
bOver = false;
gotoAndStop((bDown ? 2 : 1));
}
} else if (!bLock) {
bOver = false;
bDown = false;
}
updateAfterEvent();
}
onClipEvent (mouseDown) {
if ((_currentframe != 4) && (!bLock)) {
if (bOver) {
bDown = true;
gotoAndStop (3);
}
}
updateAfterEvent();
}
onClipEvent (mouseUp) {
if (_currentframe != 4) {
bDown = false;
if (bOver) {
gotoAndStop (2);
_root.action10 = null;
DoRelease();
} else if (hitTest(_root._xmouse, _root._ymouse, 0)) {
bOver = true;
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
bLock = false;
updateAfterEvent();
}
onClipEvent (load) {
DoRelease = function () {
var _local1 = _parent;
_local1._parent.gotoAndStop(11);
_local1.pf = _local1._parent._currentframe;
_local1.isPlayed = false;
_local1.PB.gotoAndStop("pn");
};
}
Instance of Symbol 66 MovieClip "progreesBar" in Symbol 91 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!mySlider.isDraging) {
mySlider.SetPos();
}
TL.SetProgress();
}
Instance of Symbol 90 MovieClip "mAuto" in Symbol 91 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.autohide && (_root._ymouse > this._parent.cy)) && (_root._ymouse < (this._parent.cy + _level0.Controls._height))) {
this._parent._alpha = 100;
this._parent._y = this._parent.cy;
this._parent.t = this._parent.autohidetimeout;
}
}