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