Ask a Question related to Macromedia Director Lingo, Design and Development.
-
misseyshelly webforumsuser@macromedia.com #1
pencil tool in director?
im trying to create a director file that could allow the user to draw an object and attach it to an email. i would like to use something similar to the pencil tool that can be adjusted to the ink functionality in macromedia flash. does anyone know if this is at all possible? cheers mshelly ;-)
misseyshelly webforumsuser@macromedia.com Guest
-
Pencil Tool changes to Grab Tool Acrobat 7
Whenever I am doing editing or inserting proofreading marks, I used to (in Acrobat 6) jsut click on Pencil Tool, write to my hearts content, and then... -
Using Pencil tool to handwrite?
Is it possible to use the Pencil tool in InDesign to add handwriting to a file? I have typed into InDesign a "contract" that requires signatures,... -
'Pencil or Smooth tool: unexpected exception' CS Illustrator error
After I have placed an external Jpeg into an Illustrator document, then I use the pencil tool I receive the following error message 'Pencil or... -
Pencil or smooth tool exception error
1. Select File > Place to place an image file. (Select the 'Link' and 'Template' checkboxes.) 2. The file is placed into a new, template layer.... -
pencil tool
when writing with the pencil tool smooth arc sections in the hand written text are converted into a series of short arc segments which makes the hand... -
Richie Bisset #2
Re: pencil tool in director?
i'm not sure quite what you mean by adjusted to the ink functionality
in flash, but within director the command you would be looking for to
do this is setPixel.
e.g.
on mouseDown me
repeat while the stillDown = true
member("paint").image.setPixel(the mouseH, the mouseV, rgb(255, 0,
0))
updateStage
end repeat
end
of course you'll need to play with that a bit to get it working
smoother, but this will get you started.
hth,
regards,
richie
On Tue, 29 Jul 2003 10:38:31 +0000 (UTC), "misseyshelly"
[email]webforumsuser@macromedia.com[/email] wrote:
>im trying to create a director file that could allow the user to draw an object and attach it to an email. i would like to use something similar to the pencil tool that can be adjusted to the ink functionality in macromedia flash. does anyone know if this is at all possible? cheers mshelly ;-)
>Richie Bisset Guest



Reply With Quote

