Path: utzoo!mnetor!uunet!husc6!mit-eddie!uw-beaver!cornell!rochester!ur-tut!aisl From: aisl@ur-tut.UUCP (Larry Landry) Newsgroups: comp.sys.mac.hypercard Subject: Re: Scrolling text fields Message-ID: <931@ur-tut.UUCP> Date: 9 Feb 88 16:33:37 GMT References: <8108@eleazar.Dartmouth.EDU> Reply-To: aisl@tut.cc.rochester.edu.UUCP (Larry Landry) Organization: Univ. of Rochester Computing Center Lines: 14 In article <8108@eleazar.Dartmouth.EDU> isle@eleazar.Dartmouth.EDU (Ken Hancock) writes: >General question, should be fairly easy. If you have a large scrolling text >field and you wish it to start at the top when you open the card, >how would you go about scripting that? > The following script in the card scripts should suffice on openCard set the scroll of card field n to 0 end openCard of course, you should change the specification of the field to what you want. Larry Landry