Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Crazy Fun

Darwin Appleby
I Was Beaten With Satan
Join date: 14 Mar 2003
Posts: 2,779
06-04-2004 09:59
http://www.ebaumsworld.com/escape.html

13 seconds... what's your high score?
_____________________
Touche.
James Miller
Village Idiot
Join date: 9 Jan 2003
Posts: 1,500
06-04-2004 10:08
At the moment, 4.5 seconds. Baaah.
_____________________
George W. Bush hates America.
James Miller
Village Idiot
Join date: 9 Jan 2003
Posts: 1,500
06-04-2004 10:10
Now my high score is 11.671 seconds. yay. :)
_____________________
George W. Bush hates America.
James Miller
Village Idiot
Join date: 9 Jan 2003
Posts: 1,500
06-04-2004 10:13
13.203 seconds!!
_____________________
George W. Bush hates America.
Pendari Lorentz
Senior Member
Join date: 5 Sep 2003
Posts: 4,372
06-04-2004 10:14
err.. 0.375 seconds

what did I do? lol
_____________________
*hugs everyone*
Darwin Appleby
I Was Beaten With Satan
Join date: 14 Mar 2003
Posts: 2,779
06-04-2004 10:22
You click the center square and move it around to escape the evil blue squares. Hehehe.

EDIT: I reign supreme.
_____________________
Touche.
Pendari Lorentz
Senior Member
Join date: 5 Sep 2003
Posts: 4,372
06-04-2004 11:09
Yay Me!! Up to 16 seconds!! :D

PS: Curse you Darwin! haha
_____________________
*hugs everyone*
Cricket Sunchaser
Bug
Join date: 2 May 2003
Posts: 61
06-04-2004 11:36
*curses* ugh..i am soo boooooored and wanna play too..grr damn internet restrictions at work..grrr
Tiger Crossing
The Prim Maker
Join date: 18 Aug 2003
Posts: 1,560
06-04-2004 12:28
17.514... It gets faster.
_____________________
~ Tiger Crossing
~ (Nonsanity)
Princess Medici
sad panda
Join date: 1 Mar 2004
Posts: 416
06-04-2004 13:02
Let's just say my score is pathetic, and leave it at that. :p
Misnomer Jones
3 is the magic number
Join date: 27 Jan 2003
Posts: 1,800
06-04-2004 13:18
17.767 seconds on about the 5th try.
_____________________
Loki Pico
Registered User
Join date: 20 Jun 2003
Posts: 1,938
06-04-2004 13:34
228.094 on the first try. This is a joke right?
Darwin Appleby
I Was Beaten With Satan
Join date: 14 Mar 2003
Posts: 2,779
06-04-2004 13:40
WTF?! How'd you get 228?!
_____________________
Touche.
MaryJane Sunshine
Member
Join date: 7 Jul 2003
Posts: 84
06-04-2004 13:46
19.765 bout the tenth try but the first five .375's dont count right? :D & my mouse at work really sucks!!
Ryen Jade
This is a takeover!
Join date: 21 Jun 2003
Posts: 1,329
06-04-2004 13:52
538.021 first try.
_____________________
From: Korg Stygian
Between you, Ryen the twerp and Ardith, there's little to change my opinion here.. rather you have reinforced it each in your own ways


IM A TWERP, IM A TWERP! :D

Whats a twerp? :confused:
Loki Pico
Registered User
Join date: 20 Jun 2003
Posts: 1,938
06-04-2004 13:55
I guess Im a God, I dunno. Boredom is the only thing slowing me down.

I edited the attachment to show my third and final time to play. The mark has been set, go for it!
Darwin Appleby
I Was Beaten With Satan
Join date: 14 Mar 2003
Posts: 2,779
06-04-2004 15:06
...omg...

*Hails Loki as demigod*
_____________________
Touche.
Loki Pico
Registered User
Join date: 20 Jun 2003
Posts: 1,938
06-04-2004 15:08
My final score pic didnt work for some reason, here is a second attempt at posting it.

Yeah, this one is my high score. Have fun.
Snark Serpentine
Fractious User
Join date: 12 Aug 2003
Posts: 379
06-04-2004 15:21
I see "the attachment" isn't all that you're editing, Loki. ;-)
BuhBuhCuh Fairchild
Professional BuhBuhCuh
Join date: 9 Oct 2002
Posts: 503
06-04-2004 15:27
something about the fact that your "third try" was 64 minutes of game play, and submitted only half an hour after your first try, makes me a might suspicious.

But then, playing that for over an hour negates any god-like score for me ;)

bbc
_____________________

START!
Make your own movie in Second Life for
The Take 5 Machinima Festival
Films due Dec 4, screening Dec 7!
http://www.alt-zoom.com/take5.htm

Darwin Appleby
I Was Beaten With Satan
Join date: 14 Mar 2003
Posts: 2,779
06-04-2004 15:30
But... how do you? It goes way to fast for me, heh...
_____________________
Touche.
Eggy Lippmann
Wiktator
Join date: 1 May 2003
Posts: 7,939
06-04-2004 15:58
Eh, Darwin, for gods sake, any idiot can get to the code behind that game and tweak it to pop up whatever you want it to pop up.. its just an alert(), quite easily hackable.
Have fun modding it:
CODE

<html>
<head>
<title>Escape!</title>
<script language="JavaScript" type="text/javascript">

isNS4 = (document.layers) ? true : false;
isIE4 = (document.all && !document.getElementById) ? true : false;
isIE5 = (document.all && document.getElementById) ? true : false;
isNS6 = (!document.all && document.getElementById) ? true : false;

var curX, curY, curX2, curY2, boxX, boxY, moving=0, touch=0;
var gametime=0, started=0, speed;
var starttime, endtime, finaltime=0; //pass finaltime to popup window to ask for initials
var enemyxdir = new Array(1,1,1,1);
var enemyydir = new Array(1,1,1,1);

if (isNS4 || isNS6){
document.captureEvents(Event.MOUSEUP|Event.MOUSEDOWN|Event.MOUSEMOVE);
}
document.onmousedown = start;
document.onmousemove = checkLocation;
document.onmouseup = stop;

function startclock() {var today = new Date(); starttime = today.getTime();}
function endclock() {var today = new Date(); endtime = today.getTime();}
function calctime() {var time = (endtime - starttime - 0)/1000; return time;}

function giveposX(divname) {
if (isNS4) var posLeft = document.layers[divname].left;
else if (isIE4 || isIE5) var posLeft = document.all(divname).style.pixelLeft;
else if (isNS6) var posLeft = parseInt(document.getElementById(divname).style.left + "");
return posLeft;
}

function giveposY(divname) {
if (isNS4) var posTop = document.layers[divname].top;
else if (isIE4 || isIE5) var posTop = document.all(divname).style.pixelTop;
else if (isNS6) var posTop = parseInt(document.getElementById(divname).style.top + "");
return posTop;
}

function setposX(divname, xpos) {
if (isNS4) document.layers[divname].left = xpos;
else if (isIE4 || isIE5) document.all(divname).style.pixelLeft = xpos;
else if (isNS6) document.getElementById(divname).style.left = xpos;
}

function setposY(divname, ypos) {
if (isNS4) document.layers[divname].top = ypos;
else if (isIE4 || isIE5) document.all(divname).style.pixelTop = ypos;
else if (isNS6) document.getElementById(divname).style.top = ypos;
}

function givesize(divname, dimension) {
var divsize = 0;
if (dimension == 'y') {
if (isNS4) divsize = document.layers[divname].clip.height;
else if (isIE4 || isIE5) divsize = document.all(divname).style.pixelHeight;
else if (isNS6) divsize = parseInt(document.getElementById(divname).style.height + "");
}
else if (dimension == 'x') {
if (isNS4) divsize = document.layers[divname].clip.width;
else if (isIE4 || isIE5) divsize = document.all(divname).style.pixelWidth;
else if (isNS6) divsize = parseInt(document.getElementById(divname).style.width + "");
}

return divsize;
}

// check to see if 'box' is touching 'enemy1'
function checktouching(num) {

var enemy = "enemy" + num + ""
var difX = giveposX('box') - giveposX(enemy) - 0; // -0 converts to integer
var difY = giveposY('box') - giveposY(enemy) - 0;

// set touch = 1 if it is touching an enemy
if (difX > (-1 * givesize('box', 'x')) && difX < givesize(enemy, 'x') && difY > (-1 * givesize('box', 'y')) && difY < givesize(enemy, 'y')) {
touch = 1;
}
else touch = 0;

}

function movenemy(num,step_x,step_y){

var enemy = "enemy" + num + ""
var enemyx = givesize(enemy, 'x');
var enemyy = givesize(enemy, 'y');

if (giveposX(enemy) >= (450 - enemyx) || giveposX(enemy) <= 0) {
enemyxdir[num] = -1 * enemyxdir[num];
}
if (giveposY(enemy) >= (450 - enemyy) || giveposY(enemy) <= 0) {
enemyydir[num] = -1 * enemyydir[num];
}

var newposx = giveposX(enemy) + (step_x*enemyxdir[num]) + 0;
var newposy = giveposY(enemy) + (step_y*enemyydir[num]) + 0;

setposX(enemy, newposx);
setposY(enemy, newposy);

checktouching(num + "");
if (touch == 1) {
stop(); reset();
}
}

function movenemies() {

gametime = gametime + 1

if (gametime >= 0 && gametime < 100) speed = 80;
else if (gametime >= 100 && gametime < 200) speed = 60;
else if (gametime >= 200 && gametime < 300) speed = 40;
else if (gametime >= 300 && gametime < 400) speed = 30;
else if (gametime >= 400 && gametime < 500) speed = 20;
else speed = 10;
// window.status = "speed: " + speed + " gametime: " + gametime;

movenemy(0,-10,12);
movenemy(1,-12,-20);
movenemy(2,15,-13);
movenemy(3,17,11);

setTimeout(movenemies,speed);
}

function start(e) {

if (started == 0) { movenemies(); startclock(); started = 1; }

curX = (isNS4 || isNS6) ? e.pageX : window.event.x ;
curY = (isNS4 || isNS6) ? e.pageY : window.event.y ;

curX2 = eval(curX - 40);
curY2 = eval(curY - 40);

boxX = eval(curX - 20);
boxY = eval(curY - 20);

var boxleft = giveposX('box');
var boxtop = giveposY('box');

if (curX > boxleft && curX2 < boxleft && curY > boxtop && curY2 < boxtop) {

moving = 1;
setposX('box', boxX);
setposY('box', boxY);

if (isNS4 || isNS6){
document.captureEvents(Event.MOUSEMOVE);
}
}
}

function stop(e){
moving=0;
if (isNS4 || isNS6){
document.releaseEvents(Event.MOUSEMOVE);
}
}

function reset(e){
endclock();
moving=0;
if (isNS4 || isNS6){
document.releaseEvents(Event.MOUSEMOVE);
}
if (finaltime == 0) {
finaltime = calctime();
window.alert('you lasted ' + finaltime + ' seconds');
// var entername = window.confirm('Enter your name?');
// if (entername) {
// window.open("?" + finaltime,'winwin','width=300,height=500,left=40,top=40,status=1,resizable');
// document.location.reload();
// }
// else document.location.reload();
document.location.reload();
}
}

function checkLocation(e){

curX = (isNS4 || isNS6) ? e.pageX : window.event.x ;
curY = (isNS4 || isNS6) ? e.pageY : window.event.y ;

boxX = eval(curX - 20);
boxY = eval(curY - 20);

checktouching('1');

if (moving == 1 && touch == 0){

setposX('box',boxX);
setposY('box',boxY);

if (curY > 69 && curX > 69 && curY < 381 && curX < 381) return false;
else stop(); reset();
}

else if (touch == 1){
stop(); reset();
}

}

</script>
</head>

<body bgcolor="#ffffff" text="#000000" topmargin="0" leftmargin="0" marginheight="0" marginwidth="0">

<div id="box" style="position: absolute; top: 205; left: 205; width:40; height:40; layer-background-color: #990000; background-color: #990000;">
<table width="40" height="40">
<tr><td> </td></tr>
</table>
</div>

<div id="enemy0" style="position: absolute; top: 60; left: 270; width:60; height:50; layer-background-color: #000099; background-color: #000099;">

<table width="60" height="50">
<tr><td> </td></tr>
</table>
</div>

<div id="enemy1" style="position: absolute; top: 330; left: 300; width:100; height:20; layer-background-color: #000099; background-color: #000099;">
<table width="100" height="20">
<tr><td> </td></tr>
</table>
</div>

<div id="enemy2" style="position: absolute; top: 320; left: 70; width:30; height:60; layer-background-color: #000099; background-color: #000099;">
<table width="30" height="60">
<tr><td> </td></tr>
</table>
</div>

<div id="enemy3" style="position: absolute; top: 70; left: 70; width:60; height:60; layer-background-color: #000099; background-color: #000099;">
<table width="60" height="60">
<tr><td> </td></tr>
</table>
</div>


<table border="0" cellspacing="0" cellpadding="0">
<!-- row 1 -->
<tr>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>

<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>

<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
</tr>

<!-- row 2 -->
<tr>

<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>

<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>

<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
</tr>

<!-- row 3 -->

<tr>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>

<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>

<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
</tr>

<!-- row 4 -->
<tr>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>

<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>

<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
</tr>

<!-- row 5 -->
<tr>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>

<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>

<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
</tr>

<!-- row 6 -->
<tr>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>

<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>

<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
</tr>

<!-- row 7 -->

<tr>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>

<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>

<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>

</tr>

<!-- row 8 -->
<tr>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>

<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50"><table><tr><td></td></tr></table></td>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
</tr>

<!-- row 9 -->
<tr>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>

<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
<td width="50" height="50" bgcolor="#000000"><table><tr><td></td></tr></table></td>
</tr>
</table>
</body>
</html>
Darwin Appleby
I Was Beaten With Satan
Join date: 14 Mar 2003
Posts: 2,779
06-04-2004 16:02
Yeah, I did that already... but I want to know how those people actually played that long (if they did).

BTW: The 40 second picture is hacked.
_____________________
Touche.
Loki Pico
Registered User
Join date: 20 Jun 2003
Posts: 1,938
06-04-2004 16:16
I just clicked on it and then went back to browsing the forums. When I got done I went back and made it end. I thought this was some warped joke to get people to waste time doing that, I guess it was actually just broken. LOL.