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

  1. -- card: 9040 from stack: in.2
  2. -- bmap block id: 17210
  3. -- flags: 0000
  4. -- background id: 2586
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   talk "toys.",150,130
  9.   global it
  10.   if it = 2 then
  11.     visual dissolve fast
  12.     go to card id 49339
  13.   else if it = 3 then
  14.     visual dissolve fast
  15.     go to card id 49533
  16.   else if it = 4 then
  17.     visual dissolve fast
  18.     go to card id 49533
  19.   else if it = 5 then
  20.     visual dissolve fast
  21.     go to card id 49533
  22.   else if it = 6 then
  23.     visual dissolve fast
  24.     go to card id 49533
  25.   else if it = 7 then
  26.     visual dissolve fast
  27.     go to card id 49533
  28.   else if it >= 11 then
  29.     visual dissolve fast
  30.     go to card id 50457
  31.   end if
  32. end openCard
  33.  
  34.  
  35.  
  36. -- part 1 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=4 top=22 right=341 bottom=501
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: New Button
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   global it
  51.   if it = 2 then
  52.     visual dissolve fast
  53.     go to card id 3029
  54.   else if it = 3 then
  55.     visual dissolve fast
  56.     go to card id 3293
  57.   else if it >= 4 then
  58.     visual dissolve fast
  59.     go to card id 3293
  60.   end if
  61. end mouseUp
  62.  
  63.  
  64.