Frame 1
function preloadSite() {
var _local3 = _root.getBytesLoaded();
var _local2 = _root.getBytesTotal();
var _local4 = Math.round((_local3 / _local2) * 100);
loadingBar._xscale = _local4;
percentClip.percentDisplay.text = _local4 + "%";
percentClip._x = loadingBar._x + loadingBar._width;
bytesDisplay.text = ((("loaded " + _local3) + " of ") + _local2) + " bytes";
if (_local3 >= _local2) {
clearInterval(loadingCall);
play();
}
}
stop();
loadingBar._xscale = 1;
var loadingCall = setInterval(preloadSite, 50);
Stage.showMenu = false;
stop();
stop();
Frame 2
stop();
stop();
function e2b() {
output = "";
var _local1 = string.toLowerCase();
i = 0;
while (i < _local1.length) {
if (_local1.charAt(i) == " ") {
output = output + " ";
}
j = 0;
while (j < Replace.length) {
if (_local1.charAt(i) == orig[j]) {
output = output + Replace[j];
}
j++;
}
i++;
}
}
stop();
var orig = new Array("a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "y", "x", "z", "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", " ", "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "`", "~", "?", "+", ".", "=", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "Y", "X", "Z", "|", "{", "}", "-", "_");
var Replace = new Array("01100001", "01100010", "01100011", "01100100", "01100101", "01100110", "01100111", "01101000", "01101001", "01101010", "01101011", "01101100", "01101101", "01101110", "01101111", "01110000", "01110001", "01110010", "01110011", "01110100", "01110101", "01110110", "01110111", "01111001", "01111000", "01111010", "00110001", "00110010", "00110011", "00110100", "00110101", "00110110", "00110111", "00111000", "00111001", "00110000", "00100000", "00100001", "01000000", "00100011", "00100100", "00100101", "01011110", "00100110", "00101010", "00101000", "00101001", "01100000", "01111110", "00111111", "00101011", "00101110", "00111101", "01000001", "01000010", "01000011", "01000100", "01000101", "01000110", "01000111", "01001000", "01001001", "01001010", "01001011", "01001100", "01001101", "01001110", "01001111", "01010000", "01010001", "01010010", "01010011", "01010100", "01010101", "01010110", "01010111", "01011001", "01011000", "01011010", "01111100", "01111011", "01111101", "00101101", "01011111");
stop();
Symbol 25 Button
on (press) {
_root.e2b();
}
Symbol 31 MovieClip Frame 1
stop();
Symbol 31 MovieClip Frame 2
stop();
stopAllSounds();
Symbol 35 Button
on (release) {
tellTarget ("AUDIO") {
gotoAndStop ("Stopped");
};
}
Symbol 37 Button
on (release) {
tellTarget ("AUDIO") {
gotoAndStop ("Playing");
};
}