home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / xcmd / shutdown.sit / shutdown_stack / background_2564.txt next >
Text File  |  1992-11-05  |  581b  |  29 lines

  1. -- background: 2564 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=205 top=320 right=342 bottom=305
  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: Main Card
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   if the number of this card is 1 then
  23.     beep
  24.     answer "This is the Main Card!" with "Sorry"
  25.   end if
  26.   go to card "Main Card"
  27. end mouseUp
  28.  
  29.