home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / hyperter.sit / HyperTerm / card_3562.txt < prev    next >
Text File  |  1988-10-30  |  515b  |  27 lines

  1. -- card: 3562 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2755
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A002
  11. -- rect: left=101 top=65 right=107 bottom=255
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: test
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   put empty into it
  23.   sendSPort 1,true,"testing",foo,bar
  24.   put the result
  25. end mouseUp
  26.  
  27.