home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc2_x / sundial.sit / Sundial / background_2783.txt < prev    next >
Text File  |  1991-04-15  |  2KB  |  71 lines

  1. -- background: 2783 from stack: in
  2. -- bmap block id: 6399
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Sundial
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 1003
  11. -- rect: left=458 top=280 right=308 bottom=484
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1013 / 1013
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Next
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   show menuBar
  23.   if id of next card is "card id 2854" then hide bg button 3
  24.   if id of next card is not "card id 2854" then show bg button 3
  25.   visual effect wipe left
  26.   go next card
  27. end mouseUp
  28.  
  29.  
  30. -- part 2 (button)
  31. -- low flags: 00
  32. -- high flags: 1003
  33. -- rect: left=427 top=280 right=308 bottom=453
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 1014 / 1014
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: Previous
  42. ----- HyperTalk script -----
  43. on mouseUp
  44.   show menuBar
  45.   if id of previous card is "card id 2854" then hide bg button 3
  46.   if id of previous card is not "card id 2854" then show bg button 3
  47.   visual effect wipe right
  48.   go previous card
  49. end mouseUp
  50.  
  51.  
  52. -- part 3 (button)
  53. -- low flags: 00
  54. -- high flags: 9003
  55. -- rect: left=423 top=312 right=334 bottom=492
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 0 / 0
  58. -- text alignment: 1
  59. -- font id: 0
  60. -- text size: 12
  61. -- style flags: 0
  62. -- line height: 16
  63. -- part name: Calc Card
  64. ----- HyperTalk script -----
  65. on mouseUp
  66.   show menuBar
  67.   hide me
  68.   visual effect wipe down
  69.   go to card "Calculate"
  70. end mouseUp
  71.