home *** CD-ROM | disk | FTP | other *** search
- -- card: 2134 from stack: in
- -- bmap block id: 9311
- -- flags: 4000
- -- background id: 3754
- -- name: Main
- ----- HyperTalk script -----
- on openCard
- --Don't you feel guilty? Breaking in to my program?
- --A program any fool could've written in 20 minutes?
- --I hope so. Because I'd've done the same thing and
- --NOT felt guilty.
- --Jeffrey
- put "CLOSED" into field "pos"
- put 0 into field "score"
- put 0 into field "alt"
- show button "icon" at 120,18
- hide field "What?"
- hide field "What?2"
- hide card button ID 15
- end openCard
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=385 top=103 right=125 bottom=493
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- go card "stats"
- show button "stat"
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=385 top=124 right=154 bottom=493
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- go card "inspect"
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=437 top=270 right=321 bottom=493
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- go card "Help"
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=385 top=183 right=205 bottom=493
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- go card "Adjacent"
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=385 top=270 right=321 bottom=438
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- go home
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=385 top=153 right=184 bottom=440
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- go card "Fore"
- show button "return"
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=439 top=153 right=184 bottom=493
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- go card "Aft"
- show button "return"
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=300 top=48 right=109 bottom=362
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- go card "phone"
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=385 top=65 right=104 bottom=492
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- go card "stuff"
- show button "return2"
- end mouseUp
-
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=101 top=0 right=36 bottom=140
- -- title width / last selected line: 0
- -- icon id / first selected line: 10093 / 10093
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: icon
-
-
- -- part 13 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=336 top=128 right=142 bottom=350
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 10
- ----- HyperTalk script -----
- on mouseUp
- beep
- put 120 into x
- put 0 into alt
- put 1 into score
- repeat 10
- play "harpsichord"
- wait 0 seconds
- add 19 to x
- add 11 to alt
- add 1 to score
- put alt into field "alt"
- put score into field "score"
- show button "icon" at x,18
- end repeat
- play "boing"
- put "STUCK" into field "pos"
- repeat 3
- show card button ID 15
- wait 1 seconds
- hide card button ID 15
- wait 1 seconds
- end repeat
- visual effect iris open
- go card "score"
- end mouseUp
-
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=317 top=205 right=217 bottom=329
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- play "harpsichord" tempo 700 "e e e e e e e e e e e e"
- end mouseUp
-
-
-
- -- part 15 (button)
- -- low flags: 80
- -- high flags: 8002
- -- rect: left=37 top=87 right=171 bottom=263
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Elevator Door Stuck!
-
-
- -- part contents for background part 7
- ----- text -----
- CLOSED
-
- -- part contents for background part 6
- ----- text -----
- 0
-
- -- part contents for background part 5
- ----- text -----
- 0