Page 1 of 1
visual "wipe" curious behavior
Posted: Tue May 10, 2011 6:51 pm
by jmburnod
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
Re: visual "wipe" curious behavior
Posted: Tue May 10, 2011 8:03 pm
by bn
Hi Jean-Marc,
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
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
Re: visual "wipe" curious behavior
Posted: Tue May 10, 2011 9:39 pm
by jmburnod
Hi Bernd,
When the label is "Open group" it does a wipe down and when the label is "Close group" it does a wipe up
The "wipe up" work from down to up, it's correct.
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
Re: visual "wipe" curious behavior
Posted: Tue May 10, 2011 9:44 pm
by bn
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
Re: visual "wipe" curious behavior
Posted: Tue May 10, 2011 9:50 pm
by jmburnod
Hi Bernd,
Thank for your fast reply but it is to late. I changed my eyes.
Best
Jean-Marc