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

  1. on mouseUp
  2.   if the visible of sprite 11 = 0 then
  3.     DoClick()
  4.     if soundBusy(3) then
  5.       DoFadeOut(3, 90)
  6.     end if
  7.     docursor()
  8.     jdocursor(#off)
  9.     cursor(4)
  10.     unloadMember()
  11.     go("videos", "aVideos")
  12.   end if
  13. end
  14.