home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / sundial.sit / Sundial / card_2854.txt < prev    next >
Text File  |  1991-04-15  |  6KB  |  254 lines

  1. -- card: 2854 from stack: in
  2. -- bmap block id: 4049
  3. -- flags: 0000
  4. -- background id: 2783
  5. -- name: Calculate
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 04
  10. -- high flags: 0002
  11. -- rect: left=81 top=64 right=84 bottom=128
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: LatDeg
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 04
  24. -- high flags: 0002
  25. -- rect: left=183 top=64 right=84 bottom=230
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: LatMin
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 04
  38. -- high flags: 0002
  39. -- rect: left=289 top=64 right=84 bottom=336
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: LatSec
  48.  
  49.  
  50. -- part 4 (field)
  51. -- low flags: 04
  52. -- high flags: 0002
  53. -- rect: left=81 top=115 right=135 bottom=128
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 0
  57. -- font id: 3
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: LonDeg
  62.  
  63.  
  64. -- part 5 (field)
  65. -- low flags: 04
  66. -- high flags: 0002
  67. -- rect: left=184 top=115 right=135 bottom=231
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 0
  71. -- font id: 3
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: LonMin
  76.  
  77.  
  78. -- part 6 (field)
  79. -- low flags: 04
  80. -- high flags: 0002
  81. -- rect: left=289 top=116 right=136 bottom=336
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 0
  85. -- font id: 3
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: LonSec
  90.  
  91.  
  92. -- part 7 (button)
  93. -- low flags: 00
  94. -- high flags: 8003
  95. -- rect: left=214 top=258 right=324 bottom=292
  96. -- title width / last selected line: 65535
  97. -- icon id / first selected line: -15872 / 49664
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Calculate
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   calculate
  107. end mouseUp
  108.  
  109.  
  110. -- part 9 (button)
  111. -- low flags: 00
  112. -- high flags: C006
  113. -- rect: left=52 top=166 right=188 bottom=152
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: Eastern
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   if hilite of card button 7 is true then exit mouseUp
  125.   repeat with a = 2 to 5
  126.     set the hilite of card button a to false
  127.   end repeat
  128.   set the hilite of card button 2 to true
  129. end mouseUp
  130.  
  131.  
  132. -- part 10 (button)
  133. -- low flags: 00
  134. -- high flags: 8006
  135. -- rect: left=52 top=198 right=220 bottom=152
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 1
  139. -- font id: 0
  140. -- text size: 12
  141. -- style flags: 0
  142. -- line height: 16
  143. -- part name: Central
  144. ----- HyperTalk script -----
  145. on mouseUp
  146.   if hilite of card button 7 is true then exit mouseUp
  147.   repeat with a = 2 to 5
  148.     set the hilite of card button a to false
  149.   end repeat
  150.   set the hilite of card button 3 to true
  151. end mouseUp
  152.  
  153.  
  154. -- part 11 (button)
  155. -- low flags: 00
  156. -- high flags: 8006
  157. -- rect: left=52 top=229 right=251 bottom=152
  158. -- title width / last selected line: 0
  159. -- icon id / first selected line: 0 / 0
  160. -- text alignment: 1
  161. -- font id: 0
  162. -- text size: 12
  163. -- style flags: 0
  164. -- line height: 16
  165. -- part name: Mountain
  166. ----- HyperTalk script -----
  167. on mouseUp
  168.   if hilite of card button 7 is true then exit mouseUp
  169.   repeat with a = 2 to 5
  170.     set the hilite of card button a to false
  171.   end repeat
  172.   set the hilite of card button 4 to true
  173. end mouseUp
  174.  
  175.  
  176. -- part 12 (button)
  177. -- low flags: 00
  178. -- high flags: 8006
  179. -- rect: left=52 top=259 right=281 bottom=152
  180. -- title width / last selected line: 0
  181. -- icon id / first selected line: 0 / 0
  182. -- text alignment: 1
  183. -- font id: 0
  184. -- text size: 12
  185. -- style flags: 0
  186. -- line height: 16
  187. -- part name: Pacific
  188. ----- HyperTalk script -----
  189. on mouseUp
  190.   if hilite of card button 7 is true then exit mouseUp
  191.   repeat with a = 2 to 5
  192.     set the hilite of card button a to false
  193.   end repeat
  194.   set the hilite of card button 5 to true
  195. end mouseUp
  196.  
  197.  
  198. -- part 14 (field)
  199. -- low flags: 04
  200. -- high flags: 0002
  201. -- rect: left=400 top=64 right=242 bottom=497
  202. -- title width / last selected line: 0
  203. -- icon id / first selected line: 0 / 0
  204. -- text alignment: 0
  205. -- font id: 3
  206. -- text size: 12
  207. -- style flags: 0
  208. -- line height: 16
  209. -- part name: Angles
  210.  
  211.  
  212. -- part 17 (button)
  213. -- low flags: 00
  214. -- high flags: C006
  215. -- rect: left=163 top=198 right=220 bottom=295
  216. -- title width / last selected line: 0
  217. -- icon id / first selected line: 0 / 0
  218. -- text alignment: 1
  219. -- font id: 0
  220. -- text size: 12
  221. -- style flags: 0
  222. -- line height: 16
  223. -- part name: Local Mean Time
  224. ----- HyperTalk script -----
  225. on mouseUp
  226.   if hilite of me is true then exit mouseUp
  227.   repeat with a = 2 to 7
  228.     set the hilite of card button a to false
  229.   end repeat
  230.   set the hilite of card button 2 to true
  231.   set the hilite of card button 6 to true
  232. end mouseUp
  233.  
  234.  
  235. -- part 18 (button)
  236. -- low flags: 00
  237. -- high flags: 8006
  238. -- rect: left=163 top=229 right=250 bottom=316
  239. -- title width / last selected line: 0
  240. -- icon id / first selected line: 0 / 0
  241. -- text alignment: 1
  242. -- font id: 0
  243. -- text size: 12
  244. -- style flags: 0
  245. -- line height: 16
  246. -- part name: Local Apparent Time
  247. ----- HyperTalk script -----
  248. on mouseUp
  249.   repeat with a = 2 to 7
  250.     set the hilite of card button a to false
  251.   end repeat
  252.   set the hilite of card button 7 to true
  253. end mouseUp
  254.