home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 August / NET74.ISO / pc / madasafish / madfish.exe / madfish.dxr / 00195_tellme.ls < prev    next >
Encoding:
Text File  |  1999-05-20  |  242 b   |  12 lines

  1. on mouseWithin me
  2.   set the member of sprite the currentSpriteNum to member("TELLOVER")
  3.   go("qt")
  4. end
  5.  
  6. on mouseLeave me
  7.   go("menu")
  8.   set the member of sprite the currentSpriteNum to member("TELL")
  9.   sprite(13).visible = 0
  10.   go("menu")
  11. end
  12.