home *** CD-ROM | disk | FTP | other *** search
/ GelbeSeiten Berlin 1995 - 1996 / Image.iso / sprinter / exit.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1995-06-23  |  261 b   |  18 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.     go(the frame + 2)
  11.   else
  12.     if the clickOn = 29 then
  13.       printFrom(15, 15)
  14.       go(the frame + 2)
  15.     end if
  16.   end if
  17. end
  18.