Code: Select all
on mouseUp
set the filename of image "Image" to "URL here"
end mouseUpI'm using LC 7.1.1(RC2) with Xcode 7.1
I've been searching for an answer for many hours, but have found nothing.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on mouseUp
set the filename of image "Image" to "URL here"
end mouseUp 
 Code: Select all
on mouseUp
  set the filename of image "Image" to "URL here"
  answer the result
  ## Will be empty on success!
end mouseUp