home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc2_x
/
sundial.sit
/
Sundial
/
background_2075.txt
< prev
next >
Wrap
Text File
|
1991-04-15
|
2KB
|
71 lines
-- background: 2075 from stack: in
-- bmap block id: 6470
-- flags: 0000
-- background id: 0
-- name: eqn of time
-- part 1 (button)
-- low flags: 00
-- high flags: 1003
-- rect: left=458 top=280 right=308 bottom=484
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
show menuBar
if id of next card is "card id 2854" then hide bg button 3
if id of next card is not "card id 2854" then show bg button 3
visual effect wipe left
go next card
end mouseUp
-- part 2 (button)
-- low flags: 00
-- high flags: 1003
-- rect: left=427 top=280 right=308 bottom=453
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Previous
----- HyperTalk script -----
on mouseUp
show menuBar
if id of previous card is "card id 2854" then hide bg button 3
if id of previous card is not "card id 2854" then show bg button 3
visual effect wipe right
go previous card
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 9003
-- rect: left=423 top=312 right=334 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: Calc Card
----- HyperTalk script -----
on mouseUp
show menuBar
hide me
visual effect wipe down
go to card "Calculate"
end mouseUp