home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / mactool / outline.sit / Technical / background_5530.txt < prev    next >
Encoding:
Text File  |  1989-04-24  |  1.5 KB  |  78 lines

  1. -- background: 5530 from stack: in
  2. -- bmap block id: 5157
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2002
  11. -- rect: left=466 top=302 right=336 bottom=503
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1012 / 1012
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Return to start
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card id 18846
  23. end mouseUp
  24.  
  25.  
  26.  
  27.  
  28. -- part 2 (field)
  29. -- low flags: 01
  30. -- high flags: 0000
  31. -- rect: left=27 top=283 right=323 bottom=267
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 3
  36. -- text size: 10
  37. -- style flags: 0
  38. -- line height: 13
  39. -- part name: explanation
  40.  
  41.  
  42. -- part 3 (button)
  43. -- low flags: 00
  44. -- high flags: 2000
  45. -- rect: left=322 top=21 right=42 bottom=367
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 15420 / 15420
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: previous
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   domenu "Prev"
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 4 (button)
  62. -- low flags: 00
  63. -- high flags: 2000
  64. -- rect: left=410 top=21 right=42 bottom=455
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 16560 / 16560
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: next
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   domenu "next"
  76. end mouseUp
  77.  
  78.