home *** CD-ROM | disk | FTP | other *** search
/ MASPC 1 / MASPC_1.iso / CursoWordI / AFICHAS.DXR / 00045.ls < prev    next >
Encoding:
Text File  |  1998-07-20  |  244 b   |  13 lines

  1. on exitFrame
  2.   global gDuracVid
  3.   if the movieTime of sprite 33 > gDuracVid then
  4.     set the movieRate of sprite 33 to 0
  5.     jDoHide(33, "-", 36)
  6.     updateStage()
  7.     go("FS")
  8.   else
  9.     DoRollover(33, 34, 35, 36)
  10.   end if
  11.   go(the frame)
  12. end
  13.