home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global moviesList
- set mv to the mouseV
- set spv to the locV of sprite the clickOn
- set whItem to ((mv - spv) / 40) + 1
- set whMovie to item whItem of moviesList
- if the movieName = whMovie then
- set the castNum of sprite 29 to the castNum of sprite 29 - 1
- setOffStage("44")
- updateStage()
- else
- displayMessage()
- end if
- end
-