Lock screen and 'Go card' not working

Ian Wood revlist at azurevision.co.uk
Thu Apr 5 15:50:35 EDT 2007


On 5 Apr 2007, at 20:14, Tereza Snyder wrote:

> You don't need to select an object to move it or rename it or group  
> it. If you have its long ID, which you can obtain after you make it  
> either with "create" or with "clone": e.g.
>
> clone grp "unsweetened"
> put the long ID of it into tMyGrp1
> set the topleft of tMyGrp1 to tTopLeft1
> set the name of tMyGrp1 to "special dark"

It's also possible to refer to the 'last' object, although it's not  
as foolproof as the long ID:

clone grp "unsweetened"
set the topleft of the last group to tTopLeft1
set the name of the last group to "special dark"

lone grp "unsweetened"
set the topleft of the last group to tTopLeft2
set the name of the last group to "semi sweet"

Ian



More information about the use-livecode mailing list