Death Valley Pong

Death Valley Pong is a high-speed-game testing the reactions of your visitors. Although it's a full-fledged racing game the script is very easy to set up (true copy-and-paste). The game is pure DHTML! Fast loading. Exciting way to attract more visitors.




Over 2000+ free Javascript
at JavaScriptBank.com Website
Configuration:

Step 1: Download this ZIP-File, unzip all files and put them all into the same folder as your webpage.

Step 2: Open your webpage and paste the following code just above the </body>tag:


IMPORTANT: Do not paste this code into tables or <DIV> and </DIV> or between any other container!


Step 3: Configure the position of the gamezone (red code). All values can be found on top of the script:
// horizontal position of the game, distance to the left margin of browser window (pixels)
var bgpictureposleft=10
// vertical position of the game, distance to the top margin of browser window (pixels)
var bgpicturepostop=10


Step 4: Have fun!