home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 11 / AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso / Files / Hyper / F / Friends.sit / Friends / Documentation / card_3938.txt < prev    next >
Encoding:
Text File  |  1987-12-27  |  1.3 KB  |  68 lines

  1. -- card: 3938 from stack: in
  2. -- bmap block id: 4127
  3. -- flags: 0000
  4. -- background id: 2453
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=32 top=85 right=107 bottom=132
  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: Friends
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   get the short name of the target
  23.   go to card it && "Index"
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part 3 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=276 top=316 right=337 bottom=312
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 6720 / 6720
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Return
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual effect iris close
  44.   pop card
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 5 (button)
  50. -- low flags: 00
  51. -- high flags: 8003
  52. -- rect: left=32 top=118 right=140 bottom=132
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 0 / 0
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: Zip Codes
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   get the short name of the target
  64.   go to card it && "Index"
  65. end mouseUp
  66.  
  67.  
  68.