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

  1. -- card: 21895 from stack: in.2
  2. -- bmap block id: 21105
  3. -- flags: 0000
  4. -- background id: 2586
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   talk "tungue.",150,130
  9.   global it
  10.   if it = 7 then
  11.     visual dissolve fast
  12.     go to card id 22459
  13.   else if it < 7 then
  14.     visual dissolve fast
  15.     go to card id 3029
  16.   else if it = 8 then
  17.     visual dissolve fast
  18.     go to card id 3029
  19.   else if it > 8 then
  20.     visual dissolve fast
  21.     go to card id 50457
  22.   end if
  23. end openCard
  24.  
  25.