Livecode for Digital Signage

Scott Rossi scott at tactilemedia.com
Wed May 18 01:18:21 EDT 2011


Recently, Derek Bump - Dreamscape Software wrote:

> The movement I see with this solution is the exact movement I see when I
> tried your hScroll solution.  It's still too jerky for prime time.  Both are
> getting close but I'm hoping for a much smoother solution.

In terms of built-in movement, I don't believe there are any other
solutions.  But one thing you might try is messing with the syncRate
property.  I only recently learned about this and haven't figured out how to
best make use of it, but changing its value might get you closer to the
smooth movement you're trying to achieve, at the possible expense of heavier
processor use.  On my Mac system, INCREASING the syncRate makes for jerkier
movement, which seems to be the opposite of the docs, so you might need to
try higher and lower values.

----------

syncRate

Summary: 
Specifies how often the display is updated during visual effect, drag, and
move commands.  

Examples: 
set the syncRate to 12

Use the syncRate property to specify how often the screen is redrawn.

Value:
The syncRate is a positive integer.

Comments:
Decreasing the syncRate reduces the load on the system, but may make the
display of movements and visual effects more jerky.

The default value of syncRate is 20.

----------

Regards,

Scott Rossi
Creative Director
Tactile Media, UX Design






More information about the use-livecode mailing list