home *** CD-ROM | disk | FTP | other *** search
/ L'Encyclopedie Des Jeux Video 8 / EJV8_CD1.ISO / ejv8-cd1 / sos.dxr / 00002.ls < prev    next >
Encoding:
Text File  |  2003-10-24  |  241 b   |  14 lines

  1. on mouseUp me
  2.   play movie "somm.dir"
  3. end
  4.  
  5. on mouseWithin me
  6.   set the member of sprite the currentSpriteNum to member("d1")
  7.   cursor(280)
  8. end
  9.  
  10. on mouseLeave me
  11.   set the member of sprite the currentSpriteNum to member("d")
  12.   cursor(-1)
  13. end
  14.