home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / hyperx11.sit / HyperX / background_8367.txt < prev    next >
Text File  |  1988-02-25  |  2KB  |  81 lines

  1. -- background: 8367 from stack: in
  2. -- bmap block id: 9721
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Helps
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=9 top=27 right=49 bottom=109
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Help Index
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect zoom in
  23.   go card "Help Index"
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 1 (field)
  29. -- low flags: 01
  30. -- high flags: 0001
  31. -- rect: left=147 top=51 right=70 bottom=357
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 3
  36. -- text size: 14
  37. -- style flags: 16640
  38. -- line height: 18
  39. -- part name: 
  40.  
  41.  
  42. -- part 4 (button)
  43. -- low flags: 00
  44. -- high flags: 2000
  45. -- rect: left=413 top=305 right=342 bottom=458
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 1014 / 1014
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: New Button
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect wipe right
  57.   go to prev card in this bkgnd
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 5 (button)
  63. -- low flags: 00
  64. -- high flags: 2000
  65. -- rect: left=465 top=306 right=341 bottom=506
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 1013 / 1013
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: New Button
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   visual effect wipe left
  77.   go to next card in this bkgnd
  78. end mouseUp
  79.  
  80.  
  81.