Hi All,

Is it possible to use the rect of an image to create a link and have the image 
then become the link button? I’m trying to repeat through some images on a card 
and save them as links in the resulting PDF.

      get the ImageRect of img ("MasterVideoPlay" & x) of cd 5
      put it into tRect
      get the tImageBtnLink of cd fld ("video" & x ) of cd 5
      put it into tURL
      Answer  "Print link to url" && tURL && "with rect" && tRect
      print link to url tURL with rect tRect

Thank you!
John Patten
SUSD
      




_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to