home *** CD-ROM | disk | FTP | other *** search
/ VCD Film, Television & An…on Creation Encyclopedia / mycd.iso / Direct5 / DATA.Z / LISTS.DIR / 00040.ls < prev    next >
Encoding:
Text File  |  1996-03-15  |  243 b   |  12 lines

  1. on enterFrame
  2.   put EMPTY into field "totalmembers"
  3.   put EMPTY into field "formattedlist"
  4.   put EMPTY into field "showlist"
  5.   when keyDown then ┬¼
  6.      if the key = RETURN or key = ENTER then propertyenterinfo
  7. end
  8.  
  9. on exitFrame
  10.   pause()
  11. end
  12.