11 animation of 3 other images before returning back to the original image. Make the original image silence.gif, with browser output as follows Make the three images that are animated taptap.gif, knockknock.gif and BANGBANG.gif, with
browser outputs as follows 12 Create an array of Image objects called images. You only need to refer to the src property
as in the following lines // setup image array images = new Image images[0].src = "taptap.gif"; In the body section of the HTML file display the silence image (naming it noise) with an appropriate
onMouseOver JavaScript one-liner:
IMG NAME="noise" SRC="silence.gif" onMouseOver="startAnimation()">
Share with your friends: