home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / hypercho.sit / Hypercondriac / background_3158.txt < prev    next >
Text File  |  1988-11-14  |  796b  |  31 lines

  1. -- background: 3158 from stack: in
  2. -- bmap block id: 2818
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=138 top=160 right=180 bottom=208
  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: Resume
  20. ----- HyperTalk script -----
  21. -- this button's loc should be at about 173,170
  22. -- original version had a problem when a roundRect bkgnd button
  23. -- "Restart" overlapped the transparent bkgnd button "Resume"
  24. -- on mouseWithin would no longer work, and you couldn't choose
  25. -- Resume either - solved problem by making Restart a card button
  26.  
  27. on mouseUp
  28.   go home -- will tidy up when it leaves
  29. end mouseUp
  30.  
  31.