|
||||
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
I've recently been dabbling into web coding and have created my own dollmaker script. I wanted to make one that was different from what is out there right now. My script uses tabs to separate all the different categories of props, and there's also an option to change the skintone of the base body.
I wrote it entirely myself, using the jQuery UI library. It also uses PHP to make it super easy to add new props to it, but there's also an option to use it without PHP. You can see a demo here. Or see more information and download it here. Please tell me what you think about it! |
|
||||
|
When I go to build a doll I drag the items over using the mouse tool. You know, the arrow/cursor thing? When I put the items over the doll (all of the items btw, just checked again and it was not only the skirts doing it) they don't go where I put them. I have been dolling for years and know how to put a doll together correctly and how to allign the clothing to the base so please understand this is not a user-incompetance related problem. This is what it makes the clothes do when I let go of my mouse button:
![]() Also, I just realized the double click feature isn't available on this, nor is a save button? I understand that what's meant to be done is pressing the Print Screen button on the keyboard and croping the image in Paint or other program, but more user-friendly coding has the Save feature. The double click feature will create a copy of the item clicked and automatically transfer it to the Build Area. That options also allows for creativity. For example someone has some versatile props that can be used creatively to create something else, like taking a crown and putting multiple copies of the crown across the waist to create a belt. This coding only allows single use, which limits creativity. Another cool feature is the layers feature. Some dollmaking scripts only allow a doll to be created in the layer they have pre-determined. But if a user wants to be creative and take some hair and put it behind the doll and lower down to create longer hair they can't do that without an option to move an item Up or Down a layer. I hope my advice and critiques are taken lightly and that they don't bother you. I know a bit of coding myself so I definately know the work that goes behind creating such things and I'm definately impressed by how much you've done on your own. Oh and you asked about my browser? I use Internet Explorer7. I haven't had any issues with it on any dolling sites...ever. I only get issues whenever I try to upgrade the version, ESPECIALLY with TDP. |
|
|||
|
This looks very neat
I'm gonna try if I can get the script to work on my site with my meagre HTML skills... EDIT: Yup, it works
|
|
||||
|
Lancaster Princess, that's a really strange bug. I'll try to look into it.
BTW, I actually do have a "layers" feature. Which ever prop you clicked last goes to the top so if you want to put something on top, just drag it again and replace it. Right now props can't go behind the body, but I can change that Saving is one of those things that I wanted to have since the beginning, but I just can't figure out how to do it in Javascript. Most scripts that I've seen with saving capabilities use some kind of server for compiling it, but I don't want that because I want the script to be independent from a server. |
|
||||
|
I've made a new update to the script. Now it has an unobstrusive anti-right-click feature (it only prevents right-clicking on images, and puts just a small tooltip on the screen when you try to right-click. )
I also fixed the bug that LancasterPrincess was talking about. There was a part of my code that didn't work properly with IE 7, so I changed it to something that would. Finally, I made the layer stacking a little bit more obvious. Now the props go to the front as soon as you click on them, instead of having to drag them around a bit. |