Bull's Eye 1.0 a simple Applet that ligths an image Download it here! only 2463 bytes
BullsEye is a simple Applet that hides part of an image using a bull's eye ligth. Move the mouse on the image to see the effect at work.
Applet Installation
Simply upload the file BullsEye1.zip to your site and put these HTML tags in your page:
<APPLET CODE=BullsEye.class
ARCHIVE=BullsEye1.zip WIDTH=100 HEIGHT=100>
<param name="image" value="name_of_the_image">
<param name="radius" value="50">
</APPLET>
The parameters are:
- image the name of the image
- radius the radius of the bull's eye (in pixels)
The image is scaled to fit the size of the applet. So choose the WIDTH and HEIGHT of the applet to preserve the ratio of the image.
|