Hi,

I'm needing to load an image into a
card and then save that with the card
(the actual image and not the file 
name reference to it).  I tried the
code below.  It almost works, but I get
a black and white image when the last
line is run in the procedure.


----------  Paste -----------
  answer file "Select the image:"
    set the filename of image "myImage" to it
      set the left of image "myImage" to the left of me
      set the top of image "myImage" to the top of me
      set the rect of image "myImage" to the rect of me
  set the imageData of image "myImage" to the Imagedata of image
"HerpImage"

-----------End Paste -------------

I've tried various other methods with
no success and the doc's don't seem to
cover it well.  Any suggestions greatly
appreciated.

Scott


_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to