home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / xcmd / shutdown.sit / shutdown_stack / card_3595.txt < prev    next >
Text File  |  1992-11-05  |  2KB  |  85 lines

  1. -- card: 3595 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2564
  5. -- name: Demo
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=47 top=261 right=283 bottom=147
  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: Shutdown
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   DOSHUTDOWN -- This patches ExitToShell
  23.   domenu "quit hypercard" -- This now shuts down the Mac
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 8003
  31. -- rect: left=364 top=261 right=283 bottom=464
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Restart
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   DORESTART -- This patches the ExitToShell trap
  43.   domenu "quit hypercard" -- This does the restart
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part 3 (field)
  49. -- low flags: 01
  50. -- high flags: 2000
  51. -- rect: left=0 top=53 right=206 bottom=512
  52. -- title width / last selected line: 0
  53. -- icon id / first selected line: 0 / 0
  54. -- text alignment: 1
  55. -- font id: 0
  56. -- text size: 24
  57. -- style flags: 0
  58. -- line height: 32
  59. -- part name: 
  60.  
  61.  
  62. -- part 4 (field)
  63. -- low flags: 01
  64. -- high flags: 0000
  65. -- rect: left=77 top=223 right=258 bottom=440
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 3
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: 
  74.  
  75.  
  76. -- part contents for card part 3
  77. ----- text -----
  78. WARNING!
  79.  
  80. This is a live demo.  Both buttons will do what they say if used.
  81.  
  82. -- part contents for card part 4
  83. ----- text -----
  84. Please use the button scripts provided with these.  Thank you.
  85.