home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Otherware
/
Otherware_1_SB_Development.iso
/
mac
/
hypercar
/
xcmd
/
shutdown.sit
/
shutdown_stack
/
background_2564.txt
next >
Wrap
Text File
|
1992-11-05
|
581b
|
29 lines
-- background: 2564 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 0
-- name:
-- part 2 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=205 top=320 right=342 bottom=305
-- 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: Main Card
----- HyperTalk script -----
on mouseUp
if the number of this card is 1 then
beep
answer "This is the Main Card!" with "Sorry"
end if
go to card "Main Card"
end mouseUp