home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / fingersp.sit / FingerSpell / card_2497.txt < prev    next >
Text File  |  1988-11-14  |  1KB  |  69 lines

  1. -- card: 2497 from stack: in
  2. -- bmap block id: 18720
  3. -- flags: 0000
  4. -- background id: 2286
  5. -- name: Instructions
  6.  
  7.  
  8. -- part 8 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=16 top=290 right=329 bottom=146
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   put "Hello" into msg
  23.   SignString "Hello","say,prompt"
  24.   go card Instructions
  25.   put "" into msg
  26.   hide msg
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 9 (button)
  32. -- low flags: 00
  33. -- high flags: 0000
  34. -- rect: left=87 top=221 right=261 bottom=238
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: 
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   visual effect checkerboard
  46.   go to card AboutFS
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part 14 (button)
  52. -- low flags: 00
  53. -- high flags: 2000
  54. -- rect: left=263 top=301 right=335 bottom=300
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 2162 / 2162
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: 
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   visual effect checkerboard
  66.   go prev
  67. end mouseUp
  68.  
  69.