teleprompter application- reverse text, smooth scrolling?

Mark Smith mark at maseurope.net
Thu Jun 22 21:30:43 EDT 2006


Josh, you could try scrolling in larger steps:

repeat with v =  1 to 300 step 5
   set the vScroll of fld "operatorText" to v
end repeat

and see how badly (if at all) it affects the smoothness.

Best,

Mark

On 22 Jun 2006, at 23:35, Josh Mellicker wrote:

> This script:
>
>     repeat with v = 1 to 300
>         set the vScroll of fld "operatorText" to v
>     end repeat
>
> scrolls a field up, but is too slow... any way to speed a loop up?
>
>
> I have also tried
>
> ON keepPrompting
>     set the vScroll of fld "promptText" to the vScroll of fld  
> "promptText" + 1
>     send keepPrompting to me in 0 milliseconds
> END keepPrompting
>
> which seems about as slow...
>
>
> Any ideas?
>
>
> (these are not actual scripts, but tests... the app varies scroll  
> speed with a mouse scroll wheel)
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your  
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list