08.08.14, 15:24
Works collaboratively across disciplines, dealing with the nuances between technology, tools and the human condition.
Re: Intel ver... | 16.01.07 | ||
...Because CS3 is not out yet. It won't be of any use in CS2, as the host app is Rosetta emulated. | |||
Re: Arduino-P... | 16.01.07 | ||
Hi Zimi, Integrating Arduino with Scriptographer should not be too hard. You could even embed Arduino directly in Scriptogra... | |||
Re: midi and... | 14.01.07 | ||
Yes, there are ways to work with MIDI from Java: http://java.sun.com/products/java-media/sound/ So far I have not used it y... | |||
Re: Intel ver... | 08.01.07 | ||
Yes, being part of Adobe's pre-release programme this time, I can release it the day CS3 comes out. In fact, the version is a... | |||
Re: friction... | 03.01.07 | ||
On what version of Illustrator are you experiencing this problem? It may be a bug in the reducePoints command. | |||
Re: Problems... | 28.12.06 | ||
Ok, even better: I found a rather simple workaround for this problem now. It will be in the next release. | |||
Re: Problems... | 28.12.06 | ||
This is a known problem in JSE 1.6: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6493522 http://forum.java.sun.com/thr... | |||
Re: help! cod... | 19.12.06 | ||
subtract does not modify the point itself, it returns a modified copy: newPoint = point2.subtract(hop, 0); I hope this helps. | |||
Re: updating... | 18.12.06 | ||
The refresh button only refreshes the folder structure. To recompile a changed script, just reassign it with the toolbar butt... | |||
Re: onunload... | 08.12.06 | ||
I'll add it. It will be called after everything else in the script is parsed and executed. |