Frame 2
_root.link = 1;
stop();
Instance of Symbol 15 MovieClip in Frame 2
onClipEvent (load) {
total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
loaded = _root.getBytesLoaded();
percent = int((loaded / total) * 100);
text = percent + "%";
this.gotoAndStop(percent);
if ((0 != ((0 != (loaded == total)) & (0 != (total > 380)))) & (0 != (a != 1))) {
a = 1;
_root.gotoAndPlay("s7");
}
}
Frame 15
_root.scroller._x = 380.2;
_root.scroller._y = 150.7;
_root.scroller.gotoAndStop(2);
Frame 41
stop();
Frame 42
_root.scroller.gotoAndStop(2);
Frame 57
pages.gotoAndStop(_root.link);
Instance of Symbol 460 MovieClip "back" in Frame 76
onClipEvent (load) {
defaultX = _x;
defaultY = _y;
newXpos = defaultX;
newYpos = defaultY;
newXpos = 0;
newYpos = 0;
xDifference = 125;
yDifference = 125;
newX = 1;
newY = 1;
friction = 0.7;
ratio = 0.07;
maxDistance = 11;
}
onClipEvent (enterFrame) {
_root.createEmptyMovieClip("my_lines", -100);
with (_root.my_lines) {
lineStyle(0, 3895943, 100);
var mc1 = _parent.back;
moveTo(mc1._x + 25, mc1._y + 19);
var mc2 = _parent.dot2;
lineTo(mc2._x, mc2._y);
}
clear();
if (_root.circle_animation == 1) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
xDifference = _root._xmouse - defaultX;
yDifference = _root._ymouse - defaultY;
newXpos = _root._xmouse - (xDifference / maxDistance);
newYpos = _root._ymouse - (yDifference / maxDistance);
} else {
newXpos = defaultX;
newYpos = defaultY;
}
newX = (newX * friction) + ((newXpos - _x) * ratio);
newY = (newY * friction) + ((newYpos - _y) * ratio);
_x = (_x + newX);
_y = (_y + newY);
_x = (int(_x) + 0.5);
_y = (int(_y) + 0.1);
}
}
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay(_totalframes - _currentframe);
}
on (release) {
_root.play();
}
Frame 90
stop();
_root.circle_animation = 1;
Frame 91
_root.scroller.gotoAndStop(2);
_root.circle_animation = 0;
Frame 95
removeMovieClip(_root.my_lines);
removeMovieClip(1);
Frame 110
gotoAndStop ("main");
Frame 151
_root.circle_animation = 1;
Symbol 15 MovieClip Frame 1
stop();
Symbol 17 Button
on (keyPress "<Tab>") {
_root.txt = _root.txt + 7;
}
Symbol 38 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 12
stop();
Symbol 41 MovieClip Frame 23
gotoAndStop (1);
Symbol 41 MovieClip Frame 32
stop();
Symbol 45 MovieClip Frame 1
stop();
Symbol 45 MovieClip Frame 12
stop();
Symbol 46 MovieClip Frame 1
stop();
Symbol 47 MovieClip Frame 1
stop();
Symbol 52 MovieClip Frame 1
stop();
Symbol 54 MovieClip Frame 1
stop();
Symbol 54 MovieClip Frame 21
stop();
Instance of Symbol 47 MovieClip "mn1" in Symbol 57 MovieClip Frame 1
onClipEvent (load) {
num = 1;
this.pic.gotoAndStop(num);
this.ttext.title.gotoAndStop(num);
}
Instance of Symbol 47 MovieClip "mn3" in Symbol 57 MovieClip Frame 1
onClipEvent (load) {
num = 3;
this.pic.gotoAndStop(num);
this.ttext.title.gotoAndStop(num);
}
Instance of Symbol 47 MovieClip "mn4" in Symbol 57 MovieClip Frame 1
onClipEvent (load) {
num = 4;
this.pic.gotoAndStop(num);
this.ttext.title.gotoAndStop(num);
}
Instance of Symbol 47 MovieClip "mn5" in Symbol 57 MovieClip Frame 1
onClipEvent (load) {
num = 5;
this.pic.gotoAndStop(num);
this.ttext.title.gotoAndStop(num);
}
Instance of Symbol 47 MovieClip "mn2" in Symbol 57 MovieClip Frame 1
onClipEvent (load) {
num = 2;
this.pic.gotoAndStop(num);
this.ttext.title.gotoAndStop(num);
this.swapDepths(999999999);
}
Symbol 57 MovieClip Frame 2
if (!_level100.NOFIRSTTIME) {
autoSkipTime = getTimer();
}
_quality = "best";
stop();
_level100.statusNow = "main";
_level200.snd.gotoAndPlay("snd1");
draw_mc.lineStyle(1, 16777215, 50);
draw_mc.moveTo(mn0._x, mn0._y);
mn0.ctrlX = -50;
mn0.ctrlY = random(400) + 100;
timeMC.onEnterFrame = function () {
if (_level100.NOFIRSTTIME) {
return(undefined);
}
autoSkipTime = Math.floor((getTimer() - autoSkipTimeO) / 1000);
if (autoSkipTime >= 1) {
}
};
this.onEnterFrame = function () {
c = 0;
};
i = 1;
while (i <= 5) {
mn = this["mn" + i];
mn.num = i;
mn._x = (mn.oX = (mn.destX = this["pos" + i]._x));
mn._y = (mn.oY = (mn.destY = this["pos" + i]._y));
mn._xscale = (mn._yscale = 1000 * mn.num);
mn.destS = (mn.oS = random(80) + 60);
mn.onEnterFrame = function () {
var _local1 = this;
_local1.dX = (_local1.destX + (((300 - _root._xmouse) * 0.05) * Math.floor(_local1._xscale / 50))) - _local1._x;
_local1.dY = (_local1.destY + (((300 - _root._ymouse) * 0.1) * Math.floor(_local1._yscale / 50))) - _local1._y;
_local1._x = _local1._x + (_local1.dX * 0.1);
_local1._y = _local1._y + (_local1.dY * 0.2);
_local1.dS = _local1.destS - _local1._xscale;
_local1._xscale = _local1._xscale + (_local1.dS * 0.4);
_local1._yscale = _local1._xscale;
_local1._alpha = _local1._xscale;
if (((Math.floor(mn3.dX) <= 0) && (Math.floor(mn3.dY) <= 0)) && (Math.floor(mn3.dS) <= 0)) {
play();
}
};
i++;
}
Symbol 57 MovieClip Frame 12
function ease(mc, xpos, ypos) {
eval (mc).destX = xpos;
eval (mc).destY = ypos;
eval (mc).t = 0;
eval (mc).bX = eval (mc)._x;
eval (mc).bY = eval (mc)._y;
eval (mc).bS = eval (mc)._xscale;
eval (mc).dX = eval (mc).destX - eval (mc)._x;
eval (mc).dY = eval (mc).destY - eval (mc)._y;
eval (mc).dS = eval (mc).destS - eval (mc)._xscale;
eval (mc).d = 40;
}
_quality = "high";
easeOut3 = function (t, b, c, d) {
var _local1 = t;
_local1 = (_local1 / d) - 1;
return((c * (((((_local1 / d) - 1) * _local1) * _local1) + 1)) + b);
};
easeInOut3 = function (t, b, c, d) {
var _local1 = t;
_local1 = _local1 / (d / 2);
if ((_local1 / (d / 2)) < 1) {
return((((((c / 2) * _local1) * _local1) * _local1) * _local1) + b);
}
_local1 = _local1 - 2;
return((((-c) / 2) * (((((_local1 - 2) * _local1) * _local1) * _local1) - 2)) + b);
};
easeInOut4 = function (t, b, c, d) {
var _local1 = t;
_local1 = _local1 / (d / 2);
if ((_local1 / (d / 2)) < 1) {
return(((((((c / 2) * _local1) * _local1) * _local1) * _local1) * _local1) + b);
}
_local1 = _local1 - 2;
return(((c / 2) * ((((((_local1 - 2) * _local1) * _local1) * _local1) * _local1) + 2)) + b);
};
i = 1;
while (i <= 9) {
mn = this["mn" + i];
mn.num = i;
ease(titleText, tpos0._x, tpos._y);
mn.onEnterFrame = function () {
var _local1 = this;
if (mnClickFlag) {
_local1.dX = _local1.destX - _local1._x;
_local1.dY = _local1.destY - _local1._y;
} else {
_local1.dX = (_local1.destX + (((300 - _root._xmouse) * 0.05) * Math.floor(_local1._xscale / 50))) - _local1._x;
_local1.dY = (_local1.destY + (((300 - _root._ymouse) * 0.1) * Math.floor(_local1._yscale / 50))) - _local1._y;
}
_local1._x = _local1._x + (_local1.dX * 0.1);
_local1._y = _local1._y + (_local1.dY * 0.2);
_local1.dS = _local1.destS - _local1._xscale;
_local1._xscale = _local1._xscale + (_local1.dS * 0.2);
_local1._yscale = _local1._xscale;
_local1._alpha = _local1._xscale;
};
if (!_level100.fromSub) {
mn.onRollOver = function () {
_level100.NOFIRSTTIME = true;
_level200.snd.gotoAndPlay("snd2");
this.swapDepths(100);
this.ttext.gotoAndPlay("over");
this.destS = 200;
var n = 1;
while (n <= 5) {
if (n != this.num) {
cXothers = (posCenter._x + ((eval ("mn" + n)._x - posCenter._x) * 2)) - ((eval ("mn" + n)._x - posCenter._x) / 2);
cYothers = (posCenter._y + ((eval ("mn" + n)._y - posCenter._y) * 1.6)) - ((eval ("mn" + n)._y - posCenter._y) / 1.6);
eval ("mn" + n).destX = cXothers;
eval ("mn" + n).destY = cYothers;
eval ("mn" + n).destS = eval ("mn" + n).oS - 20;
}
n++;
}
titleText.destS = 200;
ease(titleText, eval ("tpos" + this.num)._x, eval ("tpos" + this.num)._y);
titleText.gotoAndPlay("mn" + this.num);
};
mn.onRollOut = function () {
this.ttext.gotoAndPlay("out");
var n = 1;
while (n <= 5) {
eval ("mn" + n).destX = eval ("mn" + n).oX;
eval ("mn" + n).destY = eval ("mn" + n).oY;
eval ("mn" + n).destS = eval ("mn" + n).oS;
n++;
}
titleText.destS = 100;
ease(titleText, eval ("tpos" + this.num)._x, eval ("tpos" + this.num)._y + 50);
titleText.gotoAndPlay(("mn" + this.num) + "out");
};
mn.onRelease = function () {
_root.link = this.num;
_root.play();
_level200.snd.gotoAndPlay("snd3");
this.ttext.gotoAndPlay("pressed");
this.destS = 200;
mnClickFlag = true;
var n = 1;
while (n <= 5) {
delete eval ("mn" + n).onRollOver;
delete eval ("mn" + n).onRollOut;
delete eval ("mn" + n).onRelease;
if (n == this.num) {
eval ("mn" + n).destX = 327;
eval ("mn" + n).destY = 229;
eval ("mn" + n).destS = 912;
eval ("mn" + n).pic.circle.play();
} else {
cXothers = posCenter._x + ((eval ("mn" + n)._x - posCenter._x) * 10);
cYothers = posCenter._y + ((eval ("mn" + n)._y - posCenter._y) * 10);
if ((cXothers > -50) && (cXothers < 1000)) {
cXothers = cXothers * 10;
}
if ((cXothers > -50) && (cXothers < 700)) {
cYothers = cYothers * 10;
}
eval ("mn" + n).destX = -700;
eval ("mn" + n).destY = -200;
eval ("mn" + n).destS = eval ("mn" + n).oS - 20;
}
n++;
}
_level100.mnNumNow = this.num;
_level200.snd.gotoAndPlay("snd6");
};
}
i++;
}
Symbol 57 MovieClip Frame 20
stop();
Symbol 58 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 10
stop();
Symbol 103 MovieClip Frame 10
stop();
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 MovieClip Frame 2
stop();
Symbol 151 MovieClip Frame 3
stop();
Symbol 151 MovieClip Frame 4
stop();
Symbol 151 MovieClip Frame 5
stop();
Symbol 151 MovieClip Frame 6
stop();
Symbol 151 MovieClip Frame 7
stop();
Symbol 151 MovieClip Frame 8
stop();
Symbol 151 MovieClip Frame 9
stop();
Symbol 151 MovieClip Frame 10
stop();
Symbol 151 MovieClip Frame 11
stop();
Symbol 151 MovieClip Frame 12
stop();
Symbol 151 MovieClip Frame 13
stop();
Symbol 151 MovieClip Frame 14
stop();
Symbol 151 MovieClip Frame 15
stop();
Symbol 151 MovieClip Frame 16
stop();
Symbol 153 Button
on (press) {
startDrag (this, false, 0, _parent.buttonSize, 0, ((_parent.buttonSize + _parent.scrollHeight) - _parent.dragButtonHeight) + 1);
_parent.dragButtonIsDraging = true;
}
on (release, releaseOutside) {
stopDrag();
_parent.dragButtonIsDraging = false;
}
Symbol 154 MovieClip Frame 1
pageDownButton.useHandCursor = 0;
Symbol 155 Button
on (press) {
_parent.dragButton._y = _parent.dragButton._y + _parent.pageStep;
_parent.incDelay = _parent.pageDelay;
_parent.inc = -_parent.pageStep2;
if (_parent.dragButton._y < _parent.buttonSize) {
_parent.dragButton._y = _parent.buttonSize;
}
if (_parent.dragButton._y > ((_parent.buttonSize + _parent.scrollHeight) - _parent.dragButtonHeight)) {
_parent.dragButton._y = (_parent.buttonSize + _parent.scrollHeight) - _parent.dragButtonHeight;
}
}
on (rollOut, release, dragOut, releaseOutside) {
_parent.inc = 0;
}
Symbol 156 MovieClip Frame 1
pageDownButton.useHandCursor = 0;
Symbol 157 Button
on (press) {
_parent.dragButton._y = _parent.dragButton._y - _parent.pageStep;
_parent.incDelay = _parent.pageDelay;
_parent.inc = _parent.pageStep2;
if (_parent.dragButton._y < _parent.buttonSize) {
_parent.dragButton._y = _parent.buttonSize;
}
if (_parent.dragButton._y > ((_parent.buttonSize + _parent.scrollHeight) - _parent.dragButtonHeight)) {
_parent.dragButton._y = (_parent.buttonSize + _parent.scrollHeight) - _parent.dragButtonHeight;
}
}
on (rollOut, release, dragOut, releaseOutside) {
_parent.inc = 0;
}
Symbol 158 MovieClip Frame 1
pageUpButton.useHandCursor = 0;
Symbol 165 Button
on (release, releaseOutside) {
_parent.down_but = false;
}
on (press) {
_parent.down_but = true;
but = false;
}
Symbol 166 MovieClip Frame 1
down.useHandCursor = 0;
arr.useHandCursor = 0;
Symbol 167 Button
on (release, releaseOutside) {
_parent.drag_but = false;
}
on (press) {
_parent.drag_but = true;
}
Symbol 168 MovieClip Frame 1
drag.useHandCursor = 0;
arr.useHandCursor = 0;
Symbol 169 MovieClip Frame 1
step = 4;
speed = 15;
scroll_bg._height = _root.scrHEIGHT;
down._y = scroll_bg._height;
Instance of Symbol 159 MovieClip "scroll" in Symbol 169 MovieClip Frame 1
onClipEvent (load) {
buttonSize = 0;
viewHeight = _parent.scroll_bg._height;
viewWidth = _parent.scroll_bg._x;
scrollContent = _parent.for_text;
heightCorect = false;
mouseWheelHitTest = true;
wheelStep = 1;
pageStep = 10;
pageStep2 = 10;
pageDelay = 200;
arroyStep = 10;
arroyStep2 = 0.5;
arroyDelay = 3;
speedDec = 0.65;
scrollStep = _parent.speed;
_x = (scrollContent._x + viewWidth);
_y = scrollContent._y;
dragButtonIsDraging = false;
scrollPos = 0;
upButton._y = 0;
pageUpButton._x = 0;
pageDownButton._x = 0;
contentHeight = (heightCorect ? (scrollContent.height) : (scrollContent._height));
scrollHeight = viewHeight - (buttonSize * 2);
dragButtonHeight = ((viewHeight >= contentHeight) ? (scrollHeight) : ((viewHeight * scrollHeight) / contentHeight));
dragButton._yscale = dragButtonHeight;
dragButton._y = buttonSize;
downButton._y = buttonSize + scrollHeight;
blanckDown._y = downButton._y;
blanckUp._x = 0;
blanckUp._y = 0;
blanck._x = 0;
blanck._y = buttonSize;
blanckDown._x = 0;
pageUpButton._y = buttonSize;
blanck._height = scrollHeight;
blanckUp._visible = ((viewHeight >= contentHeight) ? true : false);
blanck._visible = ((viewHeight >= contentHeight) ? true : false);
blanckDown._visible = ((viewHeight >= contentHeight) ? true : false);
upButton._visible = ((viewHeight >= contentHeight) ? false : true);
dragButton._visible = ((viewHeight >= contentHeight) ? false : true);
downButton._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.drag._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.down._visible = ((viewHeight >= contentHeight) ? false : true);
if (viewHeight > contentHeight) {
_parent.for_text._x = _parent.for_text._x + 5;
}
mouseListener = new Object();
mouseListener.onMouseWheel = function (delta) {
var _local1 = _root;
if (((!mouseWheelHitTest) || (scrollContent.hitTest(_local1._xmouse, _local1._ymouse, false))) || (hitTest(_local1._xmouse, _local1._ymouse, false))) {
dragButton._y = dragButton._y - (delta * wheelStep);
if (dragButton._y < buttonSize) {
dragButton._y = buttonSize;
}
if (dragButton._y > ((buttonSize + scrollHeight) - dragButtonHeight)) {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
}
};
Mouse.addListener(mouseListener);
curY = -scrollContent._y;
vY = 0;
mask = scrollContent._parent.createEmptyMovieClip("mask", scrollContent._parent.getNextHighestDepth());
with (mask) {
beginFill(255, 50);
lineStyle(0, 16711935, 100);
moveTo(scrollContent._x - 1000, scrollContent._y);
lineTo((scrollContent._x + 1000) + viewWidth, scrollContent._y);
lineTo((scrollContent._x + 1000) + viewWidth, scrollContent._y + viewHeight);
lineTo(scrollContent._x - 1000, scrollContent._y + viewHeight);
endFill();
}
scrollContent.setMask(mask);
}
onClipEvent (enterFrame) {
blanckUp._visible = ((viewHeight >= contentHeight) ? true : false);
blanck._visible = ((viewHeight >= contentHeight) ? true : false);
blanckDown._visible = ((viewHeight >= contentHeight) ? true : false);
upButton._visible = ((viewHeight >= contentHeight) ? false : true);
dragButton._visible = ((viewHeight >= contentHeight) ? false : true);
downButton._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.drag._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.down._visible = ((viewHeight >= contentHeight) ? false : true);
_parent.scroll_bg._visible = ((viewHeight >= contentHeight) ? false : true);
if (incDelay < 0) {
dragButton._y = dragButton._y - inc;
if (dragButton._y < buttonSize) {
dragButton._y = buttonSize;
}
if (dragButton._y > ((buttonSize + scrollHeight) - dragButtonHeight)) {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
}
incDelay--;
contentHeight = (heightCorect ? (scrollContent.height) : (scrollContent._height));
scrollHeight = viewHeight - (buttonSize * 2);
dragButtonHeight = ((viewHeight >= contentHeight) ? (scrollHeight) : ((viewHeight * scrollHeight) / contentHeight));
dragButton._yscale = dragButtonHeight;
downButton._y = buttonSize + scrollHeight;
pageDownButton._y = dragButton._y + dragButtonHeight;
pageDownButton._yscale = (((scrollHeight - dragButtonHeight) - dragButton._y) + buttonSize) - scrollPos;
pageUpButton._yscale = dragButton._y - buttonSize;
!dragButtonIsDraging;
if (dragButton._y > ((buttonSize + scrollHeight) - dragButtonHeight)) {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
newY = ((dragButton._y - buttonSize) / dragButtonHeight) * viewHeight;
vY = vY + ((curY - newY) / scrollStep);
vY = vY * speedDec;
curY = curY - vY;
scrollContent._y = Math.floor((-curY) + _y);
}
onClipEvent (enterFrame) {
if (_parent.down_but == true) {
with (_parent.scroll) {
if (dragButton._y < (((buttonSize + scrollHeight) - dragButtonHeight) - _parent.step)) {
dragButton._y = dragButton._y + _parent.step;
} else {
dragButton._y = (buttonSize + scrollHeight) - dragButtonHeight;
}
}
}
if (_parent.drag_but == true) {
if (_parent.scroll.dragButton._y > _parent.step) {
_parent.scroll.dragButton._y = _parent.scroll.dragButton._y - _parent.step;
} else {
_parent.scroll.dragButton._y = 0;
}
}
}
Symbol 170 MovieClip Frame 1
stop();
Symbol 175 Button
on (release) {
_parent.gotoAndStop("s0");
}
Symbol 178 Button
on (release) {
_parent.gotoAndStop(3);
gotoAndStop (2);
}
Symbol 181 Button
on (release) {
_parent.gotoAndPlay(1);
gotoAndStop (1);
}
Symbol 182 MovieClip Frame 1
stop();
but2.useHandCursor = 0;
but3.useHandCursor = 0;
Symbol 182 MovieClip Frame 2
stop();
but2.useHandCursor = 0;
but3.useHandCursor = 0;
Symbol 185 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 1
click = false;
sq0.onPress = function () {
if (!click) {
timer = getTimer() / 1000;
click = true;
return(undefined);
}
timer2 = getTimer() / 1000;
_root.test2 = timer2 - timer;
if ((timer2 - timer) < 0.25) {
if (_currentframe == 3) {
gotoAndPlay (1);
but7.gotoAndStop(1);
} else {
gotoAndStop (3);
but7.gotoAndStop(2);
}
return(undefined);
}
timer = getTimer() / 1000;
click = true;
};
track.pages.for_text.gotoAndStop(_root.READ);
sq1._height = _root.scrHEIGHT + 55;
sq2._height = sq1._height - 23;
sq3._height = sq1._height + 2;
sq4._height = sq1._height + 4;
sq5._height = sq1._height + 6;
sq0.useHandCursor = 0;
but2.useHandCursor = 0;
but3.useHandCursor = 0;
but4.useHandCursor = 0;
gotoAndStop (2);
Instance of Symbol 62 MovieClip "sq1" in Symbol 186 MovieClip Frame 1
onClipEvent (load) {
this.useHandCursor = false;
}
on (rollOver) {
}
Instance of Symbol 171 MovieClip "sq0" in Symbol 186 MovieClip Frame 1
onClipEvent (mouseDown) {
_root.tm_popup_check = 0;
if (!_parent.sq5.hitTest(_root._xmouse, _root._ymouse)) {
_root.tm_popup_check = 1;
}
}
onClipEvent (mouseUp) {
if ((0 != (!_parent.sq5.hitTest(_root._xmouse, _root._ymouse))) & (0 != (_root.tm_popup_check == 1))) {
_root.popup_pressed = 0;
_parent.gotoAndStop(3);
_parent.but7.gotoAndStop(2);
}
}
on (press) {
_parent._parent.startDrag(false, 380, 15, Stage.width, Stage.height - 15);
}
on (release, releaseOutside) {
stopDrag();
_root.scroller._x = Math.floor(_root.scroller._x) + 0.2;
_root.scroller._y = Math.floor(_root.scroller._y) + 0.7;
}
Symbol 186 MovieClip Frame 2
m_width = track.pages.for_text._width;
base_width = m_width + 52.3;
base_x = m_width;
sq1._width = base_width;
sq0._width = base_width;
sq2._width = base_width - 2;
sq3._width = base_width + 2;
sq4._width = base_width + 4;
sq5._width = base_width + 6;
but4._x = base_width - 136;
but7._x = Math.floor(base_width - 154) + 0.85;
track.pages.down._x = base_width + 210;
track.pages.drag._x = base_width + 210;
track.pages.scroll_bg._x = base_width + 210;
track.pages.scroll._x = base_width + 209.3;
stop();
Symbol 186 MovieClip Frame 3
sq3._height = 24;
sq4._height = 26;
sq5._height = 28;
stop();
Symbol 187 MovieClip Frame 2
stop();
Symbol 187 MovieClip Frame 4
tm_popup.track.pages.for_text.gotoAndStop(_root.READ);
Symbol 187 MovieClip Frame 13
stop();
Symbol 206 MovieClip Frame 77
stop();
Symbol 208 Button
on (release) {
_root.popup_pressed = 1;
_root.scrHEIGHT = 280;
_root.scroller.scroller.gotoAndStop(2);
_root.TM_title = "Privacy Policy";
_root.READ = 20;
_root.scroller.gotoAndPlay("s1");
}
Instance of Symbol 220 MovieClip in Symbol 224 MovieClip Frame 1
onClipEvent (load) {
n = int(Math.random() * this._totalframes);
this.gotoAndPlay(n);
}
Symbol 224 MovieClip Frame 35
stop();
Symbol 225 MovieClip Frame 1
stop();
Symbol 236 Button
on (release) {
gotoAndStop (2);
_root.soundstatus = "off";
equalizer.gotoAndStop(2);
}
Symbol 237 Button
on (release) {
gotoAndStop (1);
_root.soundstatus = "on";
equalizer.gotoAndStop(1);
}
Symbol 238 MovieClip Frame 1
stop();
Instance of Symbol 233 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (load) {
_root.soundstatus = "on";
_root.mySound = new Sound(_level0);
_root.mySound2 = new Sound(_level1);
_root.mySound3 = new Sound(_level2);
_root.mySound4 = new Sound(_level3);
_root.mySound5 = new Sound(_level7);
maxvolume = 100;
minvolume = 0;
}
onClipEvent (enterFrame) {
if (_root.soundstatus == "on") {
step = 5;
}
if (_root.soundstatus == "off") {
step = -5;
}
maxvolume = maxvolume + step;
if (maxvolume > 100) {
maxvolume = 100;
}
if (maxvolume < 0) {
maxvolume = 0;
}
_root.mySound.setVolume(maxvolume);
_root.mySound2.setVolume(maxvolume);
_root.mySound3.setVolume(maxvolume);
_root.mySound4.setVolume(maxvolume);
_root.mySound5.setVolume(maxvolume);
}
Symbol 253 MovieClip Frame 1
stop();
title.gotoAndStop(num);
nums.gotoAndStop(num);
Symbol 253 MovieClip Frame 21
title.gotoAndStop(num);
Symbol 253 MovieClip Frame 35
stop();
Symbol 253 MovieClip Frame 53
title.gotoAndStop(num);
Symbol 253 MovieClip Frame 70
title.gotoAndStop(num);
Instance of Symbol 253 MovieClip "butt2" in Symbol 269 MovieClip Frame 1
onClipEvent (load) {
}
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay(this._totalframes - this._currentframe);
}
on (release) {
}
Symbol 300 MovieClip Frame 1
stop();
Instance of Symbol 300 MovieClip in Symbol 301 MovieClip Frame 1
on (rollOver) {
play();
}
Instance of Symbol 300 MovieClip in Symbol 301 MovieClip Frame 1
on (rollOver) {
play();
}
Instance of Symbol 300 MovieClip in Symbol 301 MovieClip Frame 1
on (rollOver) {
play();
}
Instance of Symbol 300 MovieClip in Symbol 301 MovieClip Frame 1
on (rollOver) {
play();
}
Instance of Symbol 300 MovieClip in Symbol 301 MovieClip Frame 1
on (rollOver) {
play();
}
Instance of Symbol 300 MovieClip in Symbol 301 MovieClip Frame 1
on (rollOver) {
play();
}
Symbol 304 Button
on (press) {
startDrag ("", false, 0, 0, 0, _parent._parent.line._height - _parent._parent.dragMC._height);
}
on (release, releaseOutside) {
stopDrag();
}
Symbol 305 MovieClip Frame 1
b1.useHandCursor = false;
Symbol 309 Button
on (release, releaseOutside) {
_parent.down_but = false;
}
on (press) {
_parent.down_but = true;
}
Symbol 310 MovieClip Frame 1
down.useHandCursor = 0;
Symbol 312 Button
on (release, releaseOutside) {
_parent.drag_but = false;
}
on (press) {
_parent.drag_but = true;
}
Symbol 313 MovieClip Frame 1
drag.useHandCursor = 0;
Symbol 314 MovieClip Frame 1
mouse_speed = 2;
speed_content = 6;
step_content = 10;
step = 5;
Instance of Symbol 306 MovieClip "dragMC" in Symbol 314 MovieClip Frame 1
onClipEvent (load) {
oldY = 1;
Y = 1;
vY = 0;
newY = 0;
contentHeight = _parent.scrolledMC._height;
scrollSpeed = _parent.speed_content;
scrollStep = _parent.step_content;
viewHeight = _parent.line._height;
buttonSize = _parent.dragMC._height;
buttonY = buttonMC._y;
scrollHeight = _parent.scrolledMC._height;
scrollContent = _parent.scrolledMC._y;
newY = _parent.scrolledMC._height;
var mouseListener = new Object();
mouseListener.onMouseWheel = function (delta) {
if ((buttonMC._y >= 0) && (buttonMC._y <= ((scrollHeight - buttonSize) + 1))) {
buttonMC._y = buttonMC._y - (delta * _parent.mouse_speed);
}
};
Mouse.addListener(mouseListener);
hiScroll = _parent.line._height - _parent.dragMC._height;
step = ((scrollHeight - buttonSize) - hiScroll) / hiScroll;
y = _parent.scrolledMC._y;
scrollContent = _parent.scrolledMC;
viewWidth = scrollContent._width;
mask = scrollContent._parent.createEmptyMovieClip("mask", scrollContent._parent.getNextHighestDepth());
with (mask) {
beginFill(255, 50);
lineStyle(0, 16711935, 100);
moveTo(scrollContent._x + 200, scrollContent._y);
lineTo(scrollContent._x - viewWidth, scrollContent._y);
lineTo(scrollContent._x - viewWidth, scrollContent._y + viewHeight);
lineTo(scrollContent._x + 200, scrollContent._y + viewHeight);
endFill();
}
scrollContent.setMask(mask);
}
onClipEvent (enterFrame) {
if (_parent.drag_but) {
if (buttonMC._y >= 0) {
buttonMC._y = buttonMC._y - scrollStep;
}
}
if (_parent.down_but) {
if (buttonMC._y <= (scrollHeight + buttonSize)) {
buttonMC._y = buttonMC._y + scrollStep;
}
}
if (buttonMC._y <= 0) {
buttonMC._y = 0;
}
if (buttonMC._y >= (viewHeight - buttonSize)) {
buttonMC._y = viewHeight - buttonSize;
}
level = buttonMC._y - buttonY;
lev = int(y - (level * step));
newY = oldY + ((lev - oldY) / scrollSpeed);
_parent.scrolledMC._y = newY;
oldY = newY;
}
Symbol 335 MovieClip Frame 1
mouse_speed = 2;
speed_content = 6;
step_content = 10;
step = 5;
Instance of Symbol 306 MovieClip "dragMC" in Symbol 335 MovieClip Frame 1
onClipEvent (load) {
oldY = 1;
Y = 1;
vY = 0;
newY = 0;
contentHeight = _parent.scrolledMC._height;
scrollSpeed = _parent.speed_content;
scrollStep = _parent.step_content;
viewHeight = _parent.line._height;
buttonSize = _parent.dragMC._height;
buttonY = buttonMC._y;
scrollHeight = _parent.scrolledMC._height;
scrollContent = _parent.scrolledMC._y;
newY = _parent.scrolledMC._height;
var mouseListener = new Object();
mouseListener.onMouseWheel = function (delta) {
if ((buttonMC._y >= 0) && (buttonMC._y <= ((scrollHeight - buttonSize) + 1))) {
buttonMC._y = buttonMC._y - (delta * _parent.mouse_speed);
}
};
Mouse.addListener(mouseListener);
hiScroll = _parent.line._height - _parent.dragMC._height;
step = ((scrollHeight - buttonSize) - hiScroll) / hiScroll;
y = _parent.scrolledMC._y;
scrollContent = _parent.scrolledMC;
viewWidth = scrollContent._width;
mask = scrollContent._parent.createEmptyMovieClip("mask", scrollContent._parent.getNextHighestDepth());
with (mask) {
beginFill(255, 50);
lineStyle(0, 16711935, 100);
moveTo(scrollContent._x + 200, scrollContent._y);
lineTo(scrollContent._x - viewWidth, scrollContent._y);
lineTo(scrollContent._x - viewWidth, scrollContent._y + viewHeight);
lineTo(scrollContent._x + 200, scrollContent._y + viewHeight);
endFill();
}
scrollContent.setMask(mask);
}
onClipEvent (enterFrame) {
if (_parent.drag_but) {
if (buttonMC._y >= 0) {
buttonMC._y = buttonMC._y - scrollStep;
}
}
if (_parent.down_but) {
if (buttonMC._y <= (scrollHeight + buttonSize)) {
buttonMC._y = buttonMC._y + scrollStep;
}
}
if (buttonMC._y <= 0) {
buttonMC._y = 0;
}
if (buttonMC._y >= (viewHeight - buttonSize)) {
buttonMC._y = viewHeight - buttonSize;
}
level = buttonMC._y - buttonY;
lev = int(y - (level * step));
newY = oldY + ((lev - oldY) / scrollSpeed);
_parent.scrolledMC._y = newY;
oldY = newY;
}
Symbol 342 MovieClip Frame 1
stop();
title.gotoAndStop(num);
nums.gotoAndStop(num);
Symbol 342 MovieClip Frame 21
title.gotoAndStop(num);
Symbol 342 MovieClip Frame 35
stop();
Symbol 342 MovieClip Frame 53
title.gotoAndStop(num);
Symbol 342 MovieClip Frame 70
title.gotoAndStop(num);
Symbol 364 MovieClip Frame 1
mouse_speed = 2;
speed_content = 6;
step_content = 10;
step = 5;
Instance of Symbol 306 MovieClip "dragMC" in Symbol 364 MovieClip Frame 1
onClipEvent (load) {
oldY = 1;
Y = 1;
vY = 0;
newY = 0;
contentHeight = _parent.scrolledMC._height;
scrollSpeed = _parent.speed_content;
scrollStep = _parent.step_content;
viewHeight = _parent.line._height;
buttonSize = _parent.dragMC._height;
buttonY = buttonMC._y;
scrollHeight = _parent.scrolledMC._height;
scrollContent = _parent.scrolledMC._y;
newY = _parent.scrolledMC._height;
var mouseListener = new Object();
mouseListener.onMouseWheel = function (delta) {
if ((buttonMC._y >= 0) && (buttonMC._y <= ((scrollHeight - buttonSize) + 1))) {
buttonMC._y = buttonMC._y - (delta * _parent.mouse_speed);
}
};
Mouse.addListener(mouseListener);
hiScroll = _parent.line._height - _parent.dragMC._height;
step = ((scrollHeight - buttonSize) - hiScroll) / hiScroll;
y = _parent.scrolledMC._y;
scrollContent = _parent.scrolledMC;
viewWidth = scrollContent._width;
mask = scrollContent._parent.createEmptyMovieClip("mask", scrollContent._parent.getNextHighestDepth());
with (mask) {
beginFill(255, 50);
lineStyle(0, 16711935, 100);
moveTo(scrollContent._x + 200, scrollContent._y);
lineTo(scrollContent._x - viewWidth, scrollContent._y);
lineTo(scrollContent._x - viewWidth, scrollContent._y + viewHeight);
lineTo(scrollContent._x + 200, scrollContent._y + viewHeight);
endFill();
}
scrollContent.setMask(mask);
}
onClipEvent (enterFrame) {
if (_parent.drag_but) {
if (buttonMC._y >= 0) {
buttonMC._y = buttonMC._y - scrollStep;
}
}
if (_parent.down_but) {
if (buttonMC._y <= (scrollHeight + buttonSize)) {
buttonMC._y = buttonMC._y + scrollStep;
}
}
if (buttonMC._y <= 0) {
buttonMC._y = 0;
}
if (buttonMC._y >= (viewHeight - buttonSize)) {
buttonMC._y = viewHeight - buttonSize;
}
level = buttonMC._y - buttonY;
lev = int(y - (level * step));
newY = oldY + ((lev - oldY) / scrollSpeed);
_parent.scrolledMC._y = newY;
oldY = newY;
}
Symbol 378 MovieClip Frame 1
stop();
Symbol 383 MovieClip Frame 1
stop();
Symbol 383 MovieClip Frame 21
stop();
Instance of Symbol 383 MovieClip in Symbol 385 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay("s2");
}
on (release) {
if (_root.m != 1) {
_root.f = 1;
_parent._parent._parent.project_title.gotoAndStop(_root.f);
_parent._parent._parent.gall.gotoAndPlay(2);
}
}
Instance of Symbol 383 MovieClip in Symbol 385 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay("s2");
}
on (release) {
if (_root.m != 1) {
_root.f = 2;
_parent._parent._parent.project_title.gotoAndStop(_root.f);
_parent._parent._parent.gall.gotoAndPlay(2);
}
}
Instance of Symbol 383 MovieClip in Symbol 385 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay("s2");
}
on (release) {
if (_root.m != 1) {
_root.f = 3;
_parent._parent._parent.project_title.gotoAndStop(_root.f);
_parent._parent._parent.gall.gotoAndPlay(2);
}
}
Instance of Symbol 383 MovieClip in Symbol 385 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay("s2");
}
on (release) {
if (_root.m != 1) {
_root.f = 4;
_parent._parent._parent.project_title.gotoAndStop(_root.f);
_parent._parent._parent.gall.gotoAndPlay(2);
}
}
Instance of Symbol 383 MovieClip in Symbol 385 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay("s2");
}
on (release) {
if (_root.m != 1) {
_root.f = 5;
_parent._parent._parent.project_title.gotoAndStop(_root.f);
_parent._parent._parent.gall.gotoAndPlay(2);
}
}
Instance of Symbol 383 MovieClip in Symbol 385 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay("s2");
}
on (release) {
if (_root.m != 1) {
_root.f = 6;
_parent._parent._parent.project_title.gotoAndStop(_root.f);
_parent._parent._parent.gall.gotoAndPlay(2);
}
}
Instance of Symbol 383 MovieClip in Symbol 385 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay("s2");
}
on (release) {
if (_root.m != 1) {
_root.f = 7;
_parent._parent._parent.project_title.gotoAndStop(_root.f);
_parent._parent._parent.gall.gotoAndPlay(2);
}
}
Instance of Symbol 383 MovieClip in Symbol 385 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay("s2");
}
on (release) {
if (_root.m != 1) {
_root.f = 8;
_parent._parent._parent.project_title.gotoAndStop(_root.f);
_parent._parent._parent.gall.gotoAndPlay(2);
}
}
Instance of Symbol 383 MovieClip in Symbol 385 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay("s2");
}
on (release) {
if (_root.m != 1) {
_root.f = 9;
_parent._parent._parent.project_title.gotoAndStop(_root.f);
_parent._parent._parent.gall.gotoAndPlay(2);
}
}
Instance of Symbol 383 MovieClip in Symbol 385 MovieClip Frame 1
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay("s2");
}
on (release) {
if (_root.m != 1) {
_root.f = 10;
_parent._parent._parent.project_title.gotoAndStop(_root.f);
_parent._parent._parent.gall.gotoAndPlay(2);
}
}
Symbol 386 MovieClip Frame 1
mouse_speed = 2;
speed_content = 6;
step_content = 10;
step = 5;
Instance of Symbol 306 MovieClip "dragMC" in Symbol 386 MovieClip Frame 1
onClipEvent (load) {
oldY = 1;
Y = 1;
vY = 0;
newY = 0;
contentHeight = _parent.scrolledMC._height;
scrollSpeed = _parent.speed_content;
scrollStep = _parent.step_content;
viewHeight = _parent.line._height;
buttonSize = _parent.dragMC._height;
buttonY = buttonMC._y;
scrollHeight = _parent.scrolledMC._height;
scrollContent = _parent.scrolledMC._y;
newY = _parent.scrolledMC._height;
var mouseListener = new Object();
mouseListener.onMouseWheel = function (delta) {
if ((buttonMC._y >= 0) && (buttonMC._y <= ((scrollHeight - buttonSize) + 1))) {
buttonMC._y = buttonMC._y - (delta * _parent.mouse_speed);
}
};
Mouse.addListener(mouseListener);
hiScroll = _parent.line._height - _parent.dragMC._height;
step = ((scrollHeight - buttonSize) - hiScroll) / hiScroll;
y = _parent.scrolledMC._y;
scrollContent = _parent.scrolledMC;
viewWidth = scrollContent._width;
mask = scrollContent._parent.createEmptyMovieClip("mask", scrollContent._parent.getNextHighestDepth());
with (mask) {
beginFill(255, 50);
lineStyle(0, 16711935, 100);
moveTo(scrollContent._x + 200, scrollContent._y);
lineTo(scrollContent._x - viewWidth, scrollContent._y);
lineTo(scrollContent._x - viewWidth, scrollContent._y + viewHeight);
lineTo(scrollContent._x + 200, scrollContent._y + viewHeight);
endFill();
}
scrollContent.setMask(mask);
}
onClipEvent (enterFrame) {
if (_parent.drag_but) {
if (buttonMC._y >= 0) {
buttonMC._y = buttonMC._y - scrollStep;
}
}
if (_parent.down_but) {
if (buttonMC._y <= (scrollHeight + buttonSize)) {
buttonMC._y = buttonMC._y + scrollStep;
}
}
if (buttonMC._y <= 0) {
buttonMC._y = 0;
}
if (buttonMC._y >= (viewHeight - buttonSize)) {
buttonMC._y = viewHeight - buttonSize;
}
level = buttonMC._y - buttonY;
lev = int(y - (level * step));
newY = oldY + ((lev - oldY) / scrollSpeed);
_parent.scrolledMC._y = newY;
oldY = newY;
}
Symbol 409 MovieClip Frame 1
stop();
Symbol 420 MovieClip Frame 1
stop();
_parent._parent.title.gotoAndStop(this._currentframe);
Symbol 420 MovieClip Frame 2
_parent._parent.title.gotoAndStop(this._currentframe);
Symbol 420 MovieClip Frame 3
_parent._parent.title.gotoAndStop(this._currentframe);
Symbol 420 MovieClip Frame 4
_parent._parent.title.gotoAndStop(this._currentframe);
Symbol 420 MovieClip Frame 5
_parent._parent.title.gotoAndStop(this._currentframe);
Symbol 420 MovieClip Frame 6
_parent._parent.title.gotoAndStop(this._currentframe);
Symbol 420 MovieClip Frame 7
_parent._parent.title.gotoAndStop(this._currentframe);
Symbol 420 MovieClip Frame 8
_parent._parent.title.gotoAndStop(this._currentframe);
Symbol 420 MovieClip Frame 9
_parent._parent.title.gotoAndStop(this._currentframe);
Symbol 420 MovieClip Frame 10
_parent._parent.title.gotoAndStop(this._currentframe);
Symbol 424 MovieClip Frame 1
gotoAndStop(_root.f);
Symbol 425 MovieClip Frame 1
stop();
Symbol 427 MovieClip Frame 1
frame_num = Math.ceil(Math.random() * 25);
gotoAndPlay(frame_num);
Symbol 427 MovieClip Frame 25
rand = Math.ceil(Math.random() * 4);
mov = "m" + rand;
gotoAndPlay(mov);
Symbol 427 MovieClip Frame 42
stop();
_root.galer = _root.galer + 1;
if (_root.galer > (_root.maxM - 1)) {
_root.m = 0;
_parent.pic.gotoAndStop(_root.f);
_root.galer = 0;
}
Symbol 427 MovieClip Frame 70
stop();
_root.galer = _root.galer + 1;
if (_root.galer > (_root.maxM - 1)) {
_root.m = 0;
_parent.pic.gotoAndStop(_root.f);
_root.galer = 0;
}
Symbol 427 MovieClip Frame 96
stop();
_root.galer = _root.galer + 1;
if (_root.galer > (_root.maxM - 1)) {
_root.m = 0;
_parent.pic.gotoAndStop(_root.f);
_root.galer = 0;
}
Symbol 427 MovieClip Frame 113
stop();
_root.galer = _root.galer + 1;
if (_root.galer > (_root.maxM - 1)) {
_root.m = 0;
_parent.pic.gotoAndStop(_root.f);
_root.galer = 0;
}
Symbol 428 MovieClip Frame 1
stop();
Symbol 428 MovieClip Frame 2
_root.m = 1;
i = 0;
j = 0;
k = 1000;
step = 55;
step2 = 22;
_root.maxM = 47;
_root.galer = 0;
i = 0;
while (i <= 4) {
j = 0;
while (j <= 9) {
duplicateMovieClip (phot, ("phot" + i) + j, 16384 + k);
k++;
this[("phot" + i) + j]._x = i * step;
this[("phot" + i) + j].phot.pic._x = (-i) * step;
this[("phot" + i) + j]._y = j * step2;
this[("phot" + i) + j].phot.pic._y = (-j) * step2;
this[("phot" + i) + j].phot.pic.gotoAndStop(_root.f);
j++;
}
i++;
}
Symbol 443 MovieClip Frame 1
stop();
Symbol 450 MovieClip Frame 1
stop();
Instance of Symbol 342 MovieClip "butt2" in Symbol 450 MovieClip Frame 2
onClipEvent (load) {
}
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay(this._totalframes - this._currentframe);
}
on (release) {
_root.popup_pressed = 1;
_root.scrHEIGHT = 240;
_root.scroller.scroller.gotoAndStop(2);
_root.TM_title = "About read more 1";
_root.READ = 1;
_root.scroller.gotoAndPlay("s1");
}
Instance of Symbol 342 MovieClip "butt2" in Symbol 450 MovieClip Frame 3
onClipEvent (load) {
}
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay(this._totalframes - this._currentframe);
}
on (release) {
_root.popup_pressed = 1;
_root.scrHEIGHT = 240;
_root.scroller.scroller.gotoAndStop(2);
_root.TM_title = "Services read more 1";
_root.READ = 2;
_root.scroller.gotoAndPlay("s1");
}
Instance of Symbol 378 MovieClip in Symbol 450 MovieClip Frame 3
on (rollOver) {
play();
}
Symbol 450 MovieClip Frame 5
rec = "ice@template-help.com";
serv = "php";
var fields_descriptions = Array("", Array("t1", "your_name", "Your Name:"), Array("t2", "your_email", "Your Email:"), Array("t3", "telephone", "Telephone:"), Array("t4", "message", "Message:"), Array("t5", "field_2", "E-mail:"), Array("t6", "field_3", "Address:"), Array("t7", "field_4", "fax:"));
i = 1;
while (i <= fields_descriptions.length) {
this["k" + i].text = fields_descriptions[i][2];
i++;
}
Instance of Symbol 342 MovieClip "butt2" in Symbol 450 MovieClip Frame 5
onClipEvent (load) {
}
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay(this._totalframes - this._currentframe);
}
on (release) {
i = 1;
while (i < _parent.fields_descriptions.length) {
_parent[_parent.fields_descriptions[i][1]] = "";
i++;
}
}
Instance of Symbol 443 MovieClip in Symbol 450 MovieClip Frame 5
on (rollOver) {
play();
}
Instance of Symbol 342 MovieClip "butt2" in Symbol 450 MovieClip Frame 5
onClipEvent (load) {
}
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay(this._totalframes - this._currentframe);
}
on (rollOver) {
this.gotoAndPlay("s1");
}
on (releaseOutside, rollOut) {
this.gotoAndPlay("s2");
}
on (release) {
i = 1;
while (i < _parent.fields_descriptions.length) {
if (_parent[_parent.fields_descriptions[i][1]] != undefined) {
this[_parent.fields_descriptions[i][1]] = (_parent[_parent.fields_descriptions[i][1]] + "&777&") + _parent.fields_descriptions[i][2];
}
i++;
}
this.recipient = _parent.rec;
}
Symbol 460 MovieClip Frame 1
stop();
Symbol 460 MovieClip Frame 10
stop();
Symbol 461 Button
on (release) {
_root.play();
}