putting images

malte.brill at t-online.de malte.brill at t-online.de
Tue Dec 28 07:14:30 EST 2004


Chipp wrote:

>try this:

>put img "myImageNumber3" of card "CardFullOfImages" into img
"myImage"

Or to save memory  use a button. Make sure it´s a transparent one.

lock screen
set the width of btn "myButton" to the width of img "yourImage" cd
"cardFullOfImages"
set the height of btn "myButton" to the height of img "yourImage" cd
"cardFullOfImages"
--do the same for the loc if needed..
set the icon of btn "myButton" to the ID of img "yourImage" cd
"cardFullOfImages"
unlock screen

Best,

Malte


More information about the use-livecode mailing list