home *** CD-ROM | disk | FTP | other *** search
/ Cocktail Hour / image.iso / OPEN.DIR / 00009.ls < prev    next >
Encoding:
Text File  |  1997-03-05  |  134 b   |  12 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseUp
  6.   if marker(0) = marker("pub") then
  7.     go("credits")
  8.   else
  9.     go("open")
  10.   end if
  11. end
  12.