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

  1. on exitFrame
  2.   DoShow(63, 64, 65)
  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 cursor of sprite 60 to 4
  11.       set the movieTime of sprite 60 to the duration of member the memberNum of sprite 60
  12.       go(the frame + 1)
  13.     end if
  14.   end if
  15.   jdocursor(60)
  16. end
  17.