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

  1. -- background: 5228 from stack: in
  2. -- bmap block id: 5819
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=71 top=315 right=340 bottom=106
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 902 / 902
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: New Button
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go previous card
  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 4 (button)
  31. -- low flags: 00
  32. -- high flags: 2000
  33. -- rect: left=20 top=309 right=342 bottom=51
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 1011 / 1011
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: Home
  42. ----- HyperTalk script -----
  43. on mouseUp
  44.   go home
  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.