Page 1 of 1

Before and After

Posted: Mon Jun 13, 2022 12:28 pm
by richmond62
I couldn't sleep last night,and my mind would just
not get this type of image out of my mind:
-
B&A.jpg
-
No, NOT the actress; the visual effect . . .

Presumably it can be done in LiveCode.

Re: Before and After

Posted: Mon Jun 13, 2022 1:01 pm
by richmond62
slider.jpg
-
That's funny, I thought the thing would be far more complicated.

Stack removed as updated version available in next post.

Re: Before and After

Posted: Mon Jun 13, 2022 6:28 pm
by richmond62
I have uploaded an improved version as with the previous one
the monochrome image was NOT loading automatically into the graphic object.
-
slider.jpg
-
add this to the cardScript:

Code: Select all

on openCard
   set the backGroundPattern of grc "gFRAME" to the ID of img "oakBW"
end openCard