home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / barbutto.sit / BarButton / background_6007.txt < prev    next >
Text File  |  1987-11-23  |  1KB  |  50 lines

  1. -- background: 6007 from stack: in
  2. -- bmap block id: 6629
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=20 top=309 right=342 bottom=51
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1011 / 1011
  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.   go home
  23. end mouseUp
  24.  
  25. on mousedown
  26.   if the optionkey is down then put script of me into bkgnd field lowerpane
  27. end mousedown
  28.  
  29.  
  30. -- part 2 (button)
  31. -- low flags: 00
  32. -- high flags: 2000
  33. -- rect: left=119 top=313 right=342 bottom=152
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 26425 / 26425
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: New Button
  42. ----- HyperTalk script -----
  43. on mouseUp
  44.   go next card
  45. end mouseUp
  46.  
  47. on mousedown
  48.   if the optionkey is down then put script of me into bkgnd field lowerpane
  49. end mousedown
  50.