home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc1_2_x
/
macsunrs.sit
/
MacSUNRISE.Hiragana
/
background_24715.txt
< prev
next >
Wrap
Text File
|
1990-06-26
|
2KB
|
70 lines
-- background: 24715 from stack: in.Hiragana
-- bmap block id: 28658
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on arrowKey whichKey
if whichKey is "up" then click at the loc of button "zur├╝ck"
end arrowKey
-- 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
-- part 55 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=448 top=323 right=342 bottom=512
-- 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: beenden
----- HyperTalk script -----
on mouseUp
pop card
pop card
Kompositaaus
domenu quit hypercard
end mouseUp