I'm trying to resize an image after i set it's angle (it's for when the orientation on mobile is changed), but it's seems to me that the new width and eight has effect only when the image is not "rotate". Ideas?


Code: Select all
on mouseUp
set the angle of image 1 to the angle of image 1 + "90"
set the height of image 1 to 100
set the width of image 1 to 100
set the loc of image 1 to the loc of this card
end mouseUp