Facebook Teens
You'll need to login or register in order to fully use all the features and view all the sections of this site.
Thank you.


Join the forum, it's quick and easy

Facebook Teens
You'll need to login or register in order to fully use all the features and view all the sections of this site.
Thank you.
Facebook Teens
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Facebook Teens
Similar topics

You are not connected. Please login or register

  

View previous topic View next topic Go down  Message [Page 1 of 1]

1wiper and cursor(text) Empty wiper and cursor(text) Tue Nov 18, 2008 10:16 am

yanyan025

yanyan025
Guest
Guest
<!--


//set message:
msg = "EDIT HERE";

timeID = 10;
stcnt = 16;
wmsg = new Array(33);
wmsg[0]=msg;
blnk = " ";
for (i=1; i<32; i++)
{
b = blnk.substring(0,i);
wmsg[i]="";
for (j=0; j<msg.length; j++) wmsg[i]=wmsg[i]+msg.charAt(j)+b;
}

function wiper()
{
if (stcnt > -1) str = wmsg[stcnt]; else str = wmsg[0];
if (stcnt-- < -40) stcnt=31;
status = str;
clearTimeout(timeID);
timeID = setTimeout("wiper()",100);
}

wiper()
// -->




Complite sa JS ext..


Razz Razz Razz





CURSOR(text)

var text='<font color="#FFFFFF"><b>edit here</b></font>';

var echocount=5; // NUMBER OF TEXT "ECHO"S
var delay=75; // SPEED OF TRAIL
var Xoff=10; // AMOUNT OF PIXELS TO THE RIGHT IMAGE WILL BE AWAY FROM CURSOR (- VALUES GO TO LEFT)
var Yoff=30; // AMOUNT OF PIXELS TO THE BOTTOM IMAGE WILL BE AWAY FROM CURSOR (- VALUES GO UP)

//********** NO NEED TO EDIT BELOW HERE **********\\

ns4 = (navigator.appName.indexOf("Netscape")>=0 && document.layers)? true : false;
ie4 = (document.all && !document.getElementById)? true : false;
ie5 = (document.all && document.getElementById)? true : false;
ns6 = (document.getElementById && navigator.appName.indexOf("Netscape")>=0 )? true: false;
var txtA=new Array();
var x1=0;
var y1=-1000;
var t='';
for(i=1;i<=echocount;i++){
t+=(ns4)? '<layer name="txt'+i+'" top="-1000" left="0" width="1" height="1">' : '<div id="txt'+i+'" style="position:absolute; top:-1000px; left:0px; width:1px; height:1px; visibility:visible">';
t+='<table cellspacing="0" cellpadding="0" border="0"><tr><td nowrap>'+text+'</td></tr></table>';
t+=(ns4)? '</layer>' : '</div>';
}
document.write(t);

function moveid(id,x,y){
if(ns4)id.moveTo(x,y);
else{
id.style.left=x+'px';
id.style.top=y+'px';
}}

function animate(evt){
x1=Xoff+((ie4||ie5)?event.clientX+document.body.scrollLeft:evt.pageX);
y1=Yoff+((ie4||ie5)?event.clientY+document.body.scrollTop:evt.pageY);
}

function movetxts(){
for(i=echocount;i>1;i=i-1)moveid(txtA[i], (ns4)?txtA[i-1].left:parseInt(txtA[i-1].style.left), (ns4)?txtA[i-1].top:parseInt(txtA[i-1].style.top));
moveid(txtA[1],x1,y1);
}

window.onload=function(){
for(i=1;i<=echocount;i++)txtA[i]=(ns4)?document.layers['txt'+i]:(ie4)?document.all['txt'+i]:document.getElementById('txt'+i);
if(ns4)document.captureEvents(Event.MOUSEMOVE);
document.onmousemove=animate;
setInterval('movetxts()',delay);
}

http://profiles.friendster.com/16462874

2wiper and cursor(text) Empty Re: wiper and cursor(text) Wed Nov 19, 2008 10:10 am

Admin

Admin
Administrative Team
Administrative Team
kip it up yan yan=)

https://facebookteenclash.aforumfree.com

3wiper and cursor(text) Empty Re: wiper and cursor(text) Wed Nov 19, 2008 10:19 am

yanyan025

yanyan025
Guest
Guest
[b] yeh Crush! HAHA!!

http://profiles.friendster.com/16462874

4wiper and cursor(text) Empty Re: wiper and cursor(text) Sat Nov 22, 2008 1:14 am

pauster01

pauster01
Retired Administrator
Retired Administrator
use spoiler..
pero kaw..
hahah pero..
sana may field sana dito..
hahah marami pa aksi dapat ausin ee..
pero kip it up Wink

http://friendster.com/pauster01

5wiper and cursor(text) Empty Re: wiper and cursor(text) Thu Dec 04, 2008 4:03 pm

danilodeleon

danilodeleon
Administrative Team
Administrative Team
yanyan025 wrote:



CURSOR(text)

var text='<font color="#FFFFFF"><b>edit here</b></font>';

var echocount=5; // NUMBER OF TEXT "ECHO"S
var delay=75; // SPEED OF TRAIL
var Xoff=10; // AMOUNT OF PIXELS TO THE RIGHT IMAGE WILL BE AWAY FROM CURSOR (- VALUES GO TO LEFT)
var Yoff=30; // AMOUNT OF PIXELS TO THE BOTTOM IMAGE WILL BE AWAY FROM CURSOR (- VALUES GO UP)

//********** NO NEED TO EDIT BELOW HERE **********\\

ns4 = (navigator.appName.indexOf("Netscape")>=0 && document.layers)? true : false;
ie4 = (document.all && !document.getElementById)? true : false;
ie5 = (document.all && document.getElementById)? true : false;
ns6 = (document.getElementById && navigator.appName.indexOf("Netscape")>=0 )? true: false;
var txtA=new Array();
var x1=0;
var y1=-1000;
var t='';
for(i=1;i<=echocount;i++){
t+=(ns4)? '<layer name="txt'+i+'" top="-1000" left="0" width="1" height="1">' : '<div id="txt'+i+'" style="position:absolute; top:-1000px; left:0px; width:1px; height:1px; visibility:visible">';
t+='<table cellspacing="0" cellpadding="0" border="0"><tr><td nowrap>'+text+'</td></tr></table>';
t+=(ns4)? '</layer>' : '</div>';
}
document.write(t);

function moveid(id,x,y){
if(ns4)id.moveTo(x,y);
else{
id.style.left=x+'px';
id.style.top=y+'px';
}}

function animate(evt){
x1=Xoff+((ie4||ie5)?event.clientX+document.body.scrollLeft:evt.pageX);
y1=Yoff+((ie4||ie5)?event.clientY+document.body.scrollTop:evt.pageY);
}

function movetxts(){
for(i=echocount;i>1;i=i-1)moveid(txtA[i], (ns4)?txtA[i-1].left:parseInt(txtA[i-1].style.left), (ns4)?txtA[i-1].top:parseInt(txtA[i-1].style.top));
moveid(txtA[1],x1,y1);
}

window.onload=function(){
for(i=1;i<=echocount;i++)txtA[i]=(ns4)?document.layers['txt'+i]:(ie4)?document.all['txt'+i]:document.getElementById('txt'+i);
if(ns4)document.captureEvents(Event.MOUSEMOVE);
document.onmousemove=animate;
setInterval('movetxts()',delay);
}



how about this code...? were will it should be placed?
wiper and cursor(text) Icon_biggrin please ad some instructions..ok to be crearly understand,,,,

http://profiles.friendster.com/danilodeleon

6wiper and cursor(text) Empty Re: wiper and cursor(text) Thu Dec 04, 2008 6:54 pm

pauster01

pauster01
Retired Administrator
Retired Administrator
uu nga namn nakiki oo lang ako e noh?

http://friendster.com/pauster01

7wiper and cursor(text) Empty Re: wiper and cursor(text) Fri Dec 05, 2008 11:52 am

danilodeleon

danilodeleon
Administrative Team
Administrative Team
wiper and cursor(text) 703307 ,,,dude oo lang ng oo....

http://profiles.friendster.com/danilodeleon

8wiper and cursor(text) Empty Re: wiper and cursor(text) Sat Dec 06, 2008 10:37 pm

pauster01

pauster01
Retired Administrator
Retired Administrator
uu nga kasi totoo nmn Wink

http://friendster.com/pauster01

9wiper and cursor(text) Empty Re: wiper and cursor(text) Mon Dec 08, 2008 11:28 am

guitar

guitar
Retired Administrator
Retired Administrator
haha

oo ng oo lng haha

cla na bahala sa mga mali haha

wiper and cursor(text) 582213

http://profiles.friendster.com/guitariztarey

10wiper and cursor(text) Empty Re: wiper and cursor(text) Thu Dec 18, 2008 1:43 pm

babyberbz

babyberbz
Retired Administrator
Retired Administrator
natawa ako..

crush daw...

no coment..

wiper and cursor(text) E8791

http://www.friendster.cpm/babyberbz

11wiper and cursor(text) Empty Re: wiper and cursor(text) Fri Dec 19, 2008 9:33 am

danilodeleon

danilodeleon
Administrative Team
Administrative Team
crush ......wiper and cursor(text) Icon_biggrin ni DAVID ACRCHULETA lol wrong quote ko.. wiper and cursor(text) 703307

http://profiles.friendster.com/danilodeleon

12wiper and cursor(text) Empty Re: wiper and cursor(text) Fri Dec 19, 2008 2:12 pm

babyberbz

babyberbz
Retired Administrator
Retired Administrator
dami me crush ke gitara..

lovers are realy blind
wiper and cursor(text) E8790

http://www.friendster.cpm/babyberbz

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum

 

ChatBox
Free forum | ©phpBB | Free forum support | Report an abuse | Forumotion.com