home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / hypercrd / hc1_2_x / storybok.sit / Storybook / background_6013.txt < prev    next >
Text File  |  1990-07-24  |  496b  |  24 lines

  1. -- background: 6013 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: questions
  6. ----- HyperTalk script -----
  7. on idle
  8.   go card "beginning"
  9.   pass idle
  10. end idle
  11.  
  12. function chosenPage
  13. global cardLine
  14. return "go card" && quote & line cardLine of card field "Cards" of this card & quote & numToChar(13)
  15. end chosenPage
  16.  
  17. on resetSelection
  18.   global cardLine
  19.   if cardLine is not 0 then
  20.     select line cardLine of card field "Cards" of this card
  21.   end if
  22. end resetSelection
  23.  
  24.