home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / macsunrs.sit / MacSUNRISE / background_11035.txt < prev    next >
Text File  |  1990-07-20  |  1KB  |  43 lines

  1. -- background: 11035 from stack: in
  2. -- bmap block id: 11274
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Kanji.Standard.Suchen
  6.  
  7.  
  8. -- part 53 (button)
  9. -- low flags: 80
  10. -- high flags: A003
  11. -- rect: left=14 top=264 right=284 bottom=180
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Zeichen zeigen
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   if short name of me is "Zeichen zeigen" then
  23.     pop card
  24.     push card
  25.     set name of me to "zur├╝ck"
  26.     hide bkgnd button "Bl├ñttern"
  27.     hide bkgnd button "suchen"
  28.     hide bkgnd button "vorheriges Kanji"
  29.     hide bkgnd button "n├ñchstes Kanji"
  30.     hide button "Strichfolge"
  31.   else
  32.     show button "Strichfolge"
  33.     show bkgnd button "Bl├ñttern"
  34.     show bkgnd button "suchen"
  35.     show bkgnd button "vorheriges Kanji"
  36.     show bkgnd button "n├ñchstes Kanji"
  37.     go back
  38.     set name of me to "Zeichen zeigen"
  39.   end if
  40. end mouseUp
  41.  
  42.  
  43.