Friendster Delight
TITTLE BAR EFFECTS (tittle wiper) Testp


If you want to access fully in FD. Please do log in or register. Thank You. Welcome. FD
Friendster Delight
TITTLE BAR EFFECTS (tittle wiper) Testp


If you want to access fully in FD. Please do log in or register. Thank You. Welcome. FD
Friendster Delight
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Friendster Delight


 
Home:: Portal ::Latest imagesSearchRegisterLog in

Share | 
 

 TITTLE BAR EFFECTS (tittle wiper)

View previous topic View next topic Go down 
AuthorMessage
provanz
Full Moderator
Full Moderator
provanz

Posts : 2671

Age : 33


TITTLE BAR EFFECTS (tittle wiper) Vide https://fddelete.forumotion.net
PostSubject: TITTLE BAR EFFECTS (tittle wiper)   TITTLE BAR EFFECTS (tittle wiper) I_icon_minitimeThu May 14, 2009 6:32 pm

compile his code to JS

live:Preview

Code:
function tb10_makeArray(n){
  this.length = n;
  return this.length;
}

tb10_messages = new tb10_makeArray(3);
tb10_messages[0] = "YOUR TXT HERE";
tb10_messages[1] = "YOUR TXT HERE";
tb10_messages[2] = "YOUR TXT HERE";
tb10_rptType = 'infinite';
tb10_rptNbr = 5;
tb10_speed = 2;
tb10_delay = 2000;
var tb10_wiper
var tb10_space="_"
var tb10_currMsg=0;
var tb10_counter=1;
var tb10_index=0
tb10_main()
function tb10_main()
{
  document.title=tb10_messages[tb10_currMsg].substring(0,tb10_index)
  tb10_index++
  if(tb10_index==(tb10_messages[tb10_currMsg].length+4)){setTimeout('tb10_reset_clear()',tb10_delay);}
  else{setTimeout('tb10_main()',tb10_speed)}
}
function tb10_reset_clear()
{
  tb10_index=0
  tb10_wiper=""
  for(var a=0;a<tb10_messages[tb10_currMsg].length;a++){tb10_wiper+=tb10_space}
  tb10_clearem()
}
function tb10_clearem()
{
 
 document.title=tb10_wiper.substring(0,tb10_index) + "->" +
tb10_messages[tb10_currMsg].substring(tb10_index+2,tb10_messages[tb10_currMsg].length)
  tb10_index++
  if(tb10_index==(tb10_messages[tb10_currMsg].length+4)){
      if (tb10_currMsg == tb10_messages.length-1){
        if ((tb10_rptType == 'finite') && (tb10_counter==tb10_rptNbr)){
            document.title="";
            return; 
        } 
        tb10_counter++;
        tb10_currMsg = 0;
      }
      else tb10_currMsg++;
      tb10_index=0
      tb10_main()
  }
  else{setTimeout('tb10_clearem()',250)}
}


just edit the
YOUR TXT HERE letter in code and put if you want message in tittle bar


credits: HCG
Back to top Go down
--hayca--
Full Moderator
Full Moderator
--hayca--

Posts : 2125

Age : 30


TITTLE BAR EFFECTS (tittle wiper) Vide http://www.friendster.com/tinytinytinytinytiny
PostSubject: Re: TITTLE BAR EFFECTS (tittle wiper)   TITTLE BAR EFFECTS (tittle wiper) I_icon_minitimeFri May 22, 2009 6:57 pm

isn't it the same as the other one that u posted ?
Back to top Go down
provanz
Full Moderator
Full Moderator
provanz

Posts : 2671

Age : 33


TITTLE BAR EFFECTS (tittle wiper) Vide https://fddelete.forumotion.net
PostSubject: Re: TITTLE BAR EFFECTS (tittle wiper)   TITTLE BAR EFFECTS (tittle wiper) I_icon_minitimeFri May 22, 2009 7:30 pm

other same posted?where!
Back to top Go down
lheendc
Co-Admin
Co-Admin
lheendc

Posts : 973

Age : 28


TITTLE BAR EFFECTS (tittle wiper) Vide http://www.plurk.com/lheendc/invite
PostSubject: Re: TITTLE BAR EFFECTS (tittle wiper)   TITTLE BAR EFFECTS (tittle wiper) I_icon_minitimeSun May 24, 2009 1:44 am

Oh, I see the difference.
Thanks for sharing.
Back to top Go down
provanz
Full Moderator
Full Moderator
provanz

Posts : 2671

Age : 33


TITTLE BAR EFFECTS (tittle wiper) Vide https://fddelete.forumotion.net
PostSubject: Re: TITTLE BAR EFFECTS (tittle wiper)   TITTLE BAR EFFECTS (tittle wiper) I_icon_minitimeMon May 25, 2009 10:55 am

ur welcome dude
Back to top Go down
sEz™
Third Timer
Third Timer
sEz™

Posts : 57

Age : 28


TITTLE BAR EFFECTS (tittle wiper) Vide http://profiles.friendster.com/figmentofyourimagination
PostSubject: Re: TITTLE BAR EFFECTS (tittle wiper)   TITTLE BAR EFFECTS (tittle wiper) I_icon_minitimeWed Jun 17, 2009 10:42 pm

EiNKSZ FOR SHARiNG ... Smile Smile Smile
Back to top Go down
keith =)
Second Timer
Second Timer
keith =)

Posts : 24


TITTLE BAR EFFECTS (tittle wiper) Vide http://www.friendster.com/kaith0620
PostSubject: Re: TITTLE BAR EFFECTS (tittle wiper)   TITTLE BAR EFFECTS (tittle wiper) I_icon_minitimeMon Aug 17, 2009 7:00 pm

its not workin Neutral
Back to top Go down
Sponsored content




TITTLE BAR EFFECTS (tittle wiper) Vide
PostSubject: Re: TITTLE BAR EFFECTS (tittle wiper)   TITTLE BAR EFFECTS (tittle wiper) I_icon_minitime

Back to top Go down
 

TITTLE BAR EFFECTS (tittle wiper)

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
Friendster Delight :: FD Tips & Tricks :: Java Script Codes-