Set Angle Bug?

Thomas McGrath III mcgrath3 at mac.com
Wed Dec 15 09:16:19 EST 2010


wouldn't it be better to resize the image first and then rotate it? 

-- Tom McGrath III
http://lazyriver.on-rev.com
3mcgrath at comcast.net

On Dec 15, 2010, at 8:44 AM, Richmond wrote:

> Here's something a bit funny:
> 
> set the locked of img "MG" to false
>   set the angle of img "MG" to 0
>   put the width of img "MG" into WIDD
>   put the height of img "MG" into HITE
>   set the width of img "MG" to (WIDD * 2)
>   set the height of img "MG" to (HITE * 2)
>   set the locked of img "MG" to true
> 
> works . . .  :)
> 
> BUT:
> 
> set the locked of img "MG" to false
>   set the angle of img "MG" to 30
>   put the width of img "MG" into WIDD
>   put the height of img "MG" into HITE
>   set the width of img "MG" to (WIDD * 2)
>   set the height of img "MG" to (HITE * 2)
>   set the locked of img "MG" to true
> 
> doesn't! It rotates the image by 30 degrees but does NOT resize it.
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list