Any way to do this?

Kay C Lan lan.kc.macmail at gmail.com
Mon Sep 22 22:05:07 EDT 2014


on mouseUp
  copy image "my1stimg" and image "my2ndimg" and image "mynthimg"
end mouse up

As it sounds like some or all of your images may not be on the same
card as the button, you will need to use the full address of the
image, ie image "mynthimg" of cd "my1stCard"

Interestingly you can also:

set the clipboardData["objects"] to image "my1stimg" and image
"my2ndimg" and image "mynthimg"

but if you use the paste command nothing happens. If you use copy,
then when you use paste the images will be pasted.




More information about the use-livecode mailing list