Combined Code
frame 1 {
stop();
goBtn._visible = false;
credetsBtn._visible = false;
loadervisualx = 2;
loadervisualbool = 0;
_root.onEnterFrame = function () {
percentage = Math.round((this.getBytesLoaded() / this.getBytesTotal()) * 100);
progressBar._xscale = percentage * 1.95;
percentageLoaded.text = percentage + '%';
if (percentage == 100) {
if (loadervisualbool == 1) {
loadervisualx += 0.1;
progressBar._x -= loadervisualx;
}
if (progressBar._x < -600) {
gotoAndPlay(_currentframe + 1);
}
goBtn._visible = true;
credetsBtn._visible = true;
}
};
goBtn.onRollOver = function () {
goBtn._xscale = 115;
goBtn._yscale = 115;
};
goBtn.onRollOut = function () {
goBtn._xscale = 100;
goBtn._yscale = 100;
};
goBtn.onReleaseOutside = function () {
goBtn._xscale = 100;
goBtn._yscale = 100;
};
goBtn.onRelease = function () {
goBtn._xscale = 100;
goBtn._yscale = 100;
loadervisualbool = 1;
};
goBtn.onPress = function () {
goBtn._xscale = 85;
goBtn._yscale = 85;
};
credetsBtn.onRollOver = function () {
credetsBtn._xscale = 65;
credetsBtn._yscale = 65;
};
credetsBtn.onRollOut = function () {
credetsBtn._xscale = 50;
credetsBtn._yscale = 50;
};
credetsBtn.onReleaseOutside = function () {
credetsBtn._xscale = 50;
credetsBtn._yscale = 50;
};
credetsBtn.onRelease = function () {
credetsBtn._xscale = 50;
credetsBtn._yscale = 50;
gotoAndStop(471);
};
credetsBtn.onPress = function () {
credetsBtn._xscale = 35;
credetsBtn._yscale = 35;
};
}
movieClip 2 {
}
movieClip 96 {
}
frame 50 {
gotoAndPlay(60);
}
button 111 {
on (release) {
gotoAndPlay(85);
}
}
frame 83 {
gotoAndPlay(52);
}
button 121 {
on (release) {
gotoAndPlay(106);
}
}
frame 104 {
gotoAndPlay(85);
}
button 198 {
on (release) {
gotoAndPlay(398);
}
}
frame 396 {
gotoAndPlay(389);
}
button 227 {
on (release) {
gotoAndPlay(3);
}
}
frame 469 {
gotoAndPlay(462);
}
frame 470 {
_root.onEnterFrame = function () {
kBtn._visible = true;
kBtn.onRollOver = function () {
kBtn._xscale = 115;
kBtn._yscale = 115;
};
kBtn.onRollOut = function () {
kBtn._xscale = 100;
kBtn._yscale = 100;
};
kBtn.onReleaseOutside = function () {
kBtn._xscale = 100;
kBtn._yscale = 100;
};
kBtn.onRelease = function () {
kBtn._xscale = 100;
kBtn._yscale = 100;
gotoAndPlay(1);
};
kBtn.onPress = function () {
kBtn._xscale = 85;
kBtn._yscale = 85;
};
};
}
button 232 {
on (release) {
gotoAndPlay(1);
}
}