<%@LANGUAGE="VBSCRIPT" %> <% Response.CacheControl = "no-cache" %>
Lab 08 (Due by END of Lab on April 2)

Overview

This lab will allow you more practice with mouse and keyboard input and importing images.

Assignment

Load THESE sixteen images and display them end to end as if they were a panorama. Click-dragging to the right or pressing the right arrow key on the keyboard will cause all of the images to simultaneously scroll to the right. Click-dragging left or holding the left arrow key on the keyboard will cause all of the images to simultaneously scroll to the left. You should start out facing the fountain.

  • The drawing window should be the exact same size one of the images.
  • You are welcome to use your own images if they are in panoramic form and there are at least 16 of them.
  • The images must be stored in an array.


Grading

You will be graded on whether or not your program works as specified in the assignment, the readability of your code, and the correctness of your output. You may use any API Objects or calls that you like.