Olá. Criei alguns botões em uma determinada dela e esses botões recebem funções quando são clicados, como mudar a imagem, as propriedades do texto. Porém quero criar uma maneira de desfazer essas alterações caso botão se clicado novamente ou criar a opção limpar, que limpe todos as alterações de todos os botões de uma vez só. É possível?
Here’s the Google Translation From Portuguese to English:
Hello. I created some buttons on a certain page and these buttons receive functions when they are clicked, such as changing the image and text properties. However, I want to create a way to undo these changes if the button is clicked again or create the clear option, which clears all changes from all buttons at once. It’s possible?
It should be possible if you save the button property values in a variable. Then you can restore them when you need to.
For example, these blocks toggle the color of the button when clicked:
These blocks also do the same thing:
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.