home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / hypermac.sit / HyperMacintalk / background_3167.txt < prev    next >
Text File  |  1987-09-30  |  4KB  |  180 lines

  1. -- background: 3167 from stack: in
  2. -- bmap block id: 4266
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 5 (button)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=223 top=295 right=320 bottom=250
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 1014 / 1014
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: Prev
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   visual effect wipe right
  27.   go to previous card
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 6 (button)
  33. -- low flags: 00
  34. -- high flags: 0000
  35. -- rect: left=255 top=295 right=320 bottom=282
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 1013 / 1013
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: Next
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   visual effect wipe left
  47.   go to next card
  48. end mouseUp
  49.  
  50.  
  51.  
  52. -- part 7 (button)
  53. -- low flags: 00
  54. -- high flags: 0000
  55. -- rect: left=453 top=294 right=322 bottom=490
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 1012 / 1012
  58. -- text alignment: 1
  59. -- font id: 0
  60. -- text size: 12
  61. -- style flags: 0
  62. -- line height: 16
  63. -- part name: Return
  64. ----- HyperTalk script -----
  65. on mouseUp
  66.   visual effect iris close
  67.   pop card
  68. end mouseUp
  69.  
  70.  
  71.  
  72. -- part 8 (button)
  73. -- low flags: 00
  74. -- high flags: 0000
  75. -- rect: left=22 top=292 right=321 bottom=54
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 21700 / 21700
  78. -- text alignment: 1
  79. -- font id: 0
  80. -- text size: 12
  81. -- style flags: 0
  82. -- line height: 16
  83. -- part name: Home
  84. ----- HyperTalk script -----
  85. on mouseUp
  86.   visual effect iris open
  87.   go Home
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 9 (button)
  93. -- low flags: 00
  94. -- high flags: 0000
  95. -- rect: left=327 top=295 right=319 bottom=349
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Go to Speech Lab
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   visual effect iris open
  107.   go to card id 2974
  108. end mouseUp
  109.  
  110.  
  111.  
  112.  
  113. -- part 10 (button)
  114. -- low flags: 00
  115. -- high flags: 0000
  116. -- rect: left=394 top=291 right=319 bottom=419
  117. -- title width / last selected line: 0
  118. -- icon id / first selected line: 0 / 0
  119. -- text alignment: 1
  120. -- font id: 0
  121. -- text size: 12
  122. -- style flags: 0
  123. -- line height: 16
  124. -- part name: Go to Phoneme Table
  125. ----- HyperTalk script -----
  126. on mouseUp
  127.   visual effect iris open
  128.   go to card id 14779
  129. end mouseUp
  130.  
  131.  
  132.  
  133.  
  134. -- part 11 (field)
  135. -- low flags: 01
  136. -- high flags: 0000
  137. -- rect: left=28 top=32 right=54 bottom=481
  138. -- title width / last selected line: 0
  139. -- icon id / first selected line: 0 / 0
  140. -- text alignment: 1
  141. -- font id: 2
  142. -- text size: 14
  143. -- style flags: 256
  144. -- line height: 18
  145. -- part name: 
  146.  
  147.  
  148. -- part 12 (field)
  149. -- low flags: 01
  150. -- high flags: 0000
  151. -- rect: left=28 top=62 right=291 bottom=481
  152. -- title width / last selected line: 0
  153. -- icon id / first selected line: 0 / 0
  154. -- text alignment: 0
  155. -- font id: 2
  156. -- text size: 12
  157. -- style flags: 0
  158. -- line height: 16
  159. -- part name: 
  160.  
  161.  
  162. -- part 13 (button)
  163. -- low flags: 00
  164. -- high flags: 0000
  165. -- rect: left=133 top=295 right=320 bottom=160
  166. -- title width / last selected line: 0
  167. -- icon id / first selected line: 30557 / 30557
  168. -- text alignment: 1
  169. -- font id: 0
  170. -- text size: 12
  171. -- style flags: 0
  172. -- line height: 16
  173. -- part name: First Page
  174. ----- HyperTalk script -----
  175. on mouseUp
  176.   visual effect zoom close
  177.   go to first card
  178. end mouseUp
  179.  
  180.