home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / winprogs / playsk / connect.dxr / 00014.ls < prev    next >
Encoding:
Text File  |  1996-06-30  |  141 b   |  9 lines

  1. on startMovie
  2.   set the visible of sprite 4 to 0
  3.   set the visible of sprite 3 to 1
  4. end
  5.  
  6. on stopMovie
  7.   set the visible of sprite 3 to 1
  8. end
  9.