home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc1_2_x
/
storybok.sit
/
Storybook
/
background_6013.txt
< prev
next >
Wrap
Text File
|
1990-07-24
|
496b
|
24 lines
-- background: 6013 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 0
-- name: questions
----- HyperTalk script -----
on idle
go card "beginning"
pass idle
end idle
function chosenPage
global cardLine
return "go card" && quote & line cardLine of card field "Cards" of this card & quote & numToChar(13)
end chosenPage
on resetSelection
global cardLine
if cardLine is not 0 then
select line cardLine of card field "Cards" of this card
end if
end resetSelection