home *** CD-ROM | disk | FTP | other *** search
/ PC Format (UK) 86 / PC_Format_September1998_Issue86.iso / Tech / DIRECTOR / data.z / Field Lingo.dir / Scripts_31_Concatenation Setup Frame Script.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  145 b   |  6 lines

  1. on enterFrame
  2.   put EMPTY into field "Super Text" of castLib "Text"
  3.   put EMPTY into field "Favorite Text" of castLib "Text"
  4.   FindButtons()
  5. end
  6.