 
 Do you remember the 'accuracy' of the first intel chips?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
 
 Code: Select all
put the width of image 1Code: Select all
set the angle of image 1 to 90Code: Select all
on mouseUp
   set the angle of img 1 to the angle of img 1 + 90
   put the width of img 1 && the height of img 1 into fld 2
end mouseUpno, I think they can not do anything about it and the lesson is to use "angle" not "rotate"p.s. Did you already write the report to QCC?

Code: Select all
on mouseUp
  set the text of image "aball.png" to the text of image "origImported"
  set the loc of image "aball.png" to 200,300
  repeat N
    repeat with i=1 to m
      rotate image "aball.png" by i
    end repeat
  end repeat
end mouseUp 
 

