home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Carousel Volume 2 #1
/
carousel.iso
/
mactosh
/
hc
/
trekstac.sit
/
TrekStak
/
card_5724.txt
< prev
next >
Wrap
Text File
|
1988-11-26
|
4KB
|
180 lines
-- card: 5724 from stack: in
-- bmap block id: 5009
-- flags: 0000
-- background id: 2797
-- name:
----- HyperTalk script -----
put "Please wait..." into card field "Message"
on idle
put the long date into card field "Date"
put the long time into card field "time"
if the secs < 2643134400 then
put "Time until the premier:" into card field "Message"
else put "Time since the premier:" into card field "Message"
put (2643134400-the secs) into temp
put trunc(temp/60/60/24) into tdays
put (temp-(tdays*24*60*60)) into temp
put trunc(temp/60/60) into thours
put (temp-(thours*60*60)) into temp
put trunc(temp/60) into tmin
put (temp-(tmin*60)) into temp
put temp into tsec
put abs(tsec) into card field "seconds"
put abs(tmin) into card field "minutes"
put abs(thours) into card field "hours"
put abs(tdays) into card field "days"
pass idle
end idle
-- part 1 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=464 top=303 right=342 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 22308 / 22308
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect dissolve
go to next
end mouseUp
-- part 3 (field)
-- low flags: 00
-- high flags: 0001
-- rect: left=6 top=45 right=63 bottom=188
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Date
-- part 2 (field)
-- low flags: 00
-- high flags: 0001
-- rect: left=58 top=65 right=81 bottom=133
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Time
-- part 5 (field)
-- low flags: 00
-- high flags: 2000
-- rect: left=132 top=127 right=149 bottom=169
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: days
-- part 6 (field)
-- low flags: 00
-- high flags: 2000
-- rect: left=301 top=127 right=149 bottom=335
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Minutes
-- part 7 (field)
-- low flags: 00
-- high flags: 2000
-- rect: left=393 top=127 right=149 bottom=427
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Seconds
-- part 8 (field)
-- low flags: 00
-- high flags: 2000
-- rect: left=212 top=127 right=149 bottom=245
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: hours
-- part 10 (field)
-- low flags: 00
-- high flags: 2002
-- rect: left=157 top=93 right=120 bottom=362
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 36
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Message
-- part contents for card part 3
----- text -----
Saturday, November 26, 1988
-- part contents for card part 2
----- text -----
8:39:37 AM
-- part contents for card part 7
----- text -----
37
-- part contents for card part 6
----- text -----
39
-- part contents for card part 5
----- text -----
419
-- part contents for card part 8
----- text -----
12
-- part contents for card part 9
----- text -----
-- part contents for card part 10
----- text -----
Time since the premier: