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

  1. on mouseDown
  2.   puppetsound 2,0
  3.   puppetsound 2,"click1"
  4.   pressbtn()
  5.   global dbase,cards
  6.   put the video of the activerec of dbase
  7.   set the filename of member "advideo" to getdrive()&(the video of the activerec of dbase)
  8.   go to "video"
  9.   set the pausedatstart of sprite castspritea("advideo") to false
  10.   set the movierate of sprite castspritea("advideo") to 1.0
  11.   set the pausedflag of cards to true
  12. end
  13.  
  14.  
  15.