PDA

View Full Version : Custom Drawing Board



brunozugay
July 2nd, 2006, 12:55 PM
Hi everyone!


I'm interested in getting someone to customize and extend on the script shown here:
http://www.kirupa.com/developer/actionscript/drawingboard.htm

While incorporating the record/play feature seen here:
http://www.krazydad.com/bestiary/bestiary_makesig.html


Basically what I would need is the following:

- For a user to be able to select the color of the line being drawn.
- For a user to also be able to select a thickness of the line being drawn.
- For a user to be able to select the kind of pen he would like used for drawing. *
- For a user to hit "Record" and start drawing/writing.
- If the lines are to jagged, for the script to smooth them out, to get nicer curves. (So the letters look nice.)
- For a user to be able to save his drawing on my server for later use as recording of his drawing from start to finish.

* This is just a visual gimmick, and it does not at all influence the way the lines are coming out. A cursor more or less. It needs to be shown during drawing and then later on in the recording.


Please let me know if you are interested.


Thanks.

JoshuaJonah
July 2nd, 2006, 01:09 PM
- If the lines are to jagged, for the script to smooth them out, to get nicer curves.
This is the one that will separate the men from boys.

I would be willing to do it, but I'll have to think about that^ one for a while;)

What are you willing to offer in compensation?

Joppe
July 2nd, 2006, 01:15 PM
Pm sent
Also, Josh you could just plain simply make them unjagged before drawing them.

JoshuaJonah
July 2nd, 2006, 01:22 PM
umm.... what do you mean?, it's a drawing board, they are drawn before you start drawing them... It's like a paradox, I think your just trying to infuriate your opponents:D

brunozugay
July 2nd, 2006, 01:35 PM
My main concern is to be able to save the final drawing on to the server, and then to be able to pick the color, and the thickness.

I would also like to have a user to be able to select a pen, from predefined images, he/she would like to draw with. However this is just a visual gimmick and would now dictate in any way the way the lines are coming out. A cursor of a sort.

If the lines could be made smoother, great! You'll make more.

JoshuaJonah
July 2nd, 2006, 02:17 PM
If the lines could be made smoother, great! You'll make more.
:lol:

gvozden
July 2nd, 2006, 03:09 PM
smoothing lines is no problem
good luck guys ;)

theflash
July 2nd, 2006, 04:11 PM
I am interested too. I have worked on similar project.