Wiper Effect Stauts Bar
2 posters
Page 1 of 1
Wiper Effect Stauts Bar
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()
// -->
Similar topics
» Right Snake Effect
» 3D Text Effect !
» DPC bubble effect.,. share lng ^^
» Position Box - mirror effect
» Type wriiter effect on Shout out
» 3D Text Effect !
» DPC bubble effect.,. share lng ^^
» Position Box - mirror effect
» Type wriiter effect on Shout out
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum