home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 20 / Creative-Review-CD-ROM-20.iso / pc / studios / l001.dir / 00074_Script_74 < prev    next >
Text File  |  1996-12-05  |  286b  |  15 lines

  1. on mouseUp
  2.   global wheref, recue
  3.   
  4.   if  the type of member the membernum of sprite 2 = #digitalVideo then
  5.     set wheref = the movietime of sprite  2
  6.   end if
  7.   
  8.   if the machineType = 256 then
  9.     set the visible of sprite 2 to false
  10.   end if
  11.   
  12.   
  13.   go "about"
  14.   
  15. end