'Shoot the Popup Target' Games

This game script provides a highly customizable 'engine' to make different target-style games using different images, sounds, and other parameters. There are a lot of settings to adjust for each game, basically your imagination is the limit.




Over 2000+ free Javascript
at JavaScriptBank.com Website
Sampled by JavaScriptBank.com Select the game you want to play and click the button.
A new window will open with the game you selected.


Overview

This game script provides a highly customizable "engine" to make different target-style games using different images, sounds, and other parameters. There are a lot of settings to adjust for each game, basically your imagination is the limit.

Basically, you have to fire your "weapon" at the various targets that pop out of different places. The game works in IE5+ and Netscape6+ (although there are no sounds in Netscape6), but not Netscape4. Most of the graphics in the examples above were created by my wife. This script was really designed for my youngest son to help develop his hand-eye coordination. So, if the graphics seem a bit "cartoony", that is the reason :)

Parameter Description:

All the parameters for the game are in the script itself near the top and are documented fairly well, but I'll go over each one for better understanding. The rest of the code is also fairly well documented in case you want to make changes.
Take a look at the demos (use the list at the top of the page) and view the source code to see how I got the different effects.



Installation:

1: Copy and paste the following Javascript into the BODY section of your page:
Select all...



2: Edit the parameters to suit your needs.



Over 2000+ free Javascript
at JavaScriptBank.com Website