home *** CD-ROM | disk | FTP | other *** search
/ Everyones Internet / EV1NET.ISO / pc / tutorial / overview.dxr / 00007_chat-on.ls < prev    next >
Encoding:
Text File  |  1999-05-12  |  124 b   |  10 lines

  1. on mouseLeave
  2.   set the memberNum of sprite 9 to 6
  3.   updateStage()
  4. end
  5.  
  6. on mouseDown
  7.   sound stop 1
  8.   go(1, "chat.dir")
  9. end
  10.