Dynamic Profile Codes
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Wiper Effect Stauts Bar

2 posters

Go down

Wiper Effect Stauts Bar Empty Wiper Effect Stauts Bar

Post by lovebang01 Sun Nov 01, 2009 2:18 pm

Heres the code 👎


Code:
<!--


    //set message:
    msg = "YOUR MESSAGE 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()
    // -->
Just Compile it with your other JS Codes
lovebang01
lovebang01
DPC Addict

Male
Posts : 166
Age : 31
Joined date : 2009-10-26
Location : Bacolod City
Cash : 26743

http://friendster.com/admerbakud

Back to top Go down

Wiper Effect Stauts Bar Empty Re: Wiper Effect Stauts Bar

Post by danielvicedo Tue Dec 08, 2009 12:08 am

This is the first time I saw this kind of code.

Any preview?

Btw, thanks.
danielvicedo
danielvicedo
DPC Freak

Male
Posts : 1078
Age : 29
Joined date : 2009-10-16
Location : under my bebe's bed. :)
Cash : 27318

http://danielvicedo.tk

Back to top Go down

Back to top

- Similar topics

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