home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / science / heatofva.sit / ∆H(vapor) / background_4830.txt < prev    next >
Encoding:
Text File  |  1988-11-17  |  1.2 KB  |  64 lines

  1. -- background: 4830 from stack: in
  2. -- bmap block id: 5048
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 2 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=162 top=77 right=116 bottom=491
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 3
  20. -- text size: 14
  21. -- style flags: 256
  22. -- line height: 18
  23. -- part name: 
  24.  
  25.  
  26. -- part 6 (button)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=464 top=276 right=301 bottom=491
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 1013 / 1013
  32. -- text alignment: 1
  33. -- font id: 0
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: Next
  38. ----- HyperTalk script -----
  39. on mouseUp
  40.   visual effect iris open
  41.   go to card "Tables"
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 7 (button)
  47. -- low flags: 00
  48. -- high flags: 0004
  49. -- rect: left=3 top=23 right=52 bottom=35
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 21700 / 21700
  52. -- text alignment: 1
  53. -- font id: 0
  54. -- text size: 12
  55. -- style flags: 0
  56. -- line height: 16
  57. -- part name: Home
  58. ----- HyperTalk script -----
  59. on mouseUp
  60.   visual effect iris open
  61.   go Home
  62. end mouseUp
  63.  
  64.