home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc1_2_x
/
macsunrs.sit
/
MacSUNRISE
/
background_11035.txt
< prev
next >
Wrap
Text File
|
1990-07-20
|
1KB
|
43 lines
-- background: 11035 from stack: in
-- bmap block id: 11274
-- flags: 0000
-- background id: 0
-- name: Kanji.Standard.Suchen
-- part 53 (button)
-- low flags: 80
-- high flags: A003
-- rect: left=14 top=264 right=284 bottom=180
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Zeichen zeigen
----- HyperTalk script -----
on mouseUp
if short name of me is "Zeichen zeigen" then
pop card
push card
set name of me to "zur├╝ck"
hide bkgnd button "Blättern"
hide bkgnd button "suchen"
hide bkgnd button "vorheriges Kanji"
hide bkgnd button "nächstes Kanji"
hide button "Strichfolge"
else
show button "Strichfolge"
show bkgnd button "Blättern"
show bkgnd button "suchen"
show bkgnd button "vorheriges Kanji"
show bkgnd button "nächstes Kanji"
go back
set name of me to "Zeichen zeigen"
end if
end mouseUp