Combined Code
frame 1 {
_root.gotoAndStop('f1');
}
button 3 {
on (press) {
m = 1;
mouseHit = 1;
}
on (release, releaseOutside, rollOut) {
delete m;
delete mouseHit;
}
}
movieClip 7 {
}
instance seekbar of movieClip 7 {
onClipEvent (enterFrame) {
if (_root._ymouse >= 360) {
this._visible = true;
} else {
this._visible = false;
}
trace(_root.playTimer);
if (second == null) {
second = 0;
min = 0;
ten = 0;
}
second = Math.round(_root._currentframe / 25);
ten = Math.floor(second / 10);
min = Math.floor(ten / 6);
_root.playTimer = min + ':' + (ten - min * 6) + '' + (second - ten * 10);
formula = Math.ceil(_root._xmouse * _root._totalframes / 550);
if (_root.seekbar.head.hitTest(_root._xmouse, _root._ymouse, true) && _root.seekbar.m == 1) {
_root.seekbar.mouseHit = 1;
} else {
if (_root.seekbar.head.hitTest(_root._xmouse, _root._ymouse, false)) {
delete _root.seekbar.mouseHit;
}
}
if (_root.seekbar.mouseHit == 1) {
_root.gotoAndStop(formula);
_root.seekbar.head._x = _root._xmouse;
stopAllSounds();
delete playMusic;
} else {
if (playMusic == null) {
_root.gotoAndPlay(_root._currentframe);
playMusic = 1;
}
_root.seekbar.head._x = _root._currentframe * 550 / (_root._totalframes - 1);
}
}
}
movieClip 172 {
}
movieClip 173 {
instance min of movieClip 172 {
onClipEvent (enterFrame) {
this._rotation += _root.seconds / 60;
}
}
instance hr of movieClip 172 {
onClipEvent (enterFrame) {
this._rotation += _root.seconds / 3600;
}
}
instance sec of movieClip 172 {
onClipEvent (enterFrame) {
if (_root.forward == 1) {
_rotation = _rotation + _root.seconds / 1;
_root.seconds = 3000;
} else {
_rotation = _rotation + _root.seconds / 1;
_root.seconds = -3000;
}
}
}
}
movieClip 175 {
}
movieClip 176 {
}
movieClip 177 {
}
movieClip 288 {
}
instance of movieClip 288 {
onClipEvent (enterFrame) {
this._rotation += 19;
}
}
instance of movieClip 288 {
onClipEvent (enterFrame) {
this._rotation += 29;
}
}
instance of movieClip 288 {
onClipEvent (enterFrame) {
this._rotation += 9;
}
}
frame 2453 {
forward = 1;
}
movieClip 403 {
}
movieClip 430 {
}
instance of movieClip 430 {
onClipEvent (enterFrame) {
this.amount += 3;
this.amount2 += amount * 0.15;
}
}
instance of movieClip 288 {
onClipEvent (enterFrame) {
this._rotation += 19;
}
}
instance of movieClip 288 {
onClipEvent (enterFrame) {
this._rotation += 29;
}
}
instance of movieClip 288 {
onClipEvent (enterFrame) {
this._rotation += 9;
}
}
movieClip 475 {
}
movieClip 476 {
}
movieClip 478 {
}
movieClip 479 {
}