Rotating images . . . ?

Ken Ray kray at sonsothunder.com
Thu Nov 24 20:04:16 EST 2005


On 11/24/05 2:26 PM, "Mathewson" <richmond at mail.maclaunch.com> wrote:

> 1. When I rotate a GIF that contains transparent areas it
> deteriorates . . . this is a bother . . . any bright ideas
> how to cope with this one?
> 
> 2. When I rotate an image by a mouse click:
> 
> on mouseUp
>   rotate img "egg.gif" by 90
> end mouseUp
> 
> it develops a dotted border and won't let me do it again
> unless I flip between the 'browse' and 'pointer' cursors.

Don't use "rotate" - instead do a "set the angle of img "egg.gif" to 90" -
this is lossless and should give you better results.

Ken Ray
Sons of Thunder Software
Web site: http://www.sonsothunder.com/
Email: kray at sonsothunder.com




More information about the use-livecode mailing list