Sg2.9
small bug in the tutorial
Recent RSS
small bug in the tutorial
From:  Mac Macintosh
Date:  6. June 2010, 13:58

hello

there's a small bug in the tutorial on the page: http://scriptographer.org/tutorials/document-items/working-with-items/
in the first chapter "Selecting, Hiding and Locking Items"

1. var circlePath = new Path.Circle(new Point(50, 50), 25);
2. circlePath = true;

should be

1. var circlePath = new Path.Circle(new Point(50, 50), 25);
2. circlePath.selected = true;

Re: small bug in the tutorial
Date:  6. June 2010, 17:31

Thanks for reporting this! I've fixed it in the tutorial.

Scripts
26.04.12, 16:05
19.04.12, 16:54
07.04.12, 16:17
05.04.12, 00:49
15.03.12, 13:02
14.02.12, 19:00
Posts
21.05.12, 22:40
20.05.12, 20:22
19.05.12, 21:38
19.05.12, 13:43
15.05.12, 02:38
15.05.12, 01:51
Script of the Moment
Crop Marks 14.02.12
by Zed
Donation

If you use Scriptographer regularly or for commercial purposes, please consider making a donation via PayPal:

Thank you!