home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / barbutto.sit / BarButton / background_2619.txt < prev    next >
Text File  |  1987-11-23  |  2KB  |  114 lines

  1. -- background: 2619 from stack: in
  2. -- bmap block id: 3476
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 4 (field)
  9. -- low flags: 00
  10. -- high flags: 0001
  11. -- rect: left=430 top=315 right=333 bottom=500
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 17
  19. -- part name: results
  20.  
  21.  
  22. -- part 5 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=119 top=313 right=342 bottom=152
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 26425 / 26425
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: New Button
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   go next card
  37. end mouseUp
  38.  
  39. on mousedown
  40.   if the optionkey is down then put script of me into bkgnd field lowerpane
  41. end mousedown
  42.  
  43.  
  44. -- part 6 (button)
  45. -- low flags: 00
  46. -- high flags: 2000
  47. -- rect: left=78 top=312 right=342 bottom=112
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 902 / 902
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: New Button
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   go previous card
  59. end mouseUp
  60.  
  61. on mousedown
  62.   if the optionkey is down then put script of me into bkgnd field lowerpane
  63. end mousedown
  64.  
  65.  
  66. -- part 7 (button)
  67. -- low flags: 00
  68. -- high flags: 2000
  69. -- rect: left=32 top=312 right=342 bottom=68
  70. -- title width / last selected line: 0
  71. -- icon id / first selected line: 1011 / 1011
  72. -- text alignment: 1
  73. -- font id: 0
  74. -- text size: 12
  75. -- style flags: 0
  76. -- line height: 16
  77. -- part name: Home
  78. ----- HyperTalk script -----
  79. on mouseUp
  80.   go home
  81. end mouseUp
  82.  
  83. on mousedown
  84.   if the optionkey is down then put script of me into bkgnd field lowerpane
  85. end mousedown
  86.  
  87.  
  88. -- part 9 (field)
  89. -- low flags: 00
  90. -- high flags: 0007
  91. -- rect: left=23 top=169 right=277 bottom=262
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 0 / 0
  94. -- text alignment: 0
  95. -- font id: 3
  96. -- text size: 9
  97. -- style flags: 0
  98. -- line height: 12
  99. -- part name: lowerpane
  100.  
  101.  
  102. -- part 10 (field)
  103. -- low flags: 00
  104. -- high flags: 2007
  105. -- rect: left=23 top=41 right=170 bottom=262
  106. -- title width / last selected line: 0
  107. -- icon id / first selected line: 0 / 0
  108. -- text alignment: 0
  109. -- font id: 3
  110. -- text size: 9
  111. -- style flags: 0
  112. -- line height: 11
  113. -- part name: upperpane
  114.