-- 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