home *** CD-ROM | disk | FTP | other *** search
/ GelbeSeiten Berlin 1995 - 1996 / Image.iso / sprinter / exit.dir / 00010.ls < prev    next >
Encoding:
Text File  |  1995-06-23  |  155 b   |  13 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on mouseUp
  6.   global click
  7.   set click to the clickOn
  8.   hiliteButton()
  9.   if the clickOn = 30 then
  10.     quit()
  11.   end if
  12. end
  13.