im trying to write a javascript function that works similar to this:
btn.onClick (play audio.mp3, img expand 15%, delay X millisecond, img deflate to original size)
then if not clicked for Y milliseconds (disable on click function, play img animation fall and fade for 2 seconds)
then open index.html
also, is it possible to save an array session within javascript, between multiple html?