::Main::
Home
Terms of Use
Register

::Graphics::
Premades
Page Sets

::Members::
Enter Here

Gifts I've received
Webrings
Top Site Lists
Guestbook
Contact Me

::Clicker Help::
Creating your own clicker

Download the files you will need: here

Step 1
Create a directory in your site specifically for your Clickers. Calling it "clickers" or "Clickers" probably makes the most sense. :)

Step 2
Copy the clickers.js file into your Clickers directory.

Step 3
In the html of your Clickers page, paste the following code in the section of your page for each clicker:

<script type="text/javascript"> image_list='image1.gif,image2.gif';</script>
<script type="text/javascript" src="clicker.js"></script>

Step 4
Replace the "image1.gif,image2.gif", etc with a comma-separated list of all the images you want to use in the Clicker.
You cannot use spaces, or single-quotes in the image list.
* Be sure to use a unique name for your images.
* Prefixing image names with a short abbrevation for your site is probably the best way.
* (Example: JDG_image1.gif for a graphic from Jane Doe's Graphics)

Here's what a sample with the image names included:

<script type="text/javascript"> image_list='JDG_image1.gif,JDG_image2.gif'';</script>
<script type="text/javascript" src="clicker.js"></script>


Step 5
Place all images to be used in the Clicker in your Clickers directory along with the clickers.js and your Clickers page.

Note: You may move files into other directories if you are comfortable with editing the JavaScript code to specify where those files are.

::Clicker Help::
How to package your Clicker when you send it to someone else

I find this is the best and easiest way to package your Clicker for that the person receiving it. I'll use my Angelhugs Clicker that I sold.

1
Create a new zip file on your desktop naming it AnglehugsClicker.zip

2
Open up your Setup file (instructions) you will need to send them to the person who purchased or "adopted" your clicker.

Below is the Setup.txt file I sent with the AngelHugs Clicker:
NOTICE how I changed the image names for her so she wouldn't have to do anything but paste the code.
Save the file as Setup AngelHugs.txt and put it in the zip file you created.

Step 1
Create a directory in your site called specifically for your Clickers.
Calling it "clickers" or "Clickers" probably makes the most sense. :)

Step 2
Copy the clickers.js file into your Clickers directory.

Step 3
In the html of your Clickers page, paste the following code
in the <body> section of your page for your Clicker:
<script type="text/javascript">
image_list='WCG_angelhugs1.gif,WCG_angelhugs2.gif';
</script>
<script type="text/javascript" src="clicker.js"></script>

Step 4
Place all images to be used in the Clicker in your Clickers directory
along with the clickers.js and your Clickers page.

Note:
You may move files into other directories if you are comfortable with editing
the JavaScript code to specify where those files are.

3
Put the other files in the zip file you created and send.
You will need:
Clickers.js file
the Setup.txt file
the graphics
the certificate

Back to Clickers

All graphics, content and web design are ©1999-2004 WyldCountry Graphics. All rights reserved.
My graphics may not be copied, redistributed, sold, or used without permission.