Code: Select all
global sDefaultvalue
on scrollbardrag
put "30" into sDefaultvalue
set startvalue of scrollbar "name of scrollbar" to sDefaultvalue
## set startvalue to sDefaultvalue
put the thumbpos of me into sUsertimer
end scrollbardrag
kind of, is there a way i can set it to whole numbers? i have tried within the properties but it does not seem to stay.??? Does this work for you?