You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
villares edited this page May 24, 2020
·
4 revisions
Nome
status()
Exemplos
// mova o mouse à direita e à esquerda para ver o texto// mudar no canto inferior esquerdos de seu navegadorvoiddraw() {
if(mouseX<50) {
status("esquerda");
} else {
status("direita");
}
}
Descrição
Visualiza uma mensagem na área de status do
navegador. Esta é a área de texto no canto inferior
esqurdo do navegador. A função status() só funcionará quando um programa Processing estiver executando em um navegador web.