home *** CD-ROM | disk | FTP | other *** search
- global gTileName
-
- on mouseEnter me
- set the member of sprite the currentSpriteNum to "No07 Loop"
- puppetSound(1, "Mickey")
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to "No07"
- HighlightThem()
- puppetSound(1, 0)
- puppetSound(2, "Click Back")
- end
-
- on mouseDown me
- set gTileName to "No07"
- UpdateList()
- go(1, "No07")
- end
-