Scrolling a Card?

Dar Scott dsc at swcp.com
Fri Feb 20 18:56:32 EST 2004


On Friday, February 20, 2004, at 04:39 PM, Ken Norris wrote:

> put max(gMinHscroll,min(gMaxHscroll,x-gOffsetH)) into gXmove

I can only guess what you are doing.  My guess:

put max(gMinHscroll,min(gMaxHscroll, -(x-gOffsetH) )) into gXmove

Dar Scott



More information about the use-livecode mailing list