home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 5 / boot-disc-1997-01.iso / media / demos.dir / 00018_Script_18 < prev    next >
Text File  |  1996-11-05  |  206b  |  8 lines

  1. on mouseDown
  2.   puppetsound 2,0
  3.   puppetsound 2,"click1"
  4.   pressbtn()
  5.   global dbase,cards
  6.   put listtotext(getrecords(dbase),return) into field "description"
  7.   set the pausedflag of cards to true
  8. end