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