Set Angle Bug?
Richmond
richmondmathewson at gmail.com
Wed Dec 15 08:44:20 EST 2010
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.
More information about the use-livecode
mailing list