Pages: 123

  2008-07-19 12:29:31

kuntilanak
» FTalkElite
FTalk Level: zero
4412
0
1969-12-31

Re: [hr][hr] [align=center][b]FYI.[/b] Thread ini udah lama beud sbnr nya. Cuma skrg gw rapihin aja. Biar lebih enak di liat dan gampang di cari. Dan gw minta maap sblm nya buat member yg postingan nya mu

[quote][align=center][b][color=blue]MATA MELIHAT CURSOR TERUS VERSI HTML[/color][/b][/align][/quote] [b]Credit[/b] [spoiler][color=blue][b] - kurt.grigg[/b][/color] [b] - Original code & idea : [url=http://www.dynamicdrive.com/]dynamicdrive[/url][/b][/spoiler] [b]Description[/b] [spoiler]Code ini buat mempercantik enter page versi html kita preview : [url=http://www.geocities.com/dewikuntilanak/kuntilanak/mata_melihat_cursor_muluk.html]Mata melihat Cursor Terus[/url][/spoiler] [b]Tutorial[/b] [spoiler][b]1st Step :[/b] Save Image Us dulu yang dibawah ini :thumbsdown: : [img]http://img410.imageshack.us/img410/7342/pupilscl6.gif[/img] jangan lupa yang ini juga yah :thumbsdown: : [img]http://img521.imageshack.us/img521/9625/eyeju4.gif[/img] [b]2nd Step :[/b] Upload kedua Image yang udah di download ke File Hosting kamu.... jangan lupa save di derectory yang sama dengan code dibawah.. [b]3rd Step :[/b] Gunakan Code yang aku share dibawah ini :thumbsdown: : Copy dan Paste... Seperti ini contohnya :thumbsdown: [quote]<body> Paste disini yah </body>[/quote] [/spoiler] [b]Code[/b] [spoiler]<script language="JavaScript"> pic0=new Image(); pic0.src="eye.gif"; pic1=new Image(); pic1.src="pupils.gif"; var n4=(document.layers); var n6=(document.getElementById&&!document.all); var ie=(document.all); var O=(navigator.appName.indexOf("Opera") != -1)?true:false; var _d=(n4||ie)?'document.':'document.getElementById("'; var _a=(n4||n6)?'':'all.'; var _r=(n6)?'")':''; var _s=(n4)?'':'.style'; if (n4){ document.write('<layer name="eyeball" top=0 left=0 width="69" height="34"><img src="eye.gif" width="69" height="34"></layer>'); document.write('<layer name="pupil1" top=0 left=0 width="13" height="13"><img src="pupils.gif" width="13" height="13"></layer>'); document.write('<layer name="pupil2" top:0 left=0 width="13" height="13"><img src="pupils.gif" width="13" height="13"></layer>'); } else{ if (ie) document.write('<div id="ic" style="position:absolute;top:0;left:0"><div style="position:relative">'); document.write('<div id="eyeball" style="position:absolute;top:100px;left:100px;width:69px;height:34px"><img src="eye.gif" width="69" height="34"></div>'); document.write('<div id="pupil1" style="position:absolute;top:0px;left:0px;width:12px;height:13px"><img src="pupils.gif" width="13" height="13"></div>'); document.write('<div id="pupil2" style="position:absolute;top:0px;left:0px;width:12px;height:13px"><img src="pupils.gif" width="13" height="13"></div>'); if (ie) document.write('</div></div>'); } var ym=0; var xm=0; if (n4||n6){ window.captureEvents(Event.MOUSEMOVE); function mouseNS(e){ ym = e.pageY-window.pageYOffset; xm = e.pageX; } if (n4)window.onMouseMove=mouseNS; if (n6)document.onmousemove=mouseNS; } if (ie||O){ function mouseIEO(){ ym = (ie)?event.clientY:event.clientY-window.pageYOffset; xm = event.clientX; } document.onmousemove=mouseIEO; } var etemp=eval(_d+_a+"eyeball"+_r+_s); var p1temp=eval(_d+_a+"pupil1"+_r+_s); var p2temp=eval(_d+_a+"pupil2"+_r+_s); dy=0; dx=0; fy=0; fx=0; angle1=0; angle2=0; d1=0; d2=0; function makefollow(){ sy=(!ie)?window.pageYOffset:0; wy=(ie)?document.body.clientHeight:window.innerHeight; wx=(ie)?document.body.clientWidth:window.innerWidth; //Keep eyes on screen. Netscape 6 plays up otherwise! var chy=Math.floor(fy-34); if (chy <= 0) chy = 0; if (chy >= wy-34) chy = wy-34; var chx=Math.floor(fx-34); if (chx <= 0) chx = 0; if (chx >= wx-69) chx = wx-69; etemp.top=chy+sy; etemp.left=chx; //eyeball1 centre. c1y=parseInt(etemp.top)+17; c1x=parseInt(etemp.left)+17; //eyeball2 centre. c2y=parseInt(etemp.top)+17; c2x=parseInt(etemp.left)+52; dy1 = ym+sy - c1y; dx1 = xm - c1x; d1 = Math.sqrt(dy1*dy1 + dx1*dx1); dy2 = ym+sy - c2y; dx2 = xm - c2x; d2 = Math.sqrt(dy2*dy2 + dx2*dx2); ay1 = ym+sy - c1y; ax1 = xm - c1x; angle1 = Math.atan2(ay1,ax1)*180/Math.PI; ay2 = ym+sy - c2y; ax2 = xm - c2x; angle2 = Math.atan2(ay2,ax2)*180/Math.PI; dv=1.7; p1temp.top=(d1 < 17)?(c1y-6+d1/dv*Math.sin(angle1*Math.PI/180)):(c1y-6+10*Math.sin(angle1*Math.PI/180)); p1temp.left=(d1 < 17)?(c1x-6+d1/dv*Math.cos(angle1*Math.PI/180)):(c1x-6+10*Math.cos(angle1*Math.PI/180)); p2temp.top=(d2 < 17)?(c2y-6+d2/dv*Math.sin(angle2*Math.PI/180)):(c2y-6+10*Math.sin(angle2*Math.PI/180)); p2temp.left=(d2 < 17)?(c2x-6+d2/dv*Math.cos(angle2*Math.PI/180)):(c2x-6+10*Math.cos(angle2*Math.PI/180)); } function move(){ if (ie)ic.style.top=document.body.scrollTop; dy=fy+=(ym-fy)*0.12-2; dx=fx+=(xm-fx)*0.12; makefollow(); setTimeout('move()',10); } window.onload=move; //--> </script>[/spoiler] [quote][align=center][b][color=blue]MATA MELIHAT CURSOR TERUS BUAT PROFILE FRIENDSTER[/color][/b][/align][/quote] [b]Credit[/b] [spoiler][b][color=blue] - Freeya[/color][/b] [b][color=blue] - sasUyas0ri[/color][/b][/spoiler] [b]Description[/b] [spoiler]Code ini buat profile Friendster kita[/spoiler] [b]Tutorial A[/b] [spoiler]ada beberapa bagian yang diedit dari [b]versi html[/b] ke [b]versi js FS[/b] [b]1st Step :[/b] Upload lagi image [b]eye.gif[/b] lalu kasih nama [b]eye2.gif[/b] Upload lagi image [b]pupils.gif[/b] lalu kasih nama [b]pupils2.giv[/b] [b]2nd Step :[/b] Edit huruf kapital yang ada di code dibawah [b]3rd Step :[/b] Save di File Hosting dengan nama [b]MATA.js[/b][/spoiler] [b]Code[/b] [spoiler]//Watching Eyes script- By Kurt (kurt.grigg@virgin.net) pic0=new Image(); pic0.src="URL_OF_YOUR_EYE.GIF"; pic1=new Image(); pic1.src="URL_OF_YOUR_PUPILS.GIF"; var n4=(document.layers); var n6=(document.getElementById&&!document.all); var ie=(document.all); var O=(navigator.appName.indexOf("Opera") != -1)?true:false; var _d=(n4||ie)?'document.':'document.getElementById("'; var _a=(n4||n6)?'':'all.'; var _r=(n6)?'")':''; var _s=(n4)?'':'.style'; if (n4){ document.write('<layer name="eyeball" top=0 left=0 width="69" height="34"><img src="URL_OF_YOUR_EYE2.GIF" width="69" height="34"></layer>'); document.write('<layer name="pupil1" top=0 left=0 width="13" height="13"><img src="URL_OF_YOUR_PUPILS2.GIF" width="13" height="13"></layer>'); document.write('<layer name="pupil2" top:0 left=0 width="13" height="13"><img src="URL_OF_YOUR_PUPILS2.GIF" width="13" height="13"></layer>'); } else{ if (ie) document.write('<div id="ic" style="position:absolute;top:0;left:0"><div style="position:relative">'); document.write('<div id="eyeball" style="position:absolute;top:100px;left:100px;width:69px;height:34px"><img src="URL_OF_YOUR_EYE2.GIF" width="69" height="34"></div>'); document.write('<div id="pupil1" style="position:absolute;top:0px;left:0px;width:12px;height:13px"><img src="URL_OF_YOUR_PUPILS2.GIF" width="13" height="13"></div>'); document.write('<div id="pupil2" style="position:absolute;top:0px;left:0px;width:12px;height:13px"><img src="URL_OF_YOUR_PUPILS2.GIF" width="13" height="13"></div>'); if (ie) document.write('</div></div>'); } var ym=0; var xm=0; if (n4||n6){ window.captureEvents(Event.MOUSEMOVE); function mouseNS(e){ ym = e.pageY-window.pageYOffset; xm = e.pageX; } if (n4)window.onMouseMove=mouseNS; if (n6)document.onmousemove=mouseNS; } if (ie||O){ function mouseIEO(){ ym = (ie)?event.clientY:event.clientY-window.pageYOffset; xm = event.clientX; } document.onmousemove=mouseIEO; } var etemp=eval(_d+_a+"eyeball"+_r+_s); var p1temp=eval(_d+_a+"pupil1"+_r+_s); var p2temp=eval(_d+_a+"pupil2"+_r+_s); dy=0; dx=0; fy=0; fx=0; angle1=0; angle2=0; d1=0; d2=0; function makefollow(){ sy=(!ie)?window.pageYOffset:0; wy=(ie)?document.body.clientHeight:window.innerHeight; wx=(ie)?document.body.clientWidth:window.innerWidth; //Keep eyes on screen. Netscape 6 plays up otherwise! var chy=Math.floor(fy-34); if (chy <= 0) chy = 0; if (chy >= wy-34) chy = wy-34; var chx=Math.floor(fx-34); if (chx <= 0) chx = 0; if (chx >= wx-69) chx = wx-69; etemp.top=chy+sy; etemp.left=chx; //eyeball1 centre. c1y=parseInt(etemp.top)+17; c1x=parseInt(etemp.left)+17; //eyeball2 centre. c2y=parseInt(etemp.top)+17; c2x=parseInt(etemp.left)+52; dy1 = ym+sy - c1y; dx1 = xm - c1x; d1 = Math.sqrt(dy1*dy1 + dx1*dx1); dy2 = ym+sy - c2y; dx2 = xm - c2x; d2 = Math.sqrt(dy2*dy2 + dx2*dx2); ay1 = ym+sy - c1y; ax1 = xm - c1x; angle1 = Math.atan2(ay1,ax1)*180/Math.PI; ay2 = ym+sy - c2y; ax2 = xm - c2x; angle2 = Math.atan2(ay2,ax2)*180/Math.PI; dv=1.7; p1temp.top=(d1 < 17)?(c1y-6+d1/dv*Math.sin(angle1*Math.PI/180)):(c1y-6+10*Math.sin(angle1*Math.PI/180)); p1temp.left=(d1 < 17)?(c1x-6+d1/dv*Math.cos(angle1*Math.PI/180)):(c1x-6+10*Math.cos(angle1*Math.PI/180)); p2temp.top=(d2 < 17)?(c2y-6+d2/dv*Math.sin(angle2*Math.PI/180)):(c2y-6+10*Math.sin(angle2*Math.PI/180)); p2temp.left=(d2 < 17)?(c2x-6+d2/dv*Math.cos(angle2*Math.PI/180)):(c2x-6+10*Math.cos(angle2*Math.PI/180)); } function move(){ if (ie)ic.style.top=document.body.scrollTop; dy=fy+=(ym-fy)*0.12-2; dx=fx+=(xm-fx)*0.12; makefollow(); setTimeout('move()',10); } window.onload=move; //-->[/spoiler] [b]Tutorial B[/b] [spoiler][b]1st Step :[/b] Copy code di bawah [b] 2nd Step :[/b] Inject di js kalian tepatnya [b]area A[/b][/spoiler] [b]Code[/b] [spoiler]document.write("<script type='text/javascript' src='URL_MATA.JS'></script>");[/spoiler] [b]Note[/b] [spoiler]mudah mudahan berguna bagi temen temen previewnya :[url=http://profiles.friendster.com/user.php?uid=68104883]KUNTILANAK[/url][/spoiler]

Last edited by kuntilanak (2008-07-19 12:54:02)

Pages: 123

Board footer

© 2024 F Talk

Current time is 19:38

[ 13 queries - 0.019 second ]
Privacy Policy