Hi,
I want to write a script that allows me to collect the points that the user has generated -- i.e. all points generated by onMouseDrag().
I'd like to send this (perhaps large) collection to another application. Ideally, I'd be able to save them up and write them to a text file. Unfortunately, I don't think scriptographer supports writing to a text file... Am I wrong?
If I am, is there a good way to go about this? I tried dumping the points to the console, hoping to grab them after they get printed, but the console only retains a relatively small collection of past print events, which renders it useless for this task.
Anyone have other creative ideas on how to accomplish this?