home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / studymth.sit / StudyMath / card_2270.txt < prev    next >
Text File  |  1990-05-07  |  2KB  |  86 lines

  1. -- card: 2270 from stack: in
  2. -- bmap block id: 2326
  3. -- flags: 0000
  4. -- background id: 2805
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 00
  10. -- high flags: 0007
  11. -- rect: left=69 top=79 right=289 bottom=428
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 4
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: study history
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: A003
  25. -- rect: left=179 top=295 right=323 bottom=312
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Back to Exercises
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   go to card id 2817
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 4 (button)
  42. -- low flags: 00
  43. -- high flags: A003
  44. -- rect: left=103 top=294 right=324 bottom=179
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Undo Clear
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   global history
  56.   if the short name of me is "Clear All" then
  57.     put cd fld "study history" into history
  58.     put empty into cd fld "study history"
  59.     set the name of me to "Undo Clear"
  60.   else
  61.     put history into cd fld "study history"
  62.     set the name of me to "Clear All"
  63.   end if
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 5 (button)
  69. -- low flags: 00
  70. -- high flags: 2000
  71. -- rect: left=307 top=288 right=327 bottom=358
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 23078 / 23078
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: ?
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   go to cd id 4237
  83.   set the scroll of fld "study history" to 430
  84. end mouseUp
  85.  
  86.