[Newbies] Re: problems moving and resizing quadrangles

Alan Gauld alan.gauld at btinternet.com
Fri Dec 30 13:57:39 UTC 2011


On 29/12/11 11:43, Alan Gauld wrote:
> On 28/12/11 10:12, Alan Gauld wrote:
>> In my tutorial I've been building a quadrangle editor.
>
> Some progress, move now works:

And eventually resize, although not using scaleBy, I gave up on that.

Here is what I used:

quadActions
     at: 2
     put: [:q |
	q region: (Rectangle origin: q origin corner: Point fromUser)].

Onwards and upwards....

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/



More information about the Beginners mailing list