Hi All,
Like klaus i have glasses. I need your eyes
It seem the visual effect "wipe down" used in this stack make a "wipe up" effect.
I see true ?
Is my script correct ?
Jean-Marc
visual "wipe" curious behavior
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
visual "wipe" curious behavior
- Attachments
-
- OpenCloseGroup.rev.zip
- (1.43 KiB) Downloaded 200 times
https://alternatic.ch
Re: visual "wipe" curious behavior
Hi Jean-Marc,
for me it does exactly what you tell it to (Livecode 4.6)
(your code)
When the label is "Open group" it does a wipe down and when the label is "Close group" it does a wipe up
Maybe you either have to turn your glasses upside down or something else is going on.
Kind regards
Bernd
for me it does exactly what you tell it to (Livecode 4.6)
(your code)
Code: Select all
if tCurLab = "Open group" then
put the bottom of grc "decFond" into item 4 of Lar
put "Close group" into NewLab
put "wipe down slowly" into bufEffect --•• why the "wipe down" make a "wipe up" look ?
end if
if tCurLab = "Close group" then
put (item 2 of Lar) +48 into item 4 of Lar
put "Open group" into NewLab
put "wipe up slowly" into bufEffect
end if
Maybe you either have to turn your glasses upside down or something else is going on.
Kind regards
Bernd
Re: visual "wipe" curious behavior
Hi Bernd,
I expect the "wipe down" work from top to down but it is not the case for me (runrev 4.0 and Livecode 4.5)
Kind regards
Jean-Marc
The "wipe up" work from down to up, it's correct.When the label is "Open group" it does a wipe down and when the label is "Close group" it does a wipe up
I expect the "wipe down" work from top to down but it is not the case for me (runrev 4.0 and Livecode 4.5)
Maybe you either have to turn your glasses upside down or something else is going on.

Kind regards
Jean-Marc
https://alternatic.ch
Re: visual "wipe" curious behavior
Hi Jean-Marc,
don't turn your glasses yet.
I tested in Livecode 4.5 and 4.5.3 and in fact it is as you describe.
So it seems fixed in 4.6.
Kind regards
Bernd
don't turn your glasses yet.

I tested in Livecode 4.5 and 4.5.3 and in fact it is as you describe.
So it seems fixed in 4.6.
Kind regards
Bernd
Re: visual "wipe" curious behavior
Hi Bernd,
Thank for your fast reply but it is to late. I changed my eyes.
Best
Jean-Marc
Thank for your fast reply but it is to late. I changed my eyes.
Best
Jean-Marc
https://alternatic.ch