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

  1. on exitFrame
  2.   global flag
  3.   go(the frame)
  4. end
  5.  
  6. on idle
  7.   if the movieTime of sprite 60 >= (the duration of member the memberNum of sprite 60 - 100) then
  8.     if the movieRate of sprite 60 <> 0 then
  9.       set the movieRate of sprite 60 to 0
  10.       set the movieTime of sprite 60 to the duration of member the memberNum of sprite 60
  11.     end if
  12.   end if
  13.   jdocursor(61)
  14. end
  15.