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 _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
