home *** CD-ROM | disk | FTP | other *** search
/ Experience Hawaii / HAWAII.ISO / pc / hawaii.dir / 00081.ls < prev    next >
Encoding:
Text File  |  1996-04-12  |  136 b   |  9 lines

  1. on mouseDown
  2.   cursor(4)
  3.   resetSprites()
  4.   set the text of field "indexField" to " "
  5.   go("Index")
  6.   initIndexScreen()
  7.   cursor(0)
  8. end
  9.