File :[wait.swf] - (299 KB)
[_] [?] Anonymous 04/04/09(Sat)22:12 No.942875
Marked for deletion (old).
>> [_] Anonymous 04/04/09(Sat)22:45 No.942906
cool, I was just looking at this
>> [_] Anonymous 04/04/09(Sat)22:56 No.942916
waiting on midnight local
>> [_] Anonymous 04/05/09(Sun)00:04 No.942992
Wait for it... wait for it... here it comes!
>> [_] Anonymous 04/05/09(Sun)00:19 No.943004
FUCK
>> [_] Anonymous 04/05/09(Sun)00:38 No.943020
What happens? I set my clock for just before midnight and nothing happened.
>> [_] Anonymous 04/05/09(Sun)00:47 No.943026
>>943020
that's what you get for cheating
>> [_] Anonymous 04/05/09(Sun)02:02 No.943090
I don't know why I got so much satisfaction out of that...but I did
>> [_] Anonymous 04/05/09(Sun)02:03 No.943092
The music reminded me enough of Terranigma to bring back some wonderful memories. Thank you.
>> [_] Anonymous 04/05/09(Sun)02:03 No.943093
TELL ME WHAT THE FUCK HAPPENS
>> [_] Anonymous 04/05/09(Sun)02:05 No.943098
function updateTimer()
{
dt = new Date();
minight = dt.getHours() * 60 + dt.getMinutes();
newAlpha = 100 - Math.abs(minight - 720) / 720 * 100;
day._alpha = newAlpha;
if (dt.getHours() >= 10)
{
hr = dt.getHours();
}
else
{
hr = "0" + dt.getHours();
}
if (dt.getMinutes() >= 10)
{
min = dt.getMinutes();
}
else
{
min = "0" + dt.getMinutes();
}
if (dt.getSeconds() >= 10)
{
sec = dt.getSeconds();
}
else
{
sec = "0" + dt.getSeconds();
}
time.text = hr + ":" + min + ":" + sec;
}
stop();
updateTimer();
setInterval(updateTimer, 100);
bg = new Sound();
bg.attachSound("bg");
bg.start();
bg.onSoundComplete = function ()
{
this.start();
}
;
>> [_] Anonymous 04/05/09(Sun)02:09 No.943100
>>943098
WHAT THE FUCK DOES THAT MEAN
>> [_] Anonymous 04/05/09(Sun)02:15 No.943103
>>943100
O SHIT THE ALIENS HAVE THE INTERNET NOW
>> [_] Anonymous 04/05/09(Sun)02:17 No.943105
this is my screensaver
>> [_] Anonymous 04/05/09(Sun)02:42 No.943120
bump