On 3/6/01 4:45 AM, "jonathan" <[EMAIL PROTECTED]> wrote:
> Property pOldRec
>
> on beginsprite me
> sprite(6).rect = the rect of sprite(6)
> pOldRec = sprite(6).rect
> end
>
> on mousedown
> sprite(6).rect = rect(24, 311, 728, 543)
> end
>
> on mouseup me
> sprite(6).rect = pOldRec
Thanks. That was the first thing I tried and it didn't work..
My gut says Ramesch is right and I have to set the boxtype to fixed first,
then set the height, then set the boxtype to scroll.
Going to check that out...
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]