on mouseUp
  repeat with count = 1 to the endValue of scrollBar 1
    set the thumbPosition of scrollBar 1 to count
  end repeat
end mouseUp

this works

Be well

John Dixon

Reply via email to