Overview
This lab will allow you to get some practice with Fonts, Images and mouse input.
Assignment
Find a photo of your choosing. Place rectangular "hot spots" on the photo that reveal themselves when hovered over. When the mouse is clicked down, a caption will displayed in a rectangle; when the mouse is released the message is hidden.
Photo with Captions
- When you hover the mouse over a hot spot, a rectangle/square should appear.
- When you click a caption will appear. When you release the mouse it should disappear.
- Create at least five different hot spots.
- Include a README.txt file that lists where all the hot spots are. Either describe the object to hover over or list coordinates.
- The image and the messages can be anything you like. Have fun.
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.
|