home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / hyperx11.sit / HyperX / background_4905.txt < prev    next >
Text File  |  1988-02-25  |  989b  |  47 lines

  1. -- background: 4905 from stack: in
  2. -- bmap block id: 5728
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Smart
  6.  
  7.  
  8. -- part 4 (button)
  9. -- low flags: 00
  10. -- high flags: 2001
  11. -- rect: left=371 top=31 right=64 bottom=419
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 29114 / 29114
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Title Card
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to card "Title"
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 6 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=183 top=32 right=56 bottom=313
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Clear Card
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   put empty into card field "Facts"
  42.   put empty into card field "Goal Trail"
  43.   put empty into card field "Rules"
  44.   put empty into card field "Conclusion"
  45. end mouseUp
  46.  
  47.