Try "wait 0".I've found that just calling the wait command causes a very
short delay even without a duration. Then you could try a wait of 1
millisecond or a bit longer to adjust it.
--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On March 23, 2019 11:29:37 AM Rick Harrison via use-livecode
<use-livecode@lists.runrev.com> wrote:
Hi Colin,
Wow Cool!
As an experiment to check for flicker, I created two
identical sized rectangles. One is blue and the
other one red. I put the blue one exactly on top
of the red one and told the blue one to quickly
show and hide itself using a repeat loop. My
expected result if I do it right is a resulting
image of a purple rectangle without any
noticeable flicker.
I’ve tried milliseconds, I have tried ticks, and
I still see flicker going on. What am I doing
wrong?
on mouseUp
repeat with NumLoops1 = 1 to 200
show graphic “BlueRectangleCover" of this card
wait .5 ticks
hide graphic “BlueRectangleCover" of this card
wait .5 ticks
end repeat
end mouseUp
What are you doing differently when you try to
do such things?
Thanks,
Rick
On Mar 23, 2019, at 11:00 AM, Colin Holgate via use-livecode
<use-livecode@lists.runrev.com> wrote:
There are 10 layers to handle the landscape, sky, and tracks. Then 100 LC
logos on top of those.
_______________________________________________
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
_______________________________________________
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