Are you testing on mobile yet? There is LiveCode code that will make that be 
faster than desktop.


These sort of things:

on preopenstack

  if the environment is mobile then

    iphoneSetRedrawInterval 1

    set the compositorType of this stack to "OpenGL"

    set the compositorTileSize of this stack to 64

    set the compositorCacheLimit of this stack to 1024*1024*128

  end if

end preopenstack


> On Mar 23, 2019, at 6:38 PM, Rick Harrison via use-livecode 
> <[email protected]> wrote:
> 
> 
> I find I get equally good results
> by alternately setting the blend level
> of the blue rectangle to 100 and
> then back to 0.  It has fewer lines
> of code too.
> 
> I still see flicker though.
> 
> Rick
> 
> _______________________________________________
> use-livecode mailing list
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


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

Reply via email to