Hi Jim,

> Am 04.05.2023 um 19:35 schrieb Jim Lambert via use-livecode 
> <use-livecode@lists.runrev.com>:
>> 
>> you may have missed this in my last posting:
> 
> Klaus,
> 
> Indeed I did.
> 
> JimL
> 
> P.S. Another possibility you could also fake a transition. Then start your 
> timer in the openCard handler of your destination card. 
> 
> In starting card:
> on fakeTransition
>       lock screen
>       import snapshot from rectangle (the rect of next card) of next card
>       put it into tempImage
>       set the blendlevel of tempImage to 100
>       unlock screen
>       repeat with x = 100 down to 0 step -10
>               set the blendlevel of tempImage to x
>               wait 10 ticks with messages
>       end repeat
>       lock screen
>       delete tempImage
>       go next
> end fakeTransition
> 
> In destination card:
> on openCard
>       startTimer
> end openCard

thanks, but now I will navigate to the "timer" card without visual effect (real 
or fake).
My customer said that is OK. :-)


Best

Klaus

--
Klaus Major
https://www.major-k.de
https://www.major-k.de/bass
kl...@major-k.de


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to