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

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