on 3/7/04 8:46 PM, Ken Norris at [EMAIL PROTECTED] wrote: > How do I get hScroll and vScroll values on the fly from working the scrollbars > of a group? ---------- Here it is:
on scrollBarDrag put hScroll(me) into x put vScroll(me) into y put x,y end scrollBarDrag ...so you can tell what's happening, in case anyone is interested. This is part of a project which uses maps and metamaps to scroll a large oversize picture (actually a county road map of my island in this case) using scrollbars, a pseudo-grab routine in the group, and a metaMap with a moveable rect that causes the big map to scroll, all of which will respond to each other. Scroll-It-Your-Way ;-) Of course, I'll share when I get it all together and try to get the code cleaned up. Ken N. _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
