home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / tshirts.sit / T-Shirts / background_2712.txt < prev    next >
Text File  |  1990-09-13  |  3KB  |  128 lines

  1. -- background: 2712 from stack: in
  2. -- bmap block id: 3324
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=20 top=132 right=164 bottom=45
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 21
  16. -- text size: 24
  17. -- style flags: 0
  18. -- line height: 32
  19. -- part name: 
  20.  
  21.  
  22. -- part 3 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=458 top=205 right=240 bottom=493
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 1012 / 1012
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Return
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   visual effect iris close
  37.   pop card
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 5 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=420 top=103 right=126 bottom=445
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 1013 / 1013
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Next
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect scroll left
  57.   go to next card
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 6 (button)
  63. -- low flags: 00
  64. -- high flags: 0000
  65. -- rect: left=56 top=276 right=299 bottom=82
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 1014 / 1014
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: Prev
  74. ----- HyperTalk script -----
  75. on mouseUp
  76.   visual effect scroll right
  77.   go to prev card
  78. end mouseUp
  79.  
  80.  
  81.  
  82. -- part 7 (field)
  83. -- low flags: 01
  84. -- high flags: 0000
  85. -- rect: left=15 top=163 right=228 bottom=96
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 0
  89. -- font id: 3
  90. -- text size: 9
  91. -- style flags: 0
  92. -- line height: 12
  93. -- part name: 
  94.  
  95.  
  96. -- part 11 (field)
  97. -- low flags: 00
  98. -- high flags: 0000
  99. -- rect: left=451 top=318 right=335 bottom=503
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 0 / 0
  102. -- text alignment: 1
  103. -- font id: 3
  104. -- text size: 12
  105. -- style flags: 0
  106. -- line height: 16
  107. -- part name: 
  108.  
  109.  
  110. -- part 12 (button)
  111. -- low flags: 00
  112. -- high flags: A003
  113. -- rect: left=446 top=277 right=298 bottom=508
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 1
  117. -- font id: 3
  118. -- text size: 9
  119. -- style flags: 256
  120. -- line height: 12
  121. -- part name: Take One
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   add 1 to field 3
  125.   select text of field 3
  126. end mouseUp
  127.  
  128.