Combined Code
movieClip 3 loadingBar {
}
instance loadingBar of movieClip 3 loadingBar {
onClipEvent (load) {
_root.loadingBar._xscale = 100;
percent = 0;
}
onClipEvent (enterFrame) {
_root._quality = 'BEST';
percent = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
_root.loadingBar._xscale = 100 - percent;
if (percent >= 100) {
_root.play();
} else {
_root.stop();
}
}
}
movieClip 52 {
}
// unknown tag 88 length 106
frame 2 {
stop();
bday = new Sound();
bday.attachSound('b_message');
message.onRelease = function () {
bday.stop('b_message');
bday.start('b_message');
};
}
// unknown tag 88 length 62
// unknown tag 88 length 79
movieClip 63 {
}
movieClip 70 {
}
movieClip 72 {
}
movieClip 73 {
}