home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc1_2_x
/
macsunrs.sit
/
MacSUNRISE
/
background_10147.txt
< prev
next >
Wrap
Text File
|
1990-07-20
|
2KB
|
69 lines
-- background: 10147 from stack: in
-- bmap block id: 10590
-- flags: 0000
-- background id: 0
-- name: MacJAIL
-- part 1 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=0 top=265 right=293 bottom=104
-- 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: Info
----- HyperTalk script -----
on mouseUp
if the visible of card field Programminfo is false
then
show card field Programminfo
else
hide card field Programminfo
end if
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=131 top=265 right=293 bottom=241
-- 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: start
----- HyperTalk script -----
on mouseUp
hide card field ProgrammInfo
set cursor to watch
lock screen
get line 1 of card field Einstiegskarte
put it into letztgeseheneKarte
if it is not empty
then
put "" into card field Einstiegskarte
get letztgeseheneKarte
go it
if the number of this card < 5 then go card 5
set the name of bkgnd btn id 147 to char 1 to 5 of the long time
if char 5 of the short name of bkgnd btn id 147 = ":"
then
set the name of bkgnd btn id 147 to char 1 to 4 of the long time
end if
set the name of bkgnd btn id 148 to "00:00"
else
pop card
end if
unlock screen
end mouseUp