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

  1. on mouseDown
  2.   puppetsound 2,0
  3.   puppetsound 2,"click1"
  4.   pressbtn()
  5.   set browser=querybrowser()
  6.   if browser<>#none then
  7.     global dbase
  8.     open (the url of the activerec of dbase) with browser
  9.   end if
  10. end