home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / flashcar.sit / Flashcards_V1.2 / card_10596.txt < prev    next >
Text File  |  1988-11-14  |  6KB  |  316 lines

  1. -- card: 10596 from stack: in.2
  2. -- bmap block id: 12900
  3. -- flags: 0000
  4. -- background id: 2586
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global gb
  9.   if gb = 11 then
  10.     hide button "1st"
  11.   else if gb =12 then
  12.     hide button "2nd"
  13.   else if gb = 13 then
  14.     hide button "3rd"
  15.   else if gb = 14 then
  16.     hide button "4th"
  17.   else if gb = 15 then
  18.     hide button "5th"
  19.   else if gb = 16 then
  20.     hide button "6th"
  21.   else if gb = 17 then
  22.     hide button "7th"
  23.   else if gb <1 then
  24.   end if
  25. end openCard
  26.  
  27.  
  28.  
  29.  
  30.  
  31. -- part 1 (button)
  32. -- low flags: 00
  33. -- high flags: 2000
  34. -- rect: left=85 top=65 right=124 bottom=159
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 20186 / 20186
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: 1st
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   global it
  46.   put 11 into it
  47.   global gb
  48.   if gb = 11 then
  49.     hide button "1st"
  50.   else if gb <> 11 then
  51.     visual dissolve fast
  52.     go to card id 50457
  53.   end if
  54. end mouseUp
  55.  
  56.  
  57.  
  58.  
  59. -- part 2 (button)
  60. -- low flags: 00
  61. -- high flags: 2000
  62. -- rect: left=195 top=66 right=125 bottom=269
  63. -- title width / last selected line: 0
  64. -- icon id / first selected line: 20186 / 20186
  65. -- text alignment: 1
  66. -- font id: 0
  67. -- text size: 12
  68. -- style flags: 0
  69. -- line height: 16
  70. -- part name: 2nd
  71. ----- HyperTalk script -----
  72. on mouseUp
  73.   global it
  74.   put 12 into it
  75.   global gb
  76.   if gb = 12 then
  77.     hide button "2nd"
  78.   else if gb <> 12 then
  79.     visual venetian blinds
  80.     go to card id 50457
  81.   end if
  82.  
  83. end mouseUp
  84.  
  85.  
  86.  
  87.  
  88. -- part 3 (button)
  89. -- low flags: 00
  90. -- high flags: 2000
  91. -- rect: left=317 top=64 right=122 bottom=389
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 20186 / 20186
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: 3rd
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   global it
  103.   put 13 into it
  104.   global gb
  105.   if gb = 13 then
  106.     hide button "3rd"
  107.   else if gb <> 14 then
  108.     visual venetian blinds
  109.     go to card id 50457
  110.   end if
  111.  
  112. end mouseUp
  113.  
  114.  
  115.  
  116.  
  117. -- part 4 (button)
  118. -- low flags: 00
  119. -- high flags: 2000
  120. -- rect: left=83 top=158 right=217 bottom=157
  121. -- title width / last selected line: 0
  122. -- icon id / first selected line: 20186 / 20186
  123. -- text alignment: 1
  124. -- font id: 0
  125. -- text size: 12
  126. -- style flags: 0
  127. -- line height: 16
  128. -- part name: 4th
  129. ----- HyperTalk script -----
  130. on mouseUp
  131.   global it
  132.   put 14 into it
  133.   global gb
  134.   if gb = 14 then
  135.     hide button "4th"
  136.   else if gb <> 14 then
  137.     visual venetian blinds
  138.     go to card id 50457
  139.   end if
  140.  
  141. end mouseUp
  142.  
  143.  
  144.  
  145.  
  146. -- part 5 (button)
  147. -- low flags: 00
  148. -- high flags: 2000
  149. -- rect: left=193 top=159 right=218 bottom=267
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 20186 / 20186
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: 5th
  158. ----- HyperTalk script -----
  159. on mouseUp
  160.   global it
  161.   put 15 into it
  162.   global gb
  163.   if gb = 15 then
  164.     hide button "5th"
  165.   else if gb <> 15 then
  166.     visual dissolve fast
  167.     go to card id 50457
  168.   end if
  169.  
  170. end mouseUp
  171.  
  172.  
  173.  
  174.  
  175. -- part 6 (button)
  176. -- low flags: 00
  177. -- high flags: 2000
  178. -- rect: left=315 top=159 right=218 bottom=389
  179. -- title width / last selected line: 0
  180. -- icon id / first selected line: 20186 / 20186
  181. -- text alignment: 1
  182. -- font id: 0
  183. -- text size: 12
  184. -- style flags: 0
  185. -- line height: 16
  186. -- part name: 6th
  187. ----- HyperTalk script -----
  188. on mouseUp
  189.   global it
  190.   put 16 into it
  191.   global gb
  192.   if gb = 16 then
  193.     hide button "6th"
  194.   else if gb <> 16 then
  195.     visual venetian blinds
  196.     go to card id 50457
  197.   end if
  198.  
  199. end mouseUp
  200.  
  201.  
  202.  
  203.  
  204. -- part 7 (button)
  205. -- low flags: 00
  206. -- high flags: 2000
  207. -- rect: left=79 top=250 right=309 bottom=166
  208. -- title width / last selected line: 0
  209. -- icon id / first selected line: 20186 / 20186
  210. -- text alignment: 1
  211. -- font id: 0
  212. -- text size: 12
  213. -- style flags: 0
  214. -- line height: 16
  215. -- part name: 7th
  216. ----- HyperTalk script -----
  217. on mouseUp
  218.   global it
  219.   put 17 into it
  220.   global gb
  221.   if gb = 17 then
  222.     hide button "7th"
  223.   else if gb <> 17 then
  224.     visual dissolve fast
  225.     go to card id 50457
  226.   end if
  227.  
  228. end mouseUp
  229.  
  230.  
  231.  
  232.  
  233. -- part 8 (button)
  234. -- low flags: 00
  235. -- high flags: 0000
  236. -- rect: left=197 top=251 right=311 bottom=274
  237. -- title width / last selected line: 0
  238. -- icon id / first selected line: 12195 / 12195
  239. -- text alignment: 1
  240. -- font id: 0
  241. -- text size: 12
  242. -- style flags: 0
  243. -- line height: 16
  244. -- part name: New Button
  245. ----- HyperTalk script -----
  246. on mouseUp
  247.   global it
  248.   put 1 into it
  249.   visual wipe right
  250.   go to card id 13230
  251. end mouseUp
  252.  
  253.  
  254.  
  255.  
  256. -- part 9 (button)
  257. -- low flags: 00
  258. -- high flags: 0000
  259. -- rect: left=293 top=252 right=320 bottom=374
  260. -- title width / last selected line: 0
  261. -- icon id / first selected line: 14953 / 14953
  262. -- text alignment: 1
  263. -- font id: 0
  264. -- text size: 12
  265. -- style flags: 0
  266. -- line height: 16
  267. -- part name: New Button
  268. ----- HyperTalk script -----
  269. on mouseUp
  270.   global gb
  271.   if gb = 17 then
  272.     show button "1st"
  273.     show button "2nd"
  274.     show button "3rd"
  275.     show button "4th"
  276.     show button "5th"
  277.     show button "6th"
  278.     show button "7th"
  279.     visual wipe left
  280.     go to card id 3029
  281.   else if gb <> 17 then
  282.     visual wipe left
  283.     go to card id 3029
  284.   end if
  285.  
  286. end mouseUp
  287.  
  288.  
  289.  
  290.  
  291. -- part 10 (button)
  292. -- low flags: 00
  293. -- high flags: 0000
  294. -- rect: left=380 top=266 right=313 bottom=427
  295. -- title width / last selected line: 0
  296. -- icon id / first selected line: 32488 / 32488
  297. -- text alignment: 1
  298. -- font id: 0
  299. -- text size: 12
  300. -- style flags: 0
  301. -- line height: 16
  302. -- part name: New Button
  303. ----- HyperTalk script -----
  304. on mouseUp
  305.   global gb
  306.   put 10 into gb
  307.   show button "1st"
  308.   show button "2nd"
  309.   show button "3rd"
  310.   show button "4th"
  311.   show button "5th"
  312.   show button "6th"
  313.   show button "7th"
  314. end mouseUp
  315.  
  316.