home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / devglry / zoetek / shockwav / files / dcr / kavern2.dcr / 00033.ls < prev    next >
Encoding:
Text File  |  1996-02-19  |  160 b   |  9 lines

  1. on mouseUp
  2.   global color, tool, over
  3.   if tool = 1 then
  4.     set over to -1
  5.     set the backColor of sprite the clickOn to color
  6.     updateStage()
  7.   end if
  8. end
  9.