www.gutterbucket.com | |||||||
Home | Software | Java | JS/HTML | General | Perl/CGI | Links | Sitemap |
How to play:
To win you must switch of all the lights in the grid in the correct order.
If you press a light that is not the next in the sequence all lights are reset and you must start again from the beginning.
Applet tag | ||
The WIDTH & HEIGHT Attributes should be equal to
gridsize * 28
| ||
Param tags | ||
gridsize | Value should be an integer in the range 2 - 9 | |
cheat | Value should be 'yes' if you would like to see statusbar hints when your mouse is moved to the top left corner of the applet. | |
Other Infomation | ||
The appearance of the lights is governed by two image files lon.gif and lout.gif. These images should be provided along with the class file for the applet to function properly. Any replacement images should be 28x28 pixels in size. Other sizes are not recommended. |