home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 September / PCD0995.ISO / files / support.dir / 00054.ls < prev    next >
Encoding:
Text File  |  1994-12-18  |  261 b   |  10 lines

  1. on mouseDown
  2.   set the puppet of sprite the clickOn to 1
  3.   set the castNum of sprite the clickOn to the number of cast (the name of cast the castNum of sprite the clickOn && "lit")
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   set the puppet of sprite the clickOn to 0
  9. end
  10.