home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 19 / MacAddict_019_1998_03.iso / Media / tech.dxr / 00033_mac.ls < prev    next >
Encoding:
Text File  |  1997-12-18  |  252 b   |  14 lines

  1. on mouseEnter me
  2.   cursor(280)
  3.   set the member of sprite the currentSpriteNum to "mac.down"
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   set the member of sprite the currentSpriteNum to member 24 of castLib "Internal"
  9. end
  10.  
  11. on mouseDown me
  12.   go(1, "main")
  13. end
  14.