Ir para conteúdo
Fórum Script Brasil
  • 0

Barra De Rodapé


rdmenor

Pergunta

9 respostass a esta questão

Posts Recomendados

  • 0

Testa ai ve se é isso que voce quer, qualquer coisa tenho outros prontos

<script language=JavaScript>

<!--

// fear

    var hellotext=" Tali e Di Forever"

    var thetext=""

    var started=false

    var step=0

    var times=1

    function welcometext()

    {

      times--

      if (times==0)

      {

        if (started==false)

        {

          started = true;

          window.status = hellotext;

          setTimeout("anim()",1);

        }

        thetext = hellotext;

      }

    }

    function showstatustext(txt)

    {

      thetext = txt;

      setTimeout("welcometext()",4000)

      times++

    }

    function anim()

    {

      step++

      if (step==9) {step=1}

      if (step==1) {window.status='.¸.·´¯`·.¸.·´¯`·.¸.·´¯`· ' +thetext+ ' ¸.·´¯`·.¸.·´¯`·.¸.·´¯`·.'}

      if (step==2) {window.status='·.¸.·´¯`·.¸.·´¯`·.¸.·´¯` ' +thetext+ ' .·´¯`·.¸.·´¯`·.¸.·´¯`·.¸'}

      if (step==3) {window.status='`·.¸.·´¯`·.¸.·´¯`·.¸.·´¯ ' +thetext+ ' ·´¯`·.¸.·´¯`·.¸.·´¯`·.¸.'}

      if (step==4) {window.status='¯`·.¸.·´¯`·.¸.·´¯`·.¸.·´ ' +thetext+ ' ´¯`·.¸.·´¯`·.¸.·´¯`·.¸.·'}

      if (step==5) {window.status='´¯`·.¸.·´¯`·.¸.·´¯`·.¸.· ' +thetext+ ' ¯`·.¸.·´¯`·.¸.·´¯`·.¸.·´'}

      if (step==6) {window.status='·´¯`·.¸.·´¯`·.¸.·´¯`·.¸. ' +thetext+ ' `·.¸.·´¯`·.¸.·´¯`·.¸.·´¯'}

      if (step==7) {window.status='.·´¯`·.¸.·´¯`·.¸.·´¯`·.¸ ' +thetext+ ' ·.¸.·´¯`·.¸.·´¯`·.¸.·´¯`'}

      if (step==8) {window.status='¸.·´¯`·.¸.·´¯`·.¸.·´¯`·. ' +thetext+ ' .¸.·´¯`·.¸.·´¯`·.¸.·´¯`·'}

  setTimeout("anim()",80);

    }

welcometext();

// --></script>

Link para o comentário
Compartilhar em outros sites

  • 0
Testa ai ve se é isso que voce quer, qualquer coisa tenho outros prontos

<script language=JavaScript>

<!--

// fear

    var hellotext=" Tali e Di Forever"

    var thetext=""

    var started=false

    var step=0

    var times=1

    function welcometext()

    {

      times--

      if (times==0)

      {

        if (started==false)

        {

          started = true;

          window.status = hellotext;

          setTimeout("anim()",1);

        }

        thetext = hellotext;

      }

    }

    function showstatustext(txt)

    {

      thetext = txt;

      setTimeout("welcometext()",4000)

      times++

    }

    function anim()

    {

      step++

      if (step==9) {step=1}

      if (step==1) {window.status='.¸.·´¯`·.¸.·´¯`·.¸.·´¯`· ' +thetext+ ' ¸.·´¯`·.¸.·´¯`·.¸.·´¯`·.'}

      if (step==2) {window.status='·.¸.·´¯`·.¸.·´¯`·.¸.·´¯` ' +thetext+ ' .·´¯`·.¸.·´¯`·.¸.·´¯`·.¸'}

      if (step==3) {window.status='`·.¸.·´¯`·.¸.·´¯`·.¸.·´¯ ' +thetext+ ' ·´¯`·.¸.·´¯`·.¸.·´¯`·.¸.'}

      if (step==4) {window.status='¯`·.¸.·´¯`·.¸.·´¯`·.¸.·´ ' +thetext+ ' ´¯`·.¸.·´¯`·.¸.·´¯`·.¸.·'}

      if (step==5) {window.status='´¯`·.¸.·´¯`·.¸.·´¯`·.¸.· ' +thetext+ ' ¯`·.¸.·´¯`·.¸.·´¯`·.¸.·´'}

      if (step==6) {window.status='·´¯`·.¸.·´¯`·.¸.·´¯`·.¸. ' +thetext+ ' `·.¸.·´¯`·.¸.·´¯`·.¸.·´¯'}

      if (step==7) {window.status='.·´¯`·.¸.·´¯`·.¸.·´¯`·.¸ ' +thetext+ ' ·.¸.·´¯`·.¸.·´¯`·.¸.·´¯`'}

      if (step==8) {window.status='¸.·´¯`·.¸.·´¯`·.¸.·´¯`·. ' +thetext+ ' .¸.·´¯`·.¸.·´¯`·.¸.·´¯`·'}

  setTimeout("anim()",80);

    }

welcometext();

// --></script>

Ali onde esta "Tali e di forever" digite o que voce quer, peguei esse ai, se quiser tenho outros

Link para o comentário
Compartilhar em outros sites

  • 0
Testa ai ve se é isso que voce quer, qualquer coisa tenho outros prontos

<script language=JavaScript>

<!--

// fear

    var hellotext=" Tali e Di Forever"

    var thetext=""

    var started=false

    var step=0

    var times=1

    function welcometext()

    {

      times--

      if (times==0)

      {

        if (started==false)

        {

          started = true;

          window.status = hellotext;

          setTimeout("anim()",1);

        }

        thetext = hellotext;

      }

    }

    function showstatustext(txt)

    {

      thetext = txt;

      setTimeout("welcometext()",4000)

      times++

    }

    function anim()

    {

      step++

      if (step==9) {step=1}

      if (step==1) {window.status='.¸.·´¯`·.¸.·´¯`·.¸.·´¯`· ' +thetext+ ' ¸.·´¯`·.¸.·´¯`·.¸.·´¯`·.'}

      if (step==2) {window.status='·.¸.·´¯`·.¸.·´¯`·.¸.·´¯` ' +thetext+ ' .·´¯`·.¸.·´¯`·.¸.·´¯`·.¸'}

      if (step==3) {window.status='`·.¸.·´¯`·.¸.·´¯`·.¸.·´¯ ' +thetext+ ' ·´¯`·.¸.·´¯`·.¸.·´¯`·.¸.'}

      if (step==4) {window.status='¯`·.¸.·´¯`·.¸.·´¯`·.¸.·´ ' +thetext+ ' ´¯`·.¸.·´¯`·.¸.·´¯`·.¸.·'}

      if (step==5) {window.status='´¯`·.¸.·´¯`·.¸.·´¯`·.¸.· ' +thetext+ ' ¯`·.¸.·´¯`·.¸.·´¯`·.¸.·´'}

      if (step==6) {window.status='·´¯`·.¸.·´¯`·.¸.·´¯`·.¸. ' +thetext+ ' `·.¸.·´¯`·.¸.·´¯`·.¸.·´¯'}

      if (step==7) {window.status='.·´¯`·.¸.·´¯`·.¸.·´¯`·.¸ ' +thetext+ ' ·.¸.·´¯`·.¸.·´¯`·.¸.·´¯`'}

      if (step==8) {window.status='¸.·´¯`·.¸.·´¯`·.¸.·´¯`·. ' +thetext+ ' .¸.·´¯`·.¸.·´¯`·.¸.·´¯`·'}

  setTimeout("anim()",80);

    }

welcometext();

// --></script>

Ali onde esta "Tali e di forever" digite o que voce quer, peguei esse ai, se quiser tenho outros

Isso.

exatamente isto..

só não entendi exatamante o funcionamento..

se depois e iniciar a função JS o codigo é comentado..

Link para o comentário
Compartilhar em outros sites

  • 0
Testa ai ve se é isso que voce quer, qualquer coisa tenho outros prontos

<script language=JavaScript>

<!--

// fear

    var hellotext=" Tali e Di Forever"

    var thetext=""

    var started=false

    var step=0

    var times=1

    function welcometext()

    {

      times--

      if (times==0)

      {

        if (started==false)

        {

          started = true;

          window.status = hellotext;

          setTimeout("anim()",1);

        }

        thetext = hellotext;

      }

    }

    function showstatustext(txt)

    {

      thetext = txt;

      setTimeout("welcometext()",4000)

      times++

    }

    function anim()

    {

      step++

      if (step==9) {step=1}

      if (step==1) {window.status='.¸.·´¯`·.¸.·´¯`·.¸.·´¯`· ' +thetext+ ' ¸.·´¯`·.¸.·´¯`·.¸.·´¯`·.'}

      if (step==2) {window.status='·.¸.·´¯`·.¸.·´¯`·.¸.·´¯` ' +thetext+ ' .·´¯`·.¸.·´¯`·.¸.·´¯`·.¸'}

      if (step==3) {window.status='`·.¸.·´¯`·.¸.·´¯`·.¸.·´¯ ' +thetext+ ' ·´¯`·.¸.·´¯`·.¸.·´¯`·.¸.'}

      if (step==4) {window.status='¯`·.¸.·´¯`·.¸.·´¯`·.¸.·´ ' +thetext+ ' ´¯`·.¸.·´¯`·.¸.·´¯`·.¸.·'}

      if (step==5) {window.status='´¯`·.¸.·´¯`·.¸.·´¯`·.¸.· ' +thetext+ ' ¯`·.¸.·´¯`·.¸.·´¯`·.¸.·´'}

      if (step==6) {window.status='·´¯`·.¸.·´¯`·.¸.·´¯`·.¸. ' +thetext+ ' `·.¸.·´¯`·.¸.·´¯`·.¸.·´¯'}

      if (step==7) {window.status='.·´¯`·.¸.·´¯`·.¸.·´¯`·.¸ ' +thetext+ ' ·.¸.·´¯`·.¸.·´¯`·.¸.·´¯`'}

      if (step==8) {window.status='¸.·´¯`·.¸.·´¯`·.¸.·´¯`·. ' +thetext+ ' .¸.·´¯`·.¸.·´¯`·.¸.·´¯`·'}

  setTimeout("anim()",80);

    }

welcometext();

// --></script>

Ali onde esta "Tali e di forever" digite o que voce quer, peguei esse ai, se quiser tenho outros

Isso.

exatamente isto..

só não entendi exatamante o funcionamento..

se depois e iniciar a função JS o codigo é comentado..

Bom, se você não entendeu o motivo da utilização do comentário <!-- --> dentro da tag <script language=javascript></script> o motivo é simples: O comentário é feito para evitar que browsers mais antigos exibam o código na tela.

Link para o comentário
Compartilhar em outros sites

Participe da discussão

Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.



  • Estatísticas dos Fóruns

    • Tópicos
      152,3k
    • Posts
      652,2k
×
×
  • Criar Novo...