Jump to content
Fórum Script Brasil
  • 0

Código atualizar


Joaldino

Question

Olá,

Estou criando um sistema, tipo um típico “frase do dia”, com um banco de frases que exibirá aleatoriamente a frase em um campo de texto do tipo Dynamic Text contendo um botão para atualizar a frase.

ESTRUTURA:

Um campo de texto do tipo "Dynamic Text", onde vão aparecer as frases. <Instance Name> = frase_txt

E um botão do tipo "Button". <Instance Name> = atualizar_btn

CÓDIGO:

var frase:Array = new Array();

var aleatorio:Number = Math.round(Math.random() * 5);

frase[0] = "frase 1.";

frase[1] = "frase 2";

frase[2] = "frase 3";

frase[3] = "frase 4";

frase[4] = "frase 5";

frase_txt.text = (frase[aleatorio]);

DÚVIDA:

A parte randômica da frase e a exibição no campo texto estão tudo OK. Minha dúvida é: qual código devo acrescentar para que ao apertar o botão a frase seja atualizada?

Desde já, muito obrigado.

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...