home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 54 / ClassicFond54.iso / games / stars.rar / ted.vol / setbrcol.cs < prev    next >
Text File  |  1999-02-19  |  161b  |  5 lines

  1. editBox Config "Enter a color (0-255) for the brush drawing" Ted::brushSelCol
  2. if test $dlgResult != [cancel]
  3.   Ted::setBrushSelColor $Ted::brushSelCol
  4. endif
  5.