home *** CD-ROM | disk | FTP | other *** search
/ Ultra Mac Games 1 & 2 / UltraMacGames1.iso / Adventure / SpaceEscape / SpaceEscape / card_34111.txt < prev    next >
Text File  |  1988-07-31  |  2KB  |  86 lines

  1. -- card: 34111 from stack: in
  2. -- bmap block id: 38357
  3. -- flags: 4000
  4. -- background id: 2669
  5. -- name: computer room
  6. ----- HyperTalk script -----
  7. on opencard
  8.   put "This room houses the computers supposedly needed to run the "& "ship.  Actually, they are mainly used to balance the Droolish "& "captain's checkbook.  Exits are to the north, south, and west." into field "info"
  9.   pass opencard
  10. end opencard
  11.  
  12.  
  13.  
  14. -- part 1 (button)
  15. -- low flags: 00
  16. -- high flags: 0000
  17. -- rect: left=253 top=137 right=220 bottom=307
  18. -- title width / last selected line: 0
  19. -- icon id / first selected line: 0 / 0
  20. -- text alignment: 1
  21. -- font id: 0
  22. -- text size: 12
  23. -- style flags: 0
  24. -- line height: 16
  25. -- part name: 
  26. ----- HyperTalk script -----
  27. on mouseUp
  28.   global objectname
  29.   put "computer" into objectname
  30.   visual effect zoom open
  31.   go to card "computer"
  32. end mouseUp
  33.  
  34.  
  35.  
  36. -- part 2 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=317 top=136 right=219 bottom=371
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: 
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   global objectname
  51.   put "computer" into objectname
  52.   visual effect zoom open
  53.   go to card "computer"
  54. end mouseUp
  55.  
  56.  
  57.  
  58. -- part 3 (button)
  59. -- low flags: 00
  60. -- high flags: 0000
  61. -- rect: left=380 top=137 right=221 bottom=437
  62. -- title width / last selected line: 0
  63. -- icon id / first selected line: 0 / 0
  64. -- text alignment: 1
  65. -- font id: 0
  66. -- text size: 12
  67. -- style flags: 0
  68. -- line height: 16
  69. -- part name: 
  70. ----- HyperTalk script -----
  71. on mouseUp
  72.   global objectname
  73.   put "computer" into objectname
  74.   visual effect zoom open
  75.   go to card "computer"
  76. end mouseUp
  77.  
  78.  
  79.  
  80. -- part contents for background part 18
  81. ----- text -----
  82. Computer Room
  83.  
  84. -- part contents for background part 6
  85. ----- text -----
  86. This room houses the computers supposedly needed to run the ship.  Actually, they are mainly used to balance the Droolish captain's checkbook.  Exits are to the north, south, and west.