Garfield vs. scene
category: residue [glöplog]
hahaha great :D
haha awesome :D
probably posted in other thread already, but...
<html>
<head>
<title>The Eagle_Fire Garfield Randomizer</title>
<style type='text/css'>
td {
overflow: hidden;
text-align: left;
vertical-align: top;
max-height: 200px;
max-width: 180px;
}
img {
position: absolute;
}
</style>
</head>
<body>
<table border=1><tr>
<td width=200 height=180 id=td1> </td>
<td width=200 height=180 id=td2> </td>
<td width=200 height=180 id=td3> </td>
</tr>
<tr>
<td><input type=checkbox id=ck1>Lock</td>
<td><input type=checkbox id=ck2>Lock</td>
<td><input type=checkbox id=ck3>Lock</td>
</tr>
</table>
<script language="JavaScript1.2">
function fmt(n) {
n = Math.floor(n);
if (n < 10) return "0" + n;
return n;
}
function load() {
var t = new Array("td1", "td2", "td3");
var c = new Array("ck1", "ck2", "ck3");
for (i = 0; i < t.length; i++) {
if (document.getElementById(c[i]).checked) continue;
year = 2001 + Math.random() * 4;
month = Math.random() * 12 + 1;
day = Math.random() * 30 + 1;
panel = Math.random() * 3;
if ((new Date(fmt(month) + "/" + fmt(day) + "/" + fmt(year))).getDay() == 0)
day = (day + 1) % 31 + 1;
if (month == 2 && day > 28) day = 28;
imgurl = "http://images.ucomics.com/comics/ga/"
+ fmt(year) + "/ga" + fmt(year % 100) + fmt(month) + fmt(day) + ".gif";
tu = document.getElementById(t[i]);
tu.background = imgurl;
tu.style.background = "url(" + imgurl + ") " + -200 * Math.floor(panel) + "px 0px";
}
}
load();
</script>
<br>
<input type='button' value = "Go" onClick="load()">
</body>
</html>
<html>
<head>
<title>The Eagle_Fire Garfield Randomizer</title>
<style type='text/css'>
td {
overflow: hidden;
text-align: left;
vertical-align: top;
max-height: 200px;
max-width: 180px;
}
img {
position: absolute;
}
</style>
</head>
<body>
<table border=1><tr>
<td width=200 height=180 id=td1> </td>
<td width=200 height=180 id=td2> </td>
<td width=200 height=180 id=td3> </td>
</tr>
<tr>
<td><input type=checkbox id=ck1>Lock</td>
<td><input type=checkbox id=ck2>Lock</td>
<td><input type=checkbox id=ck3>Lock</td>
</tr>
</table>
<script language="JavaScript1.2">
function fmt(n) {
n = Math.floor(n);
if (n < 10) return "0" + n;
return n;
}
function load() {
var t = new Array("td1", "td2", "td3");
var c = new Array("ck1", "ck2", "ck3");
for (i = 0; i < t.length; i++) {
if (document.getElementById(c[i]).checked) continue;
year = 2001 + Math.random() * 4;
month = Math.random() * 12 + 1;
day = Math.random() * 30 + 1;
panel = Math.random() * 3;
if ((new Date(fmt(month) + "/" + fmt(day) + "/" + fmt(year))).getDay() == 0)
day = (day + 1) % 31 + 1;
if (month == 2 && day > 28) day = 28;
imgurl = "http://images.ucomics.com/comics/ga/"
+ fmt(year) + "/ga" + fmt(year % 100) + fmt(month) + fmt(day) + ".gif";
tu = document.getElementById(t[i]);
tu.background = imgurl;
tu.style.background = "url(" + imgurl + ") " + -200 * Math.floor(panel) + "px 0px";
}
}
load();
</script>
<br>
<input type='button' value = "Go" onClick="load()">
</body>
</html>
And how exactly is that scene related? :)
has a Negative-Shader !
+ chukkNorris - G_field !
+ chukkNorris - G_field !
Quote:
also, there's motion blur and a demoish object. Extremely demoscene related.
Quote:
Demoish object? Where?also, there's motion blur and a demoish object. Extremely demoscene related.
a black ribbon
funny.
Quote:
It's not as if invitations haven't been coded in under 5 hours before.. =)
Quote:
ROTFL!