• ARCHIVES 
  • » haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

Pages: 123

haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

emokid722
» FTalker
FTalk Level: zero
207
0
1969-12-31

haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]var brOK = false, mie = false; if (document.layers || document.all) brOK = true; if (document.all) mie = true; var ex = 0, ey = 0; var ae, le, re, x0, y0, tid, realx, realy; function navMove(e) { ex = e.pageX; ey = e.pageY; moveeye() return routeEvent(e); } function mieMove() { ex = document.body.scrollLeft + event.x; ey = document.body.scrollTop + event.y; moveeye(); } function moveeye() { dy = ey - y0 - 20; dx1 = ex - x0 - 20; dx2 = ex - x0 - 60; r = Math.sqrt(dx1 * dx1 + dy * dy); if (r < 20) r = 20; dx1 = dx1 * 10 / r + x0 + 10; dy1 = dy * 10 / r + y0 + 10; r = Math.sqrt(dx2 * dx2 + dy * dy); if (r < 20) r = 20; dx2 = dx2 * 10 / r + x0 + 50; ae.left = x0; ae.top = y0; le.left = dx1; le.top = dy1; re.left = dx2; re.top = dy1; } function setHandlers() { if (!mie) { y0 = document.eyeballs.top; x0 = document.eyeballs.left; ae = document.eyeballs; le = document.lefteye; re = document.righteye; window.captureEvents(Event.MOUSEMOVE); window.onMouseMove = navMove; } else { y0 = document.all.eyeballs.style.pixelTop; x0 = document.all.eyeballs.style.pixelLeft; ae = document.all.eyeballs.style; le = document.all.lefteye.style; re = document.all.righteye.style; window.document.onmousemove = mieMove; } realx = x0 + 0.1; realy = y0 + 0.1; moveall(); } function moveall() { rx = realx + 40; ry = realy + 40; rx += (ex - rx) * 0.1; ry += (ey - ry) * 0.1; realx = rx - 40; realy = ry - 40; x0 = Math.round(realx); y0 = Math.round(realy); moveeye(); tid = setTimeout('moveall()', 100); } function placeeyes(x, y) { if (brOK) { ex = x + 40; ey = y + 40; s = '<DIV ID ="dummy" STYLE="position:absolute; ' + 'top:'+y+'; left:'+x+'; width:10; height:10;"> </DIV>'; s += '<DIV ID="eyeballs" STYLE="position:absolute; ' + 'top:'+y+'; left:'+x+'; width:80; height:40;"><IMG SRC=' + '"http://i277.photobucket.com/albums/kk76/emokid722/whites.gif" border=0></DIV>'; s += '<DIV ID="lefteye" STYLE="position:absolute; ' + 'top:'+(y+10)+'; left:'+(x+10)+'; width:20; height:20;">' + '<IMG SRC="http://i277.photobucket.com/albums/kk76/emokid722/pupil.gif" border=0></DIV>'; s += '<DIV ID="righteye" STYLE="position:absolute; ' + 'top:'+(y+10)+'; left:'+(x+50)+'; width:20; height:20;">' + '<IMG SRC="http://i277.photobucket.com/albums/kk76/emokid722/pupil.gif" border=0></DIV>'; document.writeln(s); } } function clearEyes() { if (tid) clearTimeout(tid); } placeeyes(200, 100); window.onload = setHandlers; window.onunload = clearEyes;[/quote] compile that wid your JS.. LIVE PREVIEW: [url]http://www.geocities.com/mistaken_ej/eyes467.html[/url] enjoy using it., ^_^ [quote]reminder: ONLY WORKS ON IE[/quote] [b] (+ repu is very much appreciated)[/b]

Last edited by emokid722 (2008-05-22 01:05:00)

cklahrckiey
» FTalkFreak
FTalk Level: zero
1891
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

is this compatible to all browsers bro?
emokid722
» FTalker
FTalk Level: zero
207
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

[quote=cklahrckiey]is this compatible to all browsers bro?[/quote] nope,, it only works on IE.. ^_^
BwizetT
» FTalkGeek
FTalk Level: zero
1015
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

[b]Ahehe i've been working for this a long time, and i've forgotten all about it,,, been busy with other things..BTW bro nice effort...[/b]:thumbsup: =) [b]off topic... what the brand of your drumset???[/b] :eh:

Last edited by BwizetT (2008-05-11 09:05:53)

♥xoxo_18♥
» n00b
FTalk Level: zero
69
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

[color=pink][b]...♥thank you for fixing the live preview url...hahaha...this is so cute...can you edit the eyes???can you make it something pink????hahahaha :lol: :lol: :lol:[/b][/color]
emokid722
» FTalker
FTalk Level: zero
207
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

[quote=♥xoxo_18♥]...♥thank you for fixing the live preview url...hahaha...this is so cute...can you edit the eyes???can you make it something pink????hahahaha :lol: :lol: :lol:[/quote] yah!! you can edit the eyes,, [url]http://i277.photobucket.com/albums/kk76/emokid722/whites.gif[/url] or here [url]http://i277.photobucket.com/albums/kk76/emokid722/pupil.gif[/url] just go there, then save the picture,, then just edit that., then upload the edited pic, get the URL,, then look for this part of the code., [quote]<DIV ID ="dummy" STYLE="position:absolute; ' + 'top:'+y+'; left:'+x+'; width:10; height:10;"> </DIV>'; s += '<DIV ID="eyeballs" STYLE="position:absolute; ' + 'top:'+y+'; left:'+x+'; width:80; height:40;"><IMG SRC=' + '"[b]URL OF EDITED PIC(EYEBALL)[/b]" border=0></DIV>'; s += '<DIV ID="lefteye" STYLE="position:absolute; ' + 'top:'+(y+10)+'; left:'+(x+10)+'; width:20; height:20;">' + '<IMG SRC="[b]URL OF EDITED PIC (PUPIL)[/b]" border=0></DIV>'; s += '<DIV ID="righteye" STYLE="position:absolute; ' + 'top:'+(y+10)+'; left:'+(x+50)+'; width:20; height:20;">' + '<IMG SRC="[b]URL OF EDITED PIC (PUPIL)[/b]" border=0></DIV>'; document.writeln(s);[/quote] replace the bold parts wid the new URLs of ur eyes., hehe., ^_^
Dfamador
» FTalkFreak
FTalk Level: zero
1698
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

May I ask something? Will this trick work in Overlay? Or, do you have codes of it for Overlay profiles?
mabuhay
» FTalkManiac
FTalk Level: zero
849
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

nothing happen 2 my page anyway thanks 4 sharing
emokid722
» FTalker
FTalk Level: zero
207
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

[quote=Dfamador]May I ask something? Will this trick work in Overlay? Or, do you have codes of it for Overlay profiles?[/quote] that trick works on overlay too,, just copy the codes then.. place them between [quote]<SCRIPT LANGUAGE="JavaScript1.2"> [b]CODES HERE[/b] </script>[/quote] there.. ^_^
sprongky
» FTalkManiac
FTalk Level: zero
752
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

i really like but to its not working on FF huhuhu,, but thanks For SharinG That nice Code,
losher29
» FTalkElite
FTalk Level: zero
5917
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

ooh.. coool is this compatible to all browser? and can we change the eye thingy?
xXRaPXx
» n00b
FTalk Level: zero
79
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

sweet cursor effect ya got here :):thumbsup:
ELNO
» n00b
FTalk Level: zero
72
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

cool trick!! :o i'll use this on my profile thanks for sharing bro EMO:thumbsup:
dale
» FTalkAgent
FTalk Level: zero
2122
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

:arrow:[b] move to add on sec[/b].
Dfamador
» FTalkFreak
FTalk Level: zero
1698
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

Ok, thought it aint working in Overlays. Hehe.
♥xoxo_18♥
» n00b
FTalk Level: zero
69
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

[quote=emokid722]♥xoxo_18♥ wrote: ...♥thank you for fixing the live preview url...hahaha...this is so cute...can you edit the eyes???can you make it something pink????hahahaha :lol: :lol: :lol: yah!! you can edit the eyes,, http://i277.photobucket.com/albums/kk76 … whites.gif or here http://i277.photobucket.com/albums/kk76 … /pupil.gif just go there, then save the picture,, then just edit that., then upload the edited pic, get the URL,, then look for this part of the code., <DIV ID ="dummy" STYLE="position:absolute; ' + 'top:'+y+'; left:'+x+'; width:10; height:10;"> </DIV>'; s += '<DIV ID="eyeballs" STYLE="position:absolute; ' + 'top:'+y+'; left:'+x+'; width:80; height:40;"><IMG SRC=' + '"URL OF EDITED PIC(EYEBALL)" border=0></DIV>'; s += '<DIV ID="lefteye" STYLE="position:absolute; ' + 'top:'+(y+10)+'; left:'+(x+10)+'; width:20; height:20;">' + '<IMG SRC="URL OF EDITED PIC (PUPIL)" border=0></DIV>'; s += '<DIV ID="righteye" STYLE="position:absolute; ' + 'top:'+(y+10)+'; left:'+(x+50)+'; width:20; height:20;">' + '<IMG SRC="URL OF EDITED PIC (PUPIL)" border=0></DIV>'; document.writeln(s); replace the bold parts wid the new URLs of ur eyes., hehe., ^_^[/quote] [color=pink][b]...♥hahaha...thank you and i'll try that one some other tym...<i'm focusing now in making my new lay>♥... ;)[/b][/color]
cypnet
» FTalker
FTalk Level: zero
165
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

[i]i think your preview doesn't work.[/i]
emokid722
» FTalker
FTalk Level: zero
207
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

[quote=cypnet]i think your preview doesn't work.[/quote] bro,, the preview works.. if the eyes doesn't shows up,, just hit refresh., ^_^
o0oJuLiaNo0o
» n00b
FTalk Level: zero
71
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

i love it!!! haha... i'd prefer glitters to eyes... :D ******** hMm... i change my mind.... i like eyes... (0_o)
emokid722
» FTalker
FTalk Level: zero
207
0
1969-12-31

Re: haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

[quote=BwizetT]Ahehe i've been working for this a long time, and i've forgotten all about it,,, been busy with other things..BTW bro nice effort... off topic... what the brand of your drumset???[/quote] hehe., tnx,, uhm.. my drumset?? it's just REGAL,, i'm planning to buy PEARL.. ^_^ :D
  • ARCHIVES 
  • » haha!! this is kinda funny,, a pair of googly realistic eye follows your cursor., hehe,, [img]http://i277.photobucket.com/albums/kk76/emokid722/eyes.jpg?t=1210510049[/img] here's the code: [quote]va

Pages: 123

Board footer

© 2024 F Talk

Current time is 16:17

[ 10 queries - 0.041 second ]
Privacy Policy