tra-cyber.forumid.net
Welcome To Zone Chibi Cyber Community



 
HomeFAQSearchRegisterLog in
Log in
Username:
Password:
Log on automatically: 
:: I forgot my password
Latest topics
» PEMBACA KARTU LAWAN ZYNGA POKER 99% BERHASIL
Tue Jul 12, 2011 11:24 am by tris

» Heck Facebook Dengan CYBERGATE KEYLOGER
Tue Jul 12, 2011 11:16 am by tris

» Transparant Card â„¢ (Kartu Lawan Terlihat semua) Limited Edition for Texas Hold'em Zynga Poker â„¢
Fri Jul 01, 2011 12:41 am by moestro

» Zynga Poker Private TRAnsfer New Sock5/Anti DOH Yand Sdh Terbukti ! Lihat Thread dan Jgn Kaget !
Fri Jul 01, 2011 12:00 am by moestro

» BOT Request Kartu
Wed Jun 08, 2011 8:24 pm by umarmaulid

Top posters
rief
 
*™》©HÏ฿Ï™*_ℍåÐåÐ-₯《™*
 
*|Chibi|*sofie-
 
™|Chibi|™-KyeAgungJR_N3
 
[™CHIBI™]ANDRE™]
 
Chibi-Fusion
 
Admin
 
AuditionVIP-Nita-7up
 
*|Chibi|*Rey*|
 
BlazeRifZ
 
Iklan

Cara Membuat Kata-Kata Mengikuti Mouse Pada Blogger 5 5 1
Share | 
 

 Cara Membuat Kata-Kata Mengikuti Mouse Pada Blogger

View previous topic View next topic Go down 
AuthorMessage
*|Chibi|*-KyeFarrel
Moderators
Moderators


Jumlah posting: 49
Points: 108
Reputation: 24
Join date: 2011-03-05
Age: 18
Lokasi: Bogor

PostSubject: Cara Membuat Kata-Kata Mengikuti Mouse Pada Blogger   Sat Mar 05, 2011 9:49 pm

1. Pertama-tama Log In terlebih dahulu ke Account Blogger Anda.
2. Setelah itu Pilih Tata Letak _> Eleman Halaman _> Tambah Gadget.
3. Pilih HTML JavaScript.
4. Kemudian masukkan kode di bawah ini.



//mouse
//Circling text trail- Tim Tilton
//Website: [You must be registered and logged in to see this link.]
//Visit [You must be registered and logged in to see this link.] for this script and more
function cursor_text_circle(){
// your message here
var msg='IMPIAN RELUGAIS12'.split('').reverse().join('');

var font='Times New Roman';
var size=3; // up to seven
var color='#ff0000';

// This is not the rotation speed, its the reaction speed, keep low!
// Set this to 1 for just plain rotation w/out drag
var speed=.2;

// This is the rotation speed, set it negative if you want
// it to spin clockwise
var rotation=-.2;

// Alter no variables past here!, unless you are good
//---------------------------------------------------


var ns=(document.layers);
var ie=(document.all);
var dom=document.getElementById;
msg=msg.split('');
var n=msg.length;
var a=size*13;
var currStep=0;
var ymouse=0;
var xmouse=0;
var props="[color:f259=+color+]";

if (ie)
window.pageYOffset=0

// writes the message
if (ns){
for (i=0; i < n; i++)

document.write(''+props+msg[i]+'
');
}
else if (ie||dom){

document.write('');

for (i=0; i < n; i++)

document.write('
'+props+msg[i]+'

');</font>
document.write('

');

}
(ns)?window.captureEvents(Event.MOUSEMOVE):0;

function Mouse(evnt){
ymouse = (ns||(dom&&!ie))?evnt.pageY+20-(window.pageYOffset):event.y; // y-position
xmouse = (ns||(dom&&!ie))?evnt.pageX+20:event.x-20; // x-position
}

if (ns||ie||dom)
(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
var y=new Array();
var x=new Array();
var Y=new Array();
var X=new Array();
for (i=0; i < n; i++){
y[i]=0;
x[i]=0;
Y[i]=0;
X[i]=0;
}

var iecompattest=function(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body;
}

var makecircle=function(){ // rotation properties
if (ie) outer.style.top=iecompattest().scrollTop+'px';
currStep-=rotation;
for (i=0; i < n; i++){ // makes the circle
var d=(ns)?document.layers['nsmsg'+i]:ie? iemsg[i].style:document.getElementById('iemsg'+i).style;
d.top=y[i]+a*Math.sin((currStep+i*1)/3.Cool+window.pageYOffset-15+(ie||dom? 'px' : '');
d.left=x[i]+a*Math.cos((currStep+i*1)/3.Cool*2+(ie||dom? 'px' : ''); // remove *2 for just a plain circle, not oval
}
}

var drag=function(){ // makes the resistance
y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);
x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);
for (var i=1; i < n; i++){
y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);
x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);

}
makecircle();
// not rotation speed, leave at zero
setTimeout(function(){drag();},10);
}
if (ns||ie||dom)
if ( typeof window.addEventListener != "undefined" )
window.addEventListener( "load", drag, false );
else if ( typeof window.attachEvent != "undefined" )
window.attachEvent( "onload", drag );
else {
if ( window.onload != null ) {
var oldOnload = window.onload;
window.onload = function ( e ) {
oldOnload( e );
drag();
};
}
else
window.onload = drag;
}

}
cursor_text_circle();




5. Ganti kode yang berwarna Biru dengan kata-kata yang Anda inginkan. 6. Lalu simpan dan lihat hasilnya.



Semoga bermanfaat,,


Last edited by *|Chibi|*-KyeFarrel on Sat Mar 05, 2011 10:03 pm; edited 1 time in total
Back to top Go down
http://www.chibi-syndicate.co.cc/
™|Chibi|™-KyeAgungJR_N3
Moderators
Moderators


Jumlah posting: 212
Points: 364
Reputation: 132
Join date: 2011-03-05
Age: 20
Lokasi: Medan

PostSubject: Re: Cara Membuat Kata-Kata Mengikuti Mouse Pada Blogger   Sat Mar 05, 2011 9:58 pm

wkwkwk Nmpak tuh Copas nya Tulisan IMPIAN RELUGAIS nya ganti jadi Kalimat Kamu

Tpi gw hargain Postingan lu Very Happy
Back to top Go down
http://armycheater-chibihacker.blogspot.com/
BlazeRifZ
Moderators
Moderators


Jumlah posting: 162
Points: 304
Reputation: 63
Join date: 2011-03-05
Age: 15

PostSubject: Re: Cara Membuat Kata-Kata Mengikuti Mouse Pada Blogger   Sat Mar 05, 2011 10:02 pm

Thanks Infonya gan , Tadangin nih cendol dari ane .

_________________
Biasakan lah Memberi Tanda [You must be registered and logged in to see this link.] border="0" alt="" />
Siapp Ane Tadangin

|_My FB_|


|_My Blog_|
Back to top Go down
http://www.arifgk.blogspot.com
zippien
Penduduk Chibi
Penduduk Chibi


Jumlah posting: 82
Points: 101
Reputation: 3
Join date: 2011-03-05
Age: 21
Lokasi: Cyber Land

PostSubject: Re: Cara Membuat Kata-Kata Mengikuti Mouse Pada Blogger   Mon Mar 07, 2011 4:25 pm

nyoba ah Very Happy keren ne kea'a
Back to top Go down
http://zippien.blogspot.com
*|Chibi|*fersarema-
Penduduk Chibi
Penduduk Chibi


Jumlah posting: 73
Points: 191
Reputation: 100
Join date: 2011-03-06
Age: 15
Lokasi: Malang

PostSubject: Re: Cara Membuat Kata-Kata Mengikuti Mouse Pada Blogger   Mon Mar 07, 2011 4:57 pm

thank's gan!!
infonya bagus!!
Back to top Go down
http://fersarema.blogspot.com/
NoName
Newbie
Newbie


Jumlah posting: 40
Points: 45
Reputation: 1
Join date: 2011-03-09
Age: 15
Lokasi: Di Gunung KiduLL Yang Jauh Se X X X

PostSubject: Re: Cara Membuat Kata-Kata Mengikuti Mouse Pada Blogger   Wed Mar 09, 2011 7:37 pm

kok di ane gak bisa y
Back to top Go down
http://www.blog-sarap.blogspot.com
 

Cara Membuat Kata-Kata Mengikuti Mouse Pada Blogger

View previous topic View next topic Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
tra-cyber.forumid.net :: Hobby and Entertainment :: Computer :: Programming-
Jump to: