There are a few ways to do this.

1) Do as Sarah suggests

2) if the image name is "fred.gif" then type into the messagebox:

export image "fred.gif" to "C:/fred.gif" as PNG

(perhaps RR will give us the 'code' to export it as a GIF?)

3) if you're trying to do it within a program where you want a user to copy an image to the clipboard:

on copyToClip
  choose select tool
  select image "myImage"
  drag from topleft of image "myImage" to botright of image "myImage"
  copy
  choose browse tool
end copyToClip



Bob Hartley wrote:
Hi All.

I have a toolbar icon that I want to edit (from Chipp's toolbar example stack). I can see the GIF in the application browser and in the card but if I right click and copy it I cannot paste into photoshop. Copy and paste between another app and photoshop works.
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to