this script makes a line or a bunch of lines dashed, with random values for the gap and dash.
It's kind of fun to use on lots and lots of lines at once. Why not use it with the spiderweb script or wall blazer first?
After all, who doesn't love a little randomness?
v3:
I finally got around to fixing the problem of every stroke being given the same random dashes. Now, each selected item will get it's own unique random dashes.
Also I added the ability to randomly set the stroke width as well.
A minor improvement occurred to me, so here is an updated version of this script. You can now assign a random stroke weight to selected objects.
where do I put it?
is it a tool?
is it a script?
Hi,
I have developed javascript for illustrator cs for windows. I did not know how to call script in vc++. Please help me how to call javascript in vc++. Its very helpfull for my plugin development.
Thanks,
Maria Prabudass E
Hi Hawken,
I probably should have explained this better:
This is a script. Make sure you have at least one object selected, and make sure it has a stroke. then select the script, and push play. You should get a dialog were you can choose the minimum and maximum dash and gap. Press OK, and every object you have selected will be made into a dashed line with different random values.
Hope this helps,
Keegan
i keep getting this in the console:
illegally formed XML syntax (C:\Program Files\Adobe\Adobe Illustrator CS3\Plug-ins\Scriptographer\scripts\scripts\crazy-dash_v2.js#122)
Hi,
i have an problem with this script.
I create an elipse an than I start the script, set the options an than I got an empty elipse.
I cann´t see any dashes.
I use this with CS4.
Regards and hope for help.
Hi,
after an restart of Illustrator CS4 now it works!
THX and best regards.
I like it. Simple, but can be nice to create furry/grainy textures.
I have problem with both v3 and orignal version.
v3 makes only simple dashes (gap+dash), while original version makes complex dashes but all paths have the same pattern. did anyone experience same bug, or found workaround?
nice script though
thanx
Hi izumitelj,
for complex dashes place the declaration of dasharray BEFORE the for loop.
Wolfgang