Melancholy of Haruhi Suzumiya
- Psygnius
- Joined: Sun Aug 05, 2001 12:57 am
- Contact:
- Infinity Squared
- Mr. Poopy Pants
- Joined: Wed Aug 11, 2004 10:07 pm
- Status: Shutting Down
- Location: Australia
- Contact:
- Bakadeshi
- Abuses Spellcheck
- Joined: Mon Sep 29, 2003 9:49 am
- Location: Atlanta, GA
- Contact:
haha same here, the little bugger is small and black and white, so maybe Psygnius is just not seeing him ;p took me a good 2 minutes just to find him.Infinity Squared wrote:I'm using 1.0.7 and it works fine... which is all the more frustrating because (a) it took me long enough to find the damn thing and (b) now I can't catch it
and no it appears he is not catchable, he moves just as the mouse curser touches him (hovers over) its probably a java on hover do this command script ;p
- Psygnius
- Joined: Sun Aug 05, 2001 12:57 am
- Contact:
- madbunny
- Joined: Tue Jun 17, 2003 3:12 pm
Ok, so how about sparing us mortals and sending the link that you get when you click on nekoman?Psygnius wrote:No, I see him in my Firefox and IE. The Firefox version, he does not move at all, so I CAN click on Nekoman in Firefox. But the IE version actually works, and Nekoman moves around.
I try, but I can't catch him. Little bastard.
- Unlimited Rice
- Joined: Wed Jun 25, 2003 1:21 pm
- Location: FL.
- Bakadeshi
- Abuses Spellcheck
- Joined: Mon Sep 29, 2003 9:49 am
- Location: Atlanta, GA
- Contact:
according to the sourcecode, clicking it does nothing, Moving the mouse over it however, reloads the page pointing to "#".
The function to move the necoman around randomly is in the page source as:
function nm() {
window.status = "escape!";
if(document.layers) {
document.Layer_nm1.left = Math.floor( Math.random() * 600);
document.Layer_nm1.top = Math.floor( Math.random() * 400);;
}else{
Layer_nm1.style.left = Math.floor( Math.random() * 600);
Layer_nm1.style.top = Math.floor( Math.random() * 400);
}
}
And this loads the Necoman and sets the onmouse command for when you move the mouse over the image:
<div id="Layer_nm1" style="position:absolute; width:22px; height:32px; z-index:2; border: 0px none #000000; left: 80px; top: 100px">
<a href="#" onMouseOver="nm()"><img src="img/nm_et.gif" width="22" height="32" border="0"></a>
</div>
The function to move the necoman around randomly is in the page source as:
function nm() {
window.status = "escape!";
if(document.layers) {
document.Layer_nm1.left = Math.floor( Math.random() * 600);
document.Layer_nm1.top = Math.floor( Math.random() * 400);;
}else{
Layer_nm1.style.left = Math.floor( Math.random() * 600);
Layer_nm1.style.top = Math.floor( Math.random() * 400);
}
}
And this loads the Necoman and sets the onmouse command for when you move the mouse over the image:
<div id="Layer_nm1" style="position:absolute; width:22px; height:32px; z-index:2; border: 0px none #000000; left: 80px; top: 100px">
<a href="#" onMouseOver="nm()"><img src="img/nm_et.gif" width="22" height="32" border="0"></a>
</div>
- Bakadeshi
- Abuses Spellcheck
- Joined: Mon Sep 29, 2003 9:49 am
- Location: Atlanta, GA
- Contact: