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

  1. -- card: 37402 from stack: in.2
  2. -- bmap block id: 38079
  3. -- flags: 0000
  4. -- background id: 2586
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   talk "dress.",150,130
  9.   global it
  10.   if it <= 10 then
  11.     visual dissolve fast
  12.     go to card id 29815
  13.   else if it >= 11 then
  14.     visual dissolve fast
  15.     go to card id 15040
  16.   end if
  17. end openCard
  18.  
  19.