Been exploring scriptographer for a few weeks now, and so far, love it! I'm slowly figuring out how to do things, but have recenltly run into a snag:
I'm trying to set the stroke of a path in my script, but it doesn't work. I am using cs3 on an intle mac. The code I use to set the stroke is:
path.style.stroke.width = minStroke + Math.random() * (maxStroke - minStroke);
(I'll attach the whole script too)
I have noticed the same problem with another script that sets a random stroke in the same way, the weed_rounded.js. Has there been a change to the way style is implemented?
I read the posts discussing changing the way style works, but didn't read any were if it had actually changed, or how it is implemented now if it did change.
Does anyone else have this problem? Am I doing this correctly? Thanks in advance for your help,
Keegan