Using A Visual Effect On An Image.

Deploying to Windows? Utilizing VB Script execution? This is the place to ask Windows-specific questions.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Googie85
Posts: 199
Joined: Tue Aug 05, 2014 10:07 am

Using A Visual Effect On An Image.

Post by Googie85 » Thu Nov 01, 2018 11:38 pm

Hi Guys!!!

Could anyone point me in the right direction as to how I would use a visual effect on an image?

Many Thanks,

Googie.

ClipArtGuy
Posts: 253
Joined: Wed Aug 19, 2015 4:29 pm

Re: Using A Visual Effect On An Image.

Post by ClipArtGuy » Thu Nov 01, 2018 11:52 pm

Here's the LC lesson: http://lessons.livecode.com/m/4603/l/56 ... al-effects

The dictionary also has an entry for "visual effect"

For starters, you can try these:

Code: Select all

hide img 1 with visual effect dissolve 
and

Code: Select all

show img 1 with visual effect zoom open
and

Code: Select all

show img 1 with visual effect push left

Post Reply

Return to “Windows”