home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 1 / boot-disc-1996-08.iso / bootcd.dir / 00437_Script_437 < prev    next >
Text File  |  1996-07-02  |  176b  |  6 lines

  1. on mouseUp
  2.   --Note that mouseLine only works on fields now, NOT text members
  3.   set whichLine = (the mouseLine)
  4.   set lipClip = "Lip" & whichLine
  5.   go to frame lipClip
  6. end