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
08.01.12, 08:40
08.01.12, 08:18
04.01.12, 11:04
28.12.11, 10:42
16.11.11, 09:40
28.10.11, 10:47
Posts
08.02.12, 17:43
07.02.12, 20:47
07.02.12, 17:54
04.02.12, 16:55
04.02.12, 16:32
04.02.12, 12:49
Script of the Moment
Stroke Tone Line 10.03.09
Donation

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

Thank you!