home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / shared.dir / 00980_MainMenu.ls < prev    next >
Encoding:
Text File  |  1996-08-11  |  359 b   |  15 lines

  1. on mouseUp
  2.   global moviesList
  3.   set mv to the mouseV
  4.   set spv to the locV of sprite the clickOn
  5.   set whItem to ((mv - spv) / 40) + 1
  6.   set whMovie to item whItem of moviesList
  7.   if the movieName = whMovie then
  8.     set the castNum of sprite 29 to the castNum of sprite 29 - 1
  9.     setOffStage("44")
  10.     updateStage()
  11.   else
  12.     displayMessage()
  13.   end if
  14. end
  15.