Re: Automated Drawing

2015-05-09 Thread Jim Hurley
P.S. I should have said that "startTurtle" (or simply "st") is the command that initiates the turtle. Jim > Message: 8 > Date: Sat, 09 May 2015 19:59:15 +0300 > From: Richmond > To: How to use LiveCode > Subject: Re: Automated Drawing > Message-ID:

Re: Automated Drawing

2015-05-09 Thread Richmond
On 10/05/15 01:22, Jim Hurley wrote: Message: 8 Date: Sat, 09 May 2015 19:59:15 +0300 From: Richmond To: How to use LiveCode Subject: Re: Automated Drawing Message-ID: <554e3ce3.2030...@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed On 09/05/15 16:52, Richmond wrote:

Re: Automated Drawing

2015-05-09 Thread Jim Hurley
> > Message: 8 > Date: Sat, 09 May 2015 19:59:15 +0300 > From: Richmond > To: How to use LiveCode > Subject: Re: Automated Drawing > Message-ID: <554e3ce3.2030...@gmail.com> > Content-Type: text/plain; charset=utf-8; format=flowed > > On 09/05/15 16:52,

Re: Automated Drawing

2015-05-09 Thread Richmond
On 09/05/15 16:52, Richmond wrote: On 21/03/15 18:17, Jim Hurley wrote: Richmond, I wrote this Turtle Graphics library in the dark ages of RR, before “sum” became a reserved word. So, comment out the “sum” handler in the stack script. Jim Having copied your stack script across into my st

Re: Automated Drawing

2015-05-09 Thread Richmond
On 21/03/15 18:17, Jim Hurley wrote: Richmond, I wrote this Turtle Graphics library in the dark ages of RR, before “sum” became a reserved word. So, comment out the “sum” handler in the stack script. Jim Having copied your stack script across into my stack I am stuck with 2 problems: 1.

Re: Automated Drawing

2015-03-21 Thread Jim Hurley
> > Message: 14 > Date: Sat, 21 Mar 2015 20:13:37 +0200 > From: Richmond > To: How to use LiveCode > Subject: Re: Automated Drawing > Message-ID: <550db4d1.4050...@gmail.com> > Content-Type: text/plain; charset=utf-8; format=flowed > > On 21/03/15 17:

Re: Automated Drawing

2015-03-21 Thread Richmond
On 21/03/15 17:35, Jim Hurley wrote: Automated Drawing Richmond richmondmathewson at gmail.com <mailto:use-livecode%40lists.runrev.com?Subject=Re%3A%20Automated%20Drawing&In-Reply-To=%3C550D8A50.20300%40gmail.com%3E> Sat Mar 21 16:12:16 CET 2015 Previous message: Automated Draw

Re: Automated Drawing

2015-03-21 Thread Mike Bonner
. On Sat, Mar 21, 2015 at 10:17 AM, Jim Hurley wrote: > Richmond, > > I wrote this Turtle Graphics library in the dark ages of RR, before “sum” > became a reserved word. > > So, comment out the “sum” handler in the stack script. > > Jim > >> Automated Drawing &

Re: Automated Drawing

2015-03-21 Thread Jim Hurley
Richmond, I wrote this Turtle Graphics library in the dark ages of RR, before “sum” became a reserved word. So, comment out the “sum” handler in the stack script. Jim >> Automated Drawing >> >> Richmond richmondmathewson at gmail.com  >> <mailto:use-livecode%40lis

Re: Automated Drawing

2015-03-21 Thread Jim Hurley
>> Automated Drawing >> >> Richmond richmondmathewson at gmail.com  >> <mailto:use-livecode%40lists.runrev.com?Subject=Re%3A%20Automated%20Drawing&In-Reply-To=%3C550D8A50.20300%40gmail.com%3E> >> Sat Mar 21 16:12:16 CET 2015 >> &g

Re: Automated Drawing

2015-03-21 Thread Michael Doub
: Message: 21 Date: Sat, 21 Mar 2015 09:02:23 +0200 From: Richmond <mailto:richmondmathew...@gmail.com>> To: How to use LiveCode <mailto:use-livecode@lists.runrev.com>> Subject: Automated Drawing Message-ID: <550d177f.10...@gmail.com <mailto:550d177f.10...@gmail.com>

Re: Automated Drawing

2015-03-21 Thread Richmond
On 21/03/15 17:09, Richmond wrote: On 21/03/15 13:57, Jim Hurley wrote: Message: 21 Date: Sat, 21 Mar 2015 09:02:23 +0200 From: Richmond <mailto:richmondmathew...@gmail.com>> To: How to use LiveCode <mailto:use-livecode@lists.runrev.com>> Subject: Automated Drawing Messag

Re: Automated Drawing

2015-03-21 Thread Richmond
On 21/03/15 13:57, Jim Hurley wrote: Message: 21 Date: Sat, 21 Mar 2015 09:02:23 +0200 From: Richmond mailto:richmondmathew...@gmail.com>> To: How to use LiveCode mailto:use-livecode@lists.runrev.com>> Subject: Automated Drawing Message-ID: <550d177f.10...@gmail.com <

Re: Automated Drawing

2015-03-21 Thread Jim Hurley
> > Message: 21 > Date: Sat, 21 Mar 2015 09:02:23 +0200 > From: Richmond <mailto:richmondmathew...@gmail.com>> > To: How to use LiveCode <mailto:use-livecode@lists.runrev.com>> > Subject: Automated Drawing > Message-ID: <550d177f.10...@gmail.com <mai

Automated Drawing

2015-03-21 Thread Richmond
I set up a little stack with THIS in a button: on mouseUp choose pencil tool drag from 100,100 to 200,200 end mouseUp and it drew me a jolly diagonal line . . . super! HOWEVER I wonder if it is possible to do something like THIS: drag for 100 pixels at 60 degrees probably not, BUT ??