home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / flashcar.sit / Flashcards_V1.2 / card_48321.txt < prev    next >
Text File  |  1988-11-14  |  2KB  |  123 lines

  1. -- card: 48321 from stack: in.2
  2. -- bmap block id: 47337
  3. -- flags: 0000
  4. -- background id: 2586
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=14 top=34 right=118 bottom=342
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 19162 / 19162
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 1S
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   hide button "1S"
  23.   visual dissolve fast
  24.   go to card id 23024
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 2000
  32. -- rect: left=12 top=113 right=202 bottom=344
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 19162 / 19162
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 2S
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   hide button "2S"
  44.   visual dissolve fast
  45.   go to card id 23024
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 3 (button)
  51. -- low flags: 00
  52. -- high flags: 2000
  53. -- rect: left=17 top=204 right=280 bottom=340
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 19162 / 19162
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: 3S
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   global gb
  65.   put 1 into gb
  66.   hide button "3S"
  67.   visual dissolve fast
  68.   go to card id 23024
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 4 (button)
  74. -- low flags: 00
  75. -- high flags: 0000
  76. -- rect: left=160 top=296 right=328 bottom=231
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 14953 / 14953
  79. -- text alignment: 1
  80. -- font id: 0
  81. -- text size: 12
  82. -- style flags: 0
  83. -- line height: 16
  84. -- part name: New Button
  85. ----- HyperTalk script -----
  86. on mouseUp
  87.   global gb
  88.   if gb = 1 then
  89.     show button "1S"
  90.     show button "2S"
  91.     show button "3S"
  92.     visual dissolve fast
  93.     go to card id 15371
  94.   else if gb <> 1 then
  95.     visual barn door close
  96.     go to card id 15371
  97.   end if
  98.  
  99. end mouseUp
  100.  
  101.  
  102.  
  103.  
  104. -- part 5 (button)
  105. -- low flags: 00
  106. -- high flags: 0000
  107. -- rect: left=265 top=291 right=328 bottom=292
  108. -- title width / last selected line: 0
  109. -- icon id / first selected line: 32488 / 32488
  110. -- text alignment: 1
  111. -- font id: 0
  112. -- text size: 12
  113. -- style flags: 0
  114. -- line height: 16
  115. -- part name: New Button
  116. ----- HyperTalk script -----
  117. on mouseUp
  118.   show button "1S"
  119.   show button "2S"
  120.   show button "3S"
  121. end mouseUp
  122.  
  123.