Combined Code
frame 1 {
stop();
onlineSWITCHER = true;
percentage = 0;
_global.lock_switch = true;
_root.onEnterFrame = function () {
if (onlineSWITCHER == true) {
percentage = Math.round((this.getBytesLoaded() / this.getBytesTotal()) * 100);
_root.perce = percentage + '%';
if (percentage == 100) {
delete _root.onEnterFrame;
_root.gotoAndStop(3);
}
}
if (onlineSWITCHER == false) {
++percentage;
_root.perce = percentage + '%';
if (percentage == 100) {
delete _root.onEnterFrame;
_root.gotoAndStop(3);
}
}
};
}
// unknown tag 88 length 292
frame 3 {
stop();
fram = 0;
sec = 0;
onEnterFrame = function () {
if (fram < 30) {
++fram;
}
if (fram == 30) {
++sec;
fram = 0;
}
if (sec == 3) {
_root.gotoAndStop(5);
}
};
}
frame 5 {
stop();
}
movieClip 12 {
}
instance of movieClip 12 {
onClipEvent (release) {
_root.gotoAndStop(7);
}
}
movieClip 15 {
}
instance of movieClip 15 {
onClipEvent (release) {
_root.gotoAndStop(9);
}
}
frame 7 {
stop();
}
movieClip 25 {
}
movieClip 28 {
}
movieClip 39 {
}
movieClip 43 {
}
instance of movieClip 43 {
onClipEvent (release) {
_root.gotoAndStop(5);
}
}
button 51 {
on (press) {
getURL('https://www.paypal.me/jasonborja', '_blank');
}
}