home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- buttonDown()
- end
-
- on mouseUp
- set selectedSprite to the clickOn
- set castMemberNumber to the castNum of sprite selectedSprite
- set castMemberName to the name of cast castMemberNumber
- if rollOver(selectedSprite) = 0 then
- nothing()
- else
- set the foreColor of sprite selectedSprite to 255
- set the backColor of sprite selectedSprite to 0
- updateStage()
- selectInterviewee(castMemberNumber, castMemberName)
- end if
- end
-