Frame 1 (1.15 KiB) ●
function doNothing() {
}
function doWebsite() {
getURL ("http://www.clockcrew.cc", _blank);
}
function doNewgrounds() {
getURL ("http://www.newgrounds.com/collection/madnessday2007", _blank);
}
function doSheezy() {
getURL ("http://iidxclock.sheezyart.com", _blank);
}
function doHigh() {
_quality = "high";
}
function doMedium() {
_quality = "medium";
}
function doLow() {
_quality = "low";
}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned8 = new ContextMenuItem("High Quality", doHigh);
Functioned7 = new ContextMenuItem("Medium Quality", doMedium);
Functioned6 = new ContextMenuItem("Low Quality", doLow);
Functioned2 = new ContextMenuItem("Clock Crew", doWebsite);
Functioned3 = new ContextMenuItem("Madness Day 2007", doNewgrounds);
Functioned4 = new ContextMenuItem("IIDX Clock's SheezyArt", doSheezy);
MENU.customItems.push(Functioned9);
MENU.customItems.push(Functioned8);
MENU.customItems.push(Functioned7);
MENU.customItems.push(Functioned6);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
MENU.customItems.push(Functioned3);
MENU.customItems.push(Functioned4);
_root.menu = MENU;
Frame 2 (8 B)
stop();
Frame 3 (8 B)
stop();
Symbol 40 MovieClip Frame 1 (222 B)
mydate = new Date();
second._rotation = (mydate.getSeconds() * 6) + (mydate.getMilliseconds() * 0.006);
minute._rotation = mydate.getMinutes() * 6;
hour._rotation = (mydate.getHours() * 30) + (mydate.getMinutes() / 2);
Symbol 40 MovieClip Frame 2 (222 B)
mydate = new Date();
second._rotation = (mydate.getSeconds() * 6) + (mydate.getMilliseconds() * 0.006);
minute._rotation = mydate.getMinutes() * 6;
hour._rotation = (mydate.getHours() * 30) + (mydate.getMinutes() / 2);
Symbol 47 Button (100 B)
on (press) {
getURL ("http://www.newgrounds.com/collection/madnessday2007", (target = "_blank"));
}
Symbol 56 MovieClip Frame 29 (17 B)
gotoAndPlay (1);
Symbol 56 MovieClip Frame 65 (28 B)
gotoAndPlay ("ready_loop");
Symbol 56 MovieClip Frame 85 (14 B)
_root.play();
Symbol 63 Button (61 B)
on (press) {
_root.loader.hank.gotoAndPlay("go");
play();
}
Symbol 64 MovieClip Frame 1 (228 B)
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
_root.loader.hank.gotoAndPlay("ready");
}
Symbol 64 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 64 MovieClip Frame 5 (8 B)
stop();
Symbol 80 MovieClip Frame 1 (545 B)
var copyrightNotice = "Copyright (c) 2006-2007 Sockpuppet Pty Ltd. All Rights Reserved. http://www.reanimator.net";
var reanimator = (new flash.geom.Transform(this));
var camera = (new flash.geom.Transform(this._parent));
var w = Stage.width;
var h = Stage.height;
this._visible = false;
this.onEnterFrame = function () {
this._parent.filters = this.filters;
var _local2 = reanimator.matrix;
camera.colorTransform = reanimator.colorTransform;
_local2.invert();
_local2.translate(w * 0.5, h * 0.5);
camera.matrix = _local2;
};
Symbol 124 MovieClip Frame 821 (14 B)
_root.play();
Symbol 140 Button (34 B)
on (release) {
gotoAndStop (2);
}
Symbol 142 Button (96 B)
on (release) {
getURL ("http://www.newgrounds.com/collection/madnessday2007.html", "_blank");
}
Symbol 143 Button (63 B)
on (release) {
getURL ("http://www.clockcrew.cc", "_blank");
}