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

  1. -- background: 2766 from stack: in
  2. -- bmap block id: 3084
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Back
  6. ----- HyperTalk script -----
  7. on openStack
  8.   hide message box
  9.   show menuBar
  10.   pass openStack
  11. end openStack
  12.  
  13.  
  14.  
  15.  
  16. -- part 19 (field)
  17. -- low flags: 00
  18. -- high flags: 6007
  19. -- rect: left=16 top=58 right=272 bottom=487
  20. -- title width / last selected line: 0
  21. -- icon id / first selected line: 0 / 0
  22. -- text alignment: 0
  23. -- font id: 4
  24. -- text size: 12
  25. -- style flags: 0
  26. -- line height: 16
  27. -- part name: loc text
  28.  
  29.  
  30. -- part 20 (field)
  31. -- low flags: 00
  32. -- high flags: 2002
  33. -- rect: left=56 top=65 right=318 bottom=441
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 2
  38. -- text size: 18
  39. -- style flags: 0
  40. -- line height: 24
  41. -- part name: Info
  42. ----- HyperTalk script -----
  43. on startup
  44.   put "Created by Frankie V." in bkgnd field "Info"
  45.   pass startup
  46. end startup
  47.