Combined Code
frame 1 {
objTime = new Date();
varStartSeconds = objTime.getSeconds();
varStartMinutes = objTime.getMinutes();
varStartHours = objTime.getHours();
varStartDays = objTime.getDay();
}
frame 2 {
objNewTime = new Date();
varBytes = _root.getBytesLoaded();
varKbytes = Math.round((_root.getBytesLoaded() / 1024) * 100) / 100;
varTotalBytes = Math.round((_root.getBytesTotal() / 1024) * 100) / 100;
if (varBytes > 1024) {
txtBytes = varKbytes add ' Kbytes of ' add varTotalBytes add ' Kbytes';
} else {
txtBytes = varBytes add ' Bytes of ' add varTotalBytes add ' Kbytes';
}
txtPercentage = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) add '%';
varElapsedSeconds = objNewTime.getSeconds() - varStartSeconds;
varElapsedMinutes = objNewTime.getMinutes() - varStartMinutes;
varElapsedHours = objNewTime.getHours() - varStartHours;
varElapsedDays = objNewTime.getDay() - varStartDays;
varElapsedTime = varElapsedDays * 24 * 60 * 60 + varElapsedHours * 60 * 60 + varElapsedMinutes * 60 + varElapsedSeconds;
if (varElapsedTime > 1) {
txtElapsed = varElapsedTime add ' Seconds';
} else {
txtElapsed = varElapsedTime add ' Second';
}
varSpeed = Math.round((_root.getBytesLoaded() / varElapsedTime / 1024) * 10) / 10;
txtSpeed = varSpeed add ' Kbytes/Second';
varRemaining = Math.round((_root.getBytesTotal() - _root.getBytesLoaded()) / varSpeed * 1024);
if (varRemaining > 1) {
txtRemaining = varRemaining add ' Seconds';
} else {
txtRemaining = varRemaining add ' Second';
}
varMove = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 458.8);
_root.mcLoad._x = -59.4 + varMove;
}
frame 3 {
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
gotoAndPlay(4);
} else {
gotoAndPlay(2);
}
}
movieClip 54 {
}
movieClip 55 {
frame 1 {
sizeX = 900;
sizeY = 700;
angleX = 0;
angleY = 0;
dx = 1;
dy = 1;
speedX = 0.02;
speedY = 0.01;
deltaSpeedX = 0;
deltaSpeedY = 0;
smoke_bkg._x = 0;
smoke_bkg._y = 0;
}
frame 2 {
if (random(8) == 4) {
deltaSpeedX = (random(11) - 5) / 10000;
deltaSpeedX = 0.0009;
}
if (deltaSpeedX != 0) {
if (speedX < -0.09) {
speedX += Math.abs(deltaSpeedX);
} else {
if (speedX > 0.09) {
speedX -= Math.abs(deltaSpeedX);
} else {
if (speedX > -0.05 and speedX < 0.05) {
speedX += deltaSpeedX;
}
}
}
}
angleX += speedX;
if (angleX >= Math.PI) {
angleX = 0;
dx = -dx;
}
x = Math.abs(Math.sin(angleX)) * (sizeX / 2);
if (dx == 1) {
smoke_bkg._x = x;
} else {
smoke_bkg._x = -x;
}
if (random(8) == 4) {
deltaSpeedY = (random(11) - 5) / 10000;
deltaSpeedY = 0.0009;
}
if (deltaSpeedY != 0) {
if (speedY < -0.09) {
speedY += Math.abs(deltaSpeedY);
} else {
if (speedY > 0.09) {
speedY -= Math.abs(deltaSpeedY);
} else {
if (speedY > -0.09 and speedY < 0.05) {
speedY += deltaSpeedY;
}
}
}
}
angleY += speedY;
if (angleY >= Math.PI) {
angleY = 0;
dy = -dy;
}
y = Math.abs(Math.sin(angleY)) * (sizeY / 2);
if (dy == 1) {
smoke_bkg._y = y;
} else {
smoke_bkg._y = -y;
}
}
frame 3 {
gotoAndPlay(2);
}
}
movieClip 56 {
}
movieClip 58 {
}
movieClip 63 {
}
movieClip 86 {
}
movieClip 209 {
}
movieClip 214 {
}
button 390 {
on (release) {
loadVariables('http://www.jkcinema.com/UL5VOTES.asp?Story=Faces&Vote=YES', '', 'POST');
eval(this.red)._visible = '0';
eval(this.blue)._visible = '0';
eval(this.facestext)._visible = '0';
with (this.Thanks) {
play();
}
}
}
button 391 {
on (release) {
loadVariables('http://www.jkcinema.com/UL5VOTES.asp?Story=Faces&Vote=NO', '', 'POST');
eval(this.red)._visible = '0';
eval(this.blue)._visible = '0';
eval(this.facestext)._visible = '0';
with (this.Thanks) {
play();
}
}
}
movieClip 394 {
}
movieClip 396 {
frame 1 {
stop();
}
}
movieClip 423 {
}
button 443 {
on (release) {
loadVariables('http://www.jkcinema.com/UL5VOTES.asp?Story=TwilightZone&Vote=YES', '', 'POST');
eval(this.red)._visible = '0';
eval(this.blue)._visible = '0';
eval(this.twilighttext)._visible = '0';
with (this.Thanks) {
play();
}
}
}
button 444 {
on (release) {
loadVariables('http://www.jkcinema.com/UL5VOTES.asp?Story=TwilightZone&Vote=NO', '', 'POST');
eval(this.red)._visible = '0';
eval(this.blue)._visible = '0';
eval(this.twilighttext)._visible = '0';
with (this.Thanks) {
play();
}
}
}
movieClip 447 {
}
button 522 {
on (release) {
loadVariables('http://www.jkcinema.com/UL5VOTES.asp?Story=Rods&Vote=YES', '', 'POST');
eval(this.red)._visible = '0';
eval(this.blue)._visible = '0';
eval(this.rodstext)._visible = '0';
with (this.Thanks) {
play();
}
}
}
button 523 {
on (release) {
loadVariables('http://www.jkcinema.com/UL5VOTES.asp?Story=Rods&Vote=NO', '', 'POST');
eval(this.red)._visible = '0';
eval(this.blue)._visible = '0';
eval(this.rodstext)._visible = '0';
with (this.Thanks) {
play();
}
}
}
movieClip 526 {
}
button 567 {
on (release) {
loadVariables('http://www.jkcinema.com/UL5VOTES.asp?Story=Impound&Vote=YES', '', 'POST');
eval(this.red)._visible = '0';
eval(this.blue)._visible = '0';
eval(this.impoundtext)._visible = '0';
with (this.Thanks) {
play();
}
}
}
button 568 {
on (release) {
loadVariables('http://www.jkcinema.com/UL5VOTES.asp?Story=Impound&Vote=NO', '', 'POST');
eval(this.red)._visible = '0';
eval(this.blue)._visible = '0';
eval(this.impoundtext)._visible = '0';
with (this.Thanks) {
play();
}
}
}
movieClip 571 {
}
button 668 {
on (release) {
loadVariables('http://www.jkcinema.com/UL5VOTES.asp?Story=Chupacabras&Vote=YES', '', 'POST');
eval(this.red)._visible = '0';
eval(this.blue)._visible = '0';
eval(this.chuptext)._visible = '0';
with (this.Thanks) {
play();
}
}
}
button 669 {
on (release) {
loadVariables('http://www.jkcinema.com/UL5VOTES.asp?Story=Chupacabras&Vote=NO', '', 'POST');
eval(this.red)._visible = '0';
eval(this.blue)._visible = '0';
eval(this.chuptext)._visible = '0';
with (this.Thanks) {
play();
}
}
}
movieClip 672 {
}
frame 7345 {
var FacesYES;
var FacesNO;
var ChupYES;
var ChupNO;
var TwilightYES;
var TwilightNO;
var ImpoundYES;
var ImpoundNO;
var RodsYES;
var RodsNO;
FacesYES = 'SERVER BUSY';
FacesNO = 'SERVER BUSY';
ChupYES = 'SERVER BUSY';
ChupNO = 'SERVER BUSY';
TwilightYES = 'SERVER BUSY';
TwilightNO = 'SERVER BUSY';
ImpoundYES = 'SERVER BUSY';
ImpoundNO = 'SERVER BUSY';
RodsYES = 'SERVER BUSY';
RodsNO = 'SERVER BUSY';
loadVariables('http://www.jkcinema.com/UL5GetVotes.asp', '', 'POST');
}
frame 7944 {
if (FacesYES != 'SERVER BUSY') {
FacesYES += '%';
}
if (FacesNO != 'SERVER BUSY') {
FacesNO += '%';
}
if (ChupYES != 'SERVER BUSY') {
ChupYES += '%';
}
if (ChupNO != 'SERVER BUSY') {
ChupNO += '%';
}
if (TwilightYES != 'SERVER BUSY') {
TwilightYES += '%';
}
if (TwilightNO != 'SERVER BUSY') {
TwilightNO += '%';
}
if (ImpoundYES != 'SERVER BUSY') {
ImpoundYES += '%';
}
if (ImpoundYES != 'SERVER BUSY') {
ImpoundNO += '%';
}
if (RodsYES != 'SERVER BUSY') {
RodsYES += '%';
}
if (RodsYES != 'SERVER BUSY') {
RodsNO += '%';
}
}
frame 8456 {
stop();
}
button 705 {
on (release) {
gotoAndPlay(4);
}
}