home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / exampleh.sit / Home(Example) / background_4179.txt < prev    next >
Encoding:
Text File  |  1988-11-14  |  1.3 KB  |  67 lines

  1. -- background: 4179 from stack: in
  2. -- bmap block id: 4766
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13.  
  14.  
  15. -- part 6 (field)
  16. -- low flags: 00
  17. -- high flags: 0000
  18. -- rect: left=119 top=36 right=61 bottom=396
  19. -- title width / last selected line: 0
  20. -- icon id / first selected line: 0 / 0
  21. -- text alignment: 1
  22. -- font id: 20
  23. -- text size: 18
  24. -- style flags: 0
  25. -- line height: 24
  26. -- part name: 
  27.  
  28.  
  29. -- part 8 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=256 top=298 right=321 bottom=281
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 1013 / 1013
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Next
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual effect barn door open
  44.   go to next card
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 9 (button)
  50. -- low flags: 00
  51. -- high flags: 0000
  52. -- rect: left=228 top=298 right=321 bottom=254
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 1014 / 1014
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: Prev
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   visual effect barn door open
  64.   go to prev card
  65. end mouseUp
  66.  
  67.