home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Stacks / Hyper Education / Library Hyper Card Templates / Hyperlavsa / Library #s / background_3246.txt < prev    next >
Encoding:
Text File  |  1988-02-18  |  854 b   |  45 lines

  1. -- background: 3246 from stack: in
  2. -- bmap block id: 3952
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: Phone
  6.  
  7.  
  8. -- part 17 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=289 top=26 right=41 bottom=437
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: loc time
  20. ----- HyperTalk script -----
  21. on idle
  22.   show the time
  23. end idle
  24.  
  25.  
  26.  
  27. -- part 19 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=61 top=252 right=298 bottom=104
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 902 / 902
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Show menu
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual effect dissolve
  42.   go back
  43. end mouseUp
  44.  
  45.