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

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