|
||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
|
|||
|
Hey everyone! I've been trying to make a new and simple dollmaker. I've used this link: Doll Maker Code and Drag and Drop Script and I've been trying to make my props drag and drop, but with no success. How do you make your items movable on the screen?
|
|
|||
|
This'll sound like a no-brainer, but did you customize the script and disable dragging? If everything else is working (ie, the build area is showing, double-click works, etc), but you can't drag-and-drop, that seems the most probable cause.
If not, then the only possible issue that I can think of at the moment is that you might have Javascript disabled on your browser, but if you are able to use other dollmakers, that doesn't seem likely. Where are you hosting your dollmaker? I might be able to provide better advice if I could take a look at it.
|
|
|||
|
Yeah it does seem like its a nobrainer, which is why I was getting so frusterated when nothing I was doing was working!
I'm using Mozilla firefox. That should work. I am hosting my dollmaker on Freewebs. Freewebs does have an HTML option. Here is the testing page: html testout - Lovemellow's Fantasy Dolls No matter if I double click on the image or try to drag it, it won't budge. I put the class="dragme" with the image. |
|
|||
|
Okay, after spending way too much time digging around in the source code, it appears that the doctype declaration (<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">) is what's causing the dollmaker script not to work. Using a different doctype seems to have no effect, so the only solution I can think of is to remove it entirely. I'm not entirely sure what other effects it may have on your website, but it seems to work fine without.
|
|
|||
|
What do you mean? Does freewebs have this doctype declaration? Or was it the original programming from the Doll Maker Script website?
Should I copy and paste the full script from the Doll Maker Script Website and take it out? Also, thanks for helping me out with this one. I really appreciate it! also, I don't think the dollmaker script may be the issue. I think it has to do with whatever script I am using to make images be draggable. Do you know where I can find a better script where I can just click on the image and it pops up on the box? I've been hunting for this for a while.. |
|
|||
|
If you open up the page in a HTML editor (or view the source code by using CTRL-U on the page), it should be the very first line. It's definitely not a dollmaker script issue, since I use it for my dollmaker and it works fine; it might have something to do with the layout you're using.
I copied the code of your page here for testing purposes, so you can see how it works without the doctype declaration. I'm afraid I don't know any other dollmaker scripts though.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can't edit props in doll maker. | kittypurr | Site Problems | 4 | 10-25-2009 12:01 PM |
| Doll props? | likediamonds | Doll Maker Games | 7 | 07-14-2009 05:34 PM |