home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 20 / Creative-Review-CD-ROM-20.iso / pc / studios / l002.dir / 00011_Script_11 < prev    next >
Text File  |  1996-11-27  |  280b  |  13 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.   go "contact"
  13. end