home *** CD-ROM | disk | FTP | other *** search
/ Grandes Inventos / INVENTOS.bin / pc / media / ondas.dxr / 00063.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  344 b   |  13 lines

  1. on mouseUp
  2.   global gThePhysic, gVideoSprite
  3.   MyUnload()
  4.   set n to the castNum of sprite gVideoSprite
  5.   if the castType of cast n = #digitalVideo then
  6.     set mr to the movieRate of sprite gVideoSprite
  7.     set the movieRate of sprite gVideoSprite to 0
  8.   end if
  9.   HideVideoSprite()
  10.   gThePhysic(mResetMainContent)
  11.   gThePhysic(mLogBrowse)
  12. end
  13.