I am beginner in LiveCode, I am looking for the code for when I change thumbPosition of the scrollbar, then the button's position automatically charged to a new position is it possible

Thanks
Shalu
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
on scrollbardrag tValue
set the loc of btn 1 to tValue,tValue
end scrollbardrag