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

  1. on mouseUp
  2.   set yrate to the movieRate of sprite 60
  3.   if not (the visible of sprite 63) then
  4.     set the movieRate of sprite 60 to not yrate
  5.   end if
  6.   DoShow(63)
  7.   go(1)
  8. end
  9.