At 9:46 AM -0700 7/19/01, Jeanne A. E. DeVoto wrote:
>At 7:31 AM -0700 7/19/2001, Lorenz Tschudi wrote:
>>I have imported a gif file into an image. How can I set the image of
>>another image to the image of the first image with a script? In SuperCard
>>I can 'set the pictureData of cd grc 'Image1' to the pictureData of cd
>>grc 'Image2'. Can this be done with Revolution?
>
> put image 1 into image "New Image"
Isn't the preferred method to create a button and set its icon id to the id of the
image?
In either case, you can accomplish this with a button:
Create a new button
Open the properties palette for the button
Click on the button tab in the palette
Click to place a check mark in Show Icon
If the image is in the same stack:
Click the Choose... button next to Icon ID
Use the Image Library popup menu to select This Stack
Click on the image you want
regards,
Geoff