home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Utilities / TeleCommunications / HyperBBS Folder / Home / Home / background_2635.txt < prev    next >
Encoding:
Text File  |  1988-02-07  |  312 b   |  19 lines

  1. -- background: 2635 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global onLine
  9.   if onLine then
  10.     hide button "next"
  11.     hide button "prev"
  12.   else
  13.     show button "next"
  14.     show button "prev"
  15.   end if
  16.   pass openCard
  17. end openCard
  18.  
  19.