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.08.14, 15:24
15.05.14, 14:23
02.03.14, 19:16
18.11.13, 14:48
22.03.13, 03:05
22.02.13, 15:45
Posts
10.01.17, 16:37
19.02.16, 06:03
19.02.16, 06:00
17.01.16, 11:00
12.01.16, 13:10
25.11.15, 08:19
Script of the Moment
Variator 08.01.12