| Where do I place the code? |
| Place provided code anywhere on the page after <BODY> tag. Code placement reflects the position of the build area on the page. Adjust placement of the code so build area is located in the desired position. |
|
| What if I don't need build area (only need drag and drop script)? |
| Click "Customize this Code-Script" link and select "Hide Build Area". New provided script will be identical to simple drag and drop javascript that works with Internet Explorer, FireFox, Netscape and other DOM compatible browsers. |
|
| Do I need to have any other scripts on the page? |
| You may add any scripts you like, however no additional scripts are required to run the dollmaker. |
|
| How do I make the image not draggable (for example vote button or header example image)? |
| Add class='nodrag' to the tag of any image that you would like to stay not draggable. Image html tag should look like <IMG SRC='your-image-file.gif' class='nodrag'> . |
|
| How do I disable right click? |
| Dollmaker script will disable right clicks for you automatically. You can enable right clicks by selecting corresponding option on "Customize this Code-Script" page. |
|
| Do I need to add class='drag' to all of my images? |
| No, dollmaker script does not require you to add class='drag' to any of the images. |
|
| I already have a dollmaker, what would be the easiest way to convert it to dollmakerscript? |
| Just add provided code to your dollmaker and everything else should work properly. If you experience problems with the maker after you added the code try to remove any drag-n-drop javascript you previously had on that page. |
|
| Can I just use the props from my computer and not upload them online? |
| No, in order for the dollmaker to provide "Save & Download" functionality all the props have to be uploaded online. |
|
|
|