home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / GROWDEC.DXR / 00027.ls < prev    next >
Encoding:
Text File  |  1997-10-14  |  190 b   |  8 lines

  1. on mouseUp
  2.   if the castNum of sprite 10 <> "0" then
  3.     if the type of member the member of sprite 10 = #digitalVideo then
  4.       set the movieRate of sprite 10 to 1
  5.     end if
  6.   end if
  7. end
  8.