home *** CD-ROM | disk | FTP | other *** search
/ Imaginemos! 2 / Imaginemos2.iso / PC / PAINT2.EXE / PAINTA.DXR / 00026_YellowButton.ls < prev    next >
Encoding:
Text File  |  1996-07-20  |  133 b   |  9 lines

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