Hi,
try this (I used scrollbardrag, but it also should work with
scrollBarLineDec):
global oldseconds
on scrollbarDrag
put the thumbpos of me into oldThumb
put the milliseconds-oldseconds
if the milliseconds-oldseconds<190 then
--change the 190 to a value that is good for you
set the thumbpos of me to oldthumb
exit scrollbarDrag
end if
put the thumbposition of me into fld "serie"
put the milliseconds into oldseconds
end scrollbarDrag
Best,
Malte
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution