home *** CD-ROM | disk | FTP | other *** search
- -- background: 2805 from stack: in
- -- bmap block id: 3235
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on openStack
- hide message box
- show menuBar
- pass openStack
- end openStack
-
- on selectMe btnNames
- set the hilite of the target to true
- repeat with i=1 to number of items of btnNames
- set the hilite of btn item i of btnNames to false
- end repeat
- end selectMe
-
-