home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / decoder / formular.dir / 00071.ls < prev    next >
Encoding:
Text File  |  1997-02-10  |  136 b   |  10 lines

  1. on mouseUp
  2.   global woher
  3.   if woher = "Katalog" then
  4.     set woher to EMPTY
  5.     go(1, "katalog.dir")
  6.   else
  7.     play done
  8.   end if
  9. end
  10.