home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / studymth.sit / StudyMath / background_2805.txt < prev    next >
Text File  |  1990-05-07  |  401b  |  20 lines

  1. -- background: 2805 from stack: in
  2. -- bmap block id: 3235
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13. on selectMe btnNames
  14.   set the hilite of the target to true
  15.   repeat with i=1 to number of items of btnNames
  16.     set the hilite of btn item i of btnNames to false
  17.   end repeat
  18. end selectMe
  19.  
  20.