home *** CD-ROM | disk | FTP | other *** search
/ The Electronic Whole Earth Catalog / ElectronicWholeEarthCatalog.img / INTRODUCTION / background_85999.txt < prev    next >
Text File  |  1989-02-08  |  3KB  |  126 lines

  1. -- background: 85999 from stack: in
  2. -- bmap block id: 2293
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Section Map
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 81
  10. -- high flags: 0002
  11. -- rect: left=255 top=0 right=18 bottom=396
  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: theIdent
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 81
  24. -- high flags: 0000
  25. -- rect: left=373 top=38 right=59 bottom=451
  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: theTitle
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 81
  38. -- high flags: 0002
  39. -- rect: left=0 top=0 right=18 bottom=86
  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: Accession
  48.  
  49.  
  50. -- part 5 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=463 top=232 right=275 bottom=488
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Left
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   visual effect scroll right
  65.   go to stack "MUSIC"
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 6 (button)
  71. -- low flags: 00
  72. -- high flags: 0000
  73. -- rect: left=482 top=184 right=230 bottom=507
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Right
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   visual effect scroll left
  85.   go to stack "WHOLE SYSTEMS"
  86. end mouseUp
  87.  
  88.  
  89.  
  90. -- part 7 (button)
  91. -- low flags: 00
  92. -- high flags: 0000
  93. -- rect: left=463 top=88 right=130 bottom=507
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: Earth
  102. ----- HyperTalk script -----
  103. on mouseUp
  104.   goWholeEarth
  105. end mouseUp
  106.  
  107.  
  108.  
  109. -- part 8 (button)
  110. -- low flags: 00
  111. -- high flags: 0000
  112. -- rect: left=155 top=174 right=209 bottom=390
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 0 / 0
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: Contents
  121. ----- HyperTalk script -----
  122. on mouseUp
  123.   visual effect iris open
  124.   go to card "Contents"
  125. end mouseUp
  126.