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

  1. -- card: 7701 from stack: in.2
  2. -- bmap block id: 14694
  3. -- flags: 0000
  4. -- background id: 2586
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   talk "grand.mother.",150,130
  9.   global it
  10.   if it = 1 then
  11.     visual dissolve fast
  12.     go to card id 48321
  13.   else if it = 2 then
  14.     visual dissolve fast
  15.     go to card id 49339
  16.   else if it = 3 then
  17.     visual dissolve fast
  18.     go to card id 49533
  19.   else if it = 4 then
  20.     visual dissolve fast
  21.     go to card id 49533
  22.   else if it = 5 then
  23.     visual dissolve fast
  24.     go to card id 49533
  25.   else if it = 6 then
  26.     visual dissolve fast
  27.     go to card id 49533
  28.   else if it = 7 then
  29.     visual dissolve fast
  30.     go to card id 49533
  31.   else if it = 8 then
  32.     visual dissolve fast
  33.     go to card id 49533
  34.   else if it = 9 then
  35.     visual dissolve fast
  36.     go to card id 49533
  37.   else if it >= 11 then
  38.     visual dissolve fast
  39.     go to card id 50457
  40.   end if
  41. end openCard
  42.  
  43.