home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / exampleh.sit / Home(Example) / card_7661.txt < prev    next >
Text File  |  1988-11-14  |  1KB  |  75 lines

  1. -- card: 7661 from stack: in
  2. -- bmap block id: 7994
  3. -- flags: 0000
  4. -- background id: 2766
  5. -- name: Open
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0002
  11. -- rect: left=192 top=115 right=127 bottom=436
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: loc dn
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 8003
  25. -- rect: left=192 top=139 right=193 bottom=310
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 1009 / 1009
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Open It
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   Open file card field "loc dn"
  37.   Read from file card field "loc dn" for 99999
  38.   Put card field "loc dn" into card field "loc title" of card "Editor"
  39.   Close file card field "loc dn"
  40.   Go to card "Editor"
  41. end mouseUp
  42.  
  43.  
  44.  
  45. -- part 3 (button)
  46. -- low flags: 00
  47. -- high flags: 8003
  48. -- rect: left=323 top=139 right=193 bottom=436
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 27056 / 27056
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: Cancel
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   go to card "Editor"
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part contents for card part 1
  65. ----- text -----
  66. Untitled
  67.  
  68. -- part contents for background part 19
  69. ----- text -----
  70.  
  71.  
  72.  
  73.  
  74.  
  75.