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
Hi all,
I am attempting to set the hScroll and vScroll of a group from a card's
script. This card does not contain the group. Here's the script:
set the vScroll of group "ScrollingGroup" of card this_Card of stack
this_Stack to y
set the hScroll of group "ScrollingGroup" of card this_Card of stac