Frame 1
loadpercent = "0%";
loadBytes = ("0 of " + (Math.round((_root.getBytesTotal() / 1024) * 1000) / 1000)) + " Kb";
Instance of Symbol 6 MovieClip "preloader_mc" in Frame 1
onClipEvent (enterFrame) {
mctotal = _root.getBytesTotal();
mcloaded = _root.getBytesLoaded();
mcpercent = math.round((mcloaded / mcTotal) * 100);
display = mcpercent;
progress_mc._xscale = mcpercent;
}
Frame 2
loadPercent = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
loadBytes = (((Math.round((_root.getBytesLoaded() / 1024) * 1000) / 1000) + " Kb of ") + (Math.round((_root.getBytesTotal() / 1024) * 1000) / 1000)) + " Kb total Loaded";
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
loadPercent = "100%";
loadBytes = (((Math.round((_root.getBytesLoaded() / 1024) * 1000) / 1000) + " Kb of ") + (Math.round((_root.getBytesTotal() / 1024) * 1000) / 1000)) + " Kb total Loaded";
gotoAndPlay (5);
}
Frame 3
gotoAndPlay (2);
Frame 5
container.loadMovie("tomorrow_loop.swf");
Frame 22
stop();
Symbol 15 Button
on (release) {
getURL ("http://headscan.ca/downloads/movie/headscan_dss_coma30.zip");
}
on (rollOver) {
mySound = new sound();
mySound.attachSound("over");
mySound.start();
}
on (press) {
mySound2 = new sound();
mySound2.attachSound("hit");
mySound2.start();
}
Symbol 16 Button
on (release) {
getURL ("http://www.headscan.ca/mainsite/visuals/play_dss_coma.htm");
}
on (rollOver) {
mySound = new sound();
mySound.attachSound("over");
mySound.start();
}
on (press) {
mySound2 = new sound();
mySound2.attachSound("hit");
mySound2.start();
}