home *** CD-ROM | disk | FTP | other *** search
/ Grandes Inventos / INVENTOS.bin / pc / media / shared.dxr / 02123_DataDown.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  398 b   |  16 lines

  1. on mouseUp
  2.   global gTheAnalyzer, gPermiteInteraccion, gVideoSprite
  3.   if gPermiteInteraccion = 1 then
  4.     gTheAnalyzer(mResetCurrButton)
  5.     gTheAnalyzer(mLogBrowse)
  6.   else
  7.     set n to the castNum of sprite gVideoSprite
  8.     if n > 0 then
  9.       if the castType of cast n <> #digitalVideo then
  10.         sound playFile 1, "@:ANAL_AU:FX_NO.AIF"
  11.       end if
  12.     end if
  13.     dontPassEvent()
  14.   end if
  15. end
  16.