Re: resetting Scrolling text box

2000-11-21 Thread John Erazo
try member("instructions").scrollTop = 0 John Erazo - Original Message - From: Leon McComish <[EMAIL PROTECTED]> > How do I reset the scrolled text to the top? I'm > using a fixed box with custom button to scroll up 'n' down. I've tried set > member("instructions").linePosToLocV(1) to 0

RE: resetting Scrolling text box

2000-11-21 Thread Leon McComish
thanks Karina, that did the trick ¦:-) Leon McComish Web Developer email: [EMAIL PROTECTED] Get the best free games on the web at www.freeloader.com freeloader.com is a division of Pure Entertainment Games PLC 131-151 Great Titchfield Street London W1P 8AE tel: +44 (0)207 663 3900 fax:

RE: resetting Scrolling text box

2000-11-21 Thread Karina Steffens
> playing with a custom scrolling box at the moment. When it's > left scrolled > to the bottom, if users leave the frame, then later return, it's still > scrolled to the bottom. How do I reset the scrolled text to The frame doesn't matter, since you're scrolling the cast member and not the frame

Re: resetting Scrolling text box

2000-11-21 Thread Roberta Beattie
2 PM Subject: resetting Scrolling text box >Hi list, > >playing with a custom scrolling box at the moment. When it's left scrolled >to the bottom, if users leave the frame, then later return, it's still >scrolled to the bottom. How do I reset the scrolled text to the to

resetting Scrolling text box

2000-11-21 Thread Leon McComish
Hi list, playing with a custom scrolling box at the moment. When it's left scrolled to the bottom, if users leave the frame, then later return, it's still scrolled to the bottom. How do I reset the scrolled text to the top? I'm using a fixed box with custom button to scroll up 'n' down. I've trie