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

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