home *** CD-ROM | disk | FTP | other *** search
/ Innerspace / Innerspace.iso / INNERPRJ.EXE / INNERPRJ.DXR / 00832.ls < prev    next >
Encoding:
Text File  |  1994-12-14  |  160 b   |  9 lines

  1. on mouseDown
  2.   global idxCatName, theCast
  3.   button(EMPTY)
  4.   makePuppet(2, 31, 0)
  5.   set idxCatName to "credits.pict"
  6.   set theCast to EMPTY
  7.   go("aboutdis")
  8. end
  9.