home *** CD-ROM | disk | FTP | other *** search
/ Imaginemos! 2 / Imaginemos2.iso / PC / PRETEND2.EXE / PAINT.DXR / 00079_hotpinkButton.ls < prev    next >
Encoding:
Text File  |  1996-09-10  |  144 b   |  9 lines

  1. on mouseUp
  2.   global clrsprite, newcolor, rv, gv, bv
  3.   set newcolor to 171
  4.   set rv to 255
  5.   set gv to 0
  6.   set bv to 105
  7.   updateindicator()
  8. end
  9.