I think you need something like:
        set the fileName of image "myImage" to pathToFile
Look up "fileName" in the docs and check the examples there.

Did you actually set the name of your image to 1 or are you meaning to refer to the first image? Setting the name of an object to a number is not a great idea as it is very easy to get confused. You could call it something like "Pic 1" which still allows you to loop through images programmatically but won't confuse matters. If you just meant to refer to the first image, then you don't need quotes around the 1.

Sarah


On Monday, February 24, 2003, at 12:36 pm, Tim Hart wrote:


I want to keep my pictures seperate from the app itself. I want to be able to call the pictures when i want them. I just can't seem to get the scripting right. I am trying:

put image "whatever" into image "1"

or
put URL "file:whatever/ehatever.jpg" into image "1"

please help

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution



_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to