home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / math / mathgrap.sit / MathGrapher / background_10000.txt < prev    next >
Encoding:
Text File  |  1989-07-28  |  2.6 KB  |  134 lines

  1. -- background: 10000 from stack: in
  2. -- bmap block id: 11519
  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.  
  13.  
  14. -- part 2 (field)
  15. -- low flags: 01
  16. -- high flags: 0000
  17. -- rect: left=37 top=65 right=327 bottom=477
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 0
  21. -- font id: 2
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 20
  25. -- part name: 
  26.  
  27.  
  28. -- part 5 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=236 top=315 right=340 bottom=263
  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 scroll right very fast to gray
  43.   visual scroll right very fast
  44.   go to previous card
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 9 (button)
  50. -- low flags: 00
  51. -- high flags: 0000
  52. -- rect: left=272 top=315 right=340 bottom=298
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 1013 / 1013
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: Next
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   visual scroll left very fast to gray
  64.   visual scroll left very fast
  65.   go to next card
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 11 (button)
  71. -- low flags: 00
  72. -- high flags: 0000
  73. -- rect: left=24 top=316 right=341 bottom=54
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 21700 / 21700
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Home
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   global HereOrNot
  85.   if HereOrNot is empty then
  86.   else
  87.     go to card "Sample Work" of stack "Promotion"
  88.     exit to HyperCard
  89.   end if
  90.   visual effect iris open
  91.   go Home
  92. end mouseUp
  93.  
  94.  
  95.  
  96. -- part 12 (button)
  97. -- low flags: 00
  98. -- high flags: 0000
  99. -- rect: left=448 top=314 right=342 bottom=485
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 1012 / 1012
  102. -- text alignment: 1
  103. -- font id: 0
  104. -- text size: 12
  105. -- style flags: 0
  106. -- line height: 16
  107. -- part name: Return
  108. ----- HyperTalk script -----
  109. on mouseUp
  110.   visual effect zoom close
  111.   pop card into place
  112.   put place into it
  113.   if it contains "help" then
  114.     pop card
  115.   else
  116.     go to place
  117.   end if
  118. end mouseUp
  119.  
  120.  
  121.  
  122. -- part 13 (field)
  123. -- low flags: 01
  124. -- high flags: 0000
  125. -- rect: left=38 top=43 right=73 bottom=255
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 0 / 0
  128. -- text alignment: 0
  129. -- font id: 2
  130. -- text size: 14
  131. -- style flags: 1024
  132. -- line height: 18
  133. -- part name: 
  134.