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
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to