Hello again,

Figured out the problem. It turns out that livecode is rather picky about
the syntax surrounding setting hscroll and vscroll. I got the code working
by something along the lines of:

put the vScroll of group "ScrollingGroup" into v
put y into v
set the vScroll of group "ScrollingGroup" to v

Thanks for your responses though!
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to