On 11/24/05 2:26 PM, "Mathewson" <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
