Using App Lab, what is the easiest way to, when you click on a button, show an image for 2 seconds, then have the image automatically disappear?
Under the control tab there is a setTimeout
block. Start a timer when you click. When the time is up hide the button.