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

  1. on mouseUp
  2.   global gTheAnalyzer, gVideoSprite, gPermiteInteraccion
  3.   set n to the castNum of sprite gVideoSprite
  4.   put "ExpDown:" && "gPermiteInteraccion" && gPermiteInteraccion
  5.   if gPermiteInteraccion = 1 then
  6.     if the castType of cast n = #digitalVideo then
  7.       set mr to the movieRate of sprite gVideoSprite
  8.       set the movieRate of sprite gVideoSprite to 0
  9.     end if
  10.     go(label("ENDKOZMO"))
  11.   else
  12.     if n > 0 then
  13.       if the castType of cast n <> #digitalVideo then
  14.         sound playFile 1, "@:ANAL_AU:FX_NO.AIF"
  15.       end if
  16.     end if
  17.     dontPassEvent()
  18.   end if
  19. end
  20.